/* general site */
body { font-family: Arial, Helvetica, sans-serif; font-size: 12px; }
td { font-family: Arial, Helvetica, sans-serif; font-size: 12px; }

a:link { color: #336699; }
a:visited { color: #000000; }
a:hover { color: #6699CC; text-decoration: underline; }

/* homepage */
.small { font-size: 11px; }
.spaced { line-height: 115%; padding: 2px 6px 4px 8px; }
.bottom { padding: 0px 0px 5px 0px; }
.newslist { line-height: 180%; }

/* subpages */
h1 { color: #336699; font-family: Arial, Helvetica, sans-serif; font-size: 20px; font-weight: bold; padding-left: 48px; text-transform: uppercase; }
h2 { color: #336699; font-family: Arial, Helvetica, sans-serif; font-size: 16px; font-weight: bold; padding-left: 10px; }
h3 { color: #003366; font-family: Arial, Helvetica, sans-serif; font-size: 14px; font-weight: bold; }

ul { margin-left: 0; padding-left: 0; list-style: none; }

ul li { padding-left: 20px;
	margin-left: 20px;
	margin-bottom: 15px;
	line-height: 140%;
	background-image: url(/images/bullet_blue.gif);
	background-repeat: no-repeat;
	background-position: 5px 5px;
	}

ol li { padding-left: 20px;
	margin-left: 20px;
	margin-bottom: 15px;
	line-height: 140%;
	}

.subpage { padding: 0px 50px 10px 50px; border-style: solid; border-width: 2px; border-color: #708090; margin: 20px 30px 20px 30px; }

.red { color: #990000; font-weight: bold; }
.small { font-size: 10px; }

input.blue { color: #FFFFFF; 
	font-family: Verdana; 
	font-size: 12px; 
	border-width: 2px; 
	border-style: double;
	border-color: #99CCFF #003366 #003366 #99CCFF; 
	background-color: #6699CC; }

.tablehead { color: #FFFFFF; font-size: 14px; font-weight: bold; background-color: #999999; }
.oddrowbg { background-color: #E0E0E0; }
.evenrowbg { background-color: #DDE8FF;}
