@charset "utf-8";
/* CSS Document */

a:link { color: #0000CC; text-decoration: none; }
a:hover { color: #0033CC; text-decoration: underline; }
a:visited { color: #660066;	text-decoration: none; }
a:active { color: #990000; text-decoration: underline; }

body {
	background-color: #F2F9FF;
}
.tbl_wrapper {
	background-color: #E1E1E8;
	padding: 4px;
	width: 968px;
	border: medium solid #F4F400;
	left: auto;
	top: auto;
	right: auto;
	bottom: auto;
}
.tbl_primary {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000000;
	background-color: #ECE9D8;
}
.tbl_mid3 {
	background-color: #FFFFCC;
	padding: 4px;
	border: thin groove #0033FF;
}
.tbl_nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #003366;
	background-color: #FFEA00;
	padding: 4px;
	text-transform: uppercase;
}

.intro_body { font-family: Verdana; font-size: 10pt }
.intro_sm_bl { font-family: Verdana; }
.indx_body { font-family: Verdana; font-size: 10pt }

.hdg_lg { font-family: Arial; font-weight:bold }
.hdg_sm { font-family: Verdana; }


/*
a:link {
	color: #003366;
	text-decoration: none;
}
a:hover {
	color: #0066FF;
	text-decoration: underline;
}
a:visited {
	font-style: italic;
	color: #660066;
	text-decoration: none;
}
a:active {
	color: #990000;
	text-decoration: underline;
}
*/





