body,td,th {
	font-family: "Comic Sans MS", "Trebuchet MS", Arial, sans-serif;
	font-size: 10pt;
	color: #000000;
}
body {
	background-color: #336699;
	background-image: url(images/bkgd.gif);
	background-repeat: repeat-x;
	background-attachment: fixed;
	background-position: top;
	margin-top: 5px;
	margin-left: 0px;
	margin-right: 0px;
}

table {
	border-collapse: collapse;
}

li {
	list-style-image: url(images/bullet.png);
	margin-top: 0.05in;
}

.tbl a {
	width: 225px;
	padding: 3px;
	padding-left: 4pt;
	background-color: #989933;
	text-align: left;
	display:block;
	text-decoration: none;
	color:#FFFFFF;
	font-weight:bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333367;
	font-size: 10.5pt;
}
.tbl a:hover {
	text-decoration: none;
	background-color: #346633;
	color: #ffcc33;
}

.tbl2 a {
	width: 110px;
	padding: 3px;	
	background-color: #000000;
	text-align: left;
	display:block;
	text-decoration: none;
	color:#FFFFFF;
	font-weight:bold;
	font-size: 10.5pt;
}
.tbl2 a:hover {
	text-decoration: none;
	background-color: #FFFFFF;
	color: #000000;
}

a {
	color: #993300;
	text-decoration:none
}
a:hover {
	text-decoration: underline;
	color: #993300;
}

a.white_links {
	color: #FFFFFF;
	text-decoration:none;
	font-weight: bold;
}

a.white_links:hover {
	text-decoration: underline;
	color: #FFFFFF;
	font-weight: bold;
}

a.limegreen_links {
	color: #d5d54e;
	text-decoration:none;
}

a.limegreen_links:hover {
	text-decoration: underline;
	color: #d5d54e;
}

a.blue_links {
	color: #333366;
	text-decoration:underline;
}

a.blue_links:hover {
	text-decoration: underline;
	color: #333366;
}

.border {
	border-width: 1px;
	border-style: solid;
	border-color: #AF1900;
}

.border_right {
	border-right-width: 2px;
	border-right-style: dotted;
	border-right-color: #333367;
}

.border_top_right {
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #999933;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #999933;
}

.border_top {
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #999933;
}

.border_bottom_red {
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #AF1900;
}

.border_bottom_white {
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
}

.red_header {
	color: #AF1900;	
	font-weight: bold;
	font-size: 14pt;
}

.red_subheader {
	color: #AF1900;	
	font-weight: bold;
	font-size: 12pt;
}

.red_text {
	color: #AF1900;
	
}

.green_text {
	color: #346633;
	
}	

.red_text_small {
	color: #AF1900;
	font-size: 8pt;
	
}	

.blue_header {
	font-size: 14pt;
	color: #333366;	
	font-weight: bold;
}

.blue_subheader {
	font-size: 11pt;
	color: #333366;	
	font-weight: bold;
}

.blue_text {
	color: #333366;	
}

.blue_text_sm {
	font-size: 9pt;
	color: #333366;	
}

.white_text_sm {
	font-size: 9pt;
	color: #FFFFFF;	
}

.white_text {
	color: #FFFFFF;
}

.white_subheader {
	font-size: 11pt;
	color: #FFFFFF;	
	font-weight: bold;
}

.white_header {
	color: #FFFFFF;	
	font-weight: bold;
	font-size: 14pt;
	padding-left: 15px;
}

.gold_text_sm {
	color: #EEC44E;
	font-size: 7pt;
}

.gold_header {
	color: #EEC44E;
	font-size: 20pt;
	font-weight: bold;
}


.small_text {
	font-size: 8pt;
	color: #000000;
}

.bold_italic {
	font-style: italic;
	font-weight:bold;
}

.bold_italic_large {
	font-style: italic;
	font-weight:bold;
	font-size: 12pt;
}

.bold {
	font-weight:bold;
}

.italic {
	font-style: italic;
}

.searchterms {
display:none;
}

.all_caps {
	text-transform:uppercase;
}