@charset "utf-8";
/* CSS Document by Jonathan Kingsbury - Blue Robin, Inc. */

/* BODY | FONT | LINKS */
body {
	background-image: url(../images/bg-image.gif);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
a:link {
	color: #1d4929;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #1d4929;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
	color: #DD5710;
	font-weight: bold;
}
a:active {
	text-decoration: none;
	color: #1d4929;
	font-weight: bold;
}
.HeaderTitle {
	font-size: x-large;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #1d4929;
}
/* BODY | FONT | LINKS */

/* CUSTOM CSS - Blue Robin Inc. -  Jonathan Kingsbury */
.LeftNavigation {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: small; 
}
.BodyHead {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: italic;
	font-weight: bold;
	font-size: large;
	color: #1d4929;
}
.BodyText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight: bold;
	color: #1d4929;
}
.BodyTextSmall {
	font-size: small;
	color: #1d4929;
}
.Quotes {
	color: #ffcc66;
	font-size: small;
}
/* CUSTOM CSS - Blue Robin Inc. -  Jonathan Kingsbury */