a {
	color : #8FB687;
}

a:visited {
	color : #969696;
}

a:hover {
	color : #969696;
}

a.toplink {
	color : #969696;
}

body {
	background-color : #C9C6BF;
	color: #696969;
	margin : 23px 0px;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
}

.banner {
	background-color : #B1CE98;
	color : White;
	font-family : "Trebuchet MS";
	font-size : 24px;
	letter-spacing : 11px;
	line-height : 100px;
	font-weight : normal;
	text-align : center;
}

/*
table {
	padding : 0px 0px 0px 0px;
	margin : 0px 0px;
}

td {
	background-color : #333399;
	font : smaller Arial, Helvetica, sans-serif;
	}

th {
	background-color : White;
	font : bold Arial, Helvetica, sans-serif, #333399;
}
*/

div.navbar {
	font-size : 12px;
	margin : 6px 0;
	text-align : right;
}

input.button {
	background-color : #0082C4;
	color : #FFFFFF;
}

h1 {
	background-color : #FFFFFF;
	color : #0082C4;
	font-family : "Trebuchet MS";
	font-size : 20px;
	font-weight : bold;
	letter-spacing : 9px;
	line-height : 100px;
	text-align : center;
}

h2 {
	font-size : 16px;
	font-family : "MS Sans Serif", Geneva, sans-serif;
	margin-left : 20px;
}

h3 {
	font-family : "MS Sans Serif", Geneva, sans-serif;
	font-size : 14px;
	margin-left : 20px;
}

h4 {
	font-family : "MS Sans Serif", Geneva, sans-serif;
	font-size : 12px;
	font-weight : bold;
	line-height : 200%;
	background : #B1CE98;
	margin-left : 20px;
}

h5 {
	font-family : "MS Sans Serif", Geneva, sans-serif;
	font-size : 12px;
	font-weight : bold;
	line-height : 150%;
	background : #AFB0AE;
	margin-left : 20px;
}

h6 {
	font-family : "MS Sans Serif", Geneva, sans-serif;
	font-size : 10px;
	font-weight : bold;
	line-height : 130%;
	margin-left : 20px;
}

hr {
	color : #0082C4;
	height : 2px;
	width : 90%;
}

th {
	background : #666666;
	color : #FFFFFF;
	text-align : center;
	font-size : 11px;
	font-weight : bold;
}

.reqdfield {
	font-size : 10px;
	font-weight : bold;
	color : #990000;
}



.copyright {
	font-family : Arial, Helvetica, sans-serif;
	color : #AFB0AE;
	font-size : 9px;
	margin-left : 10px;
	margin-right : 10px;
	text-align : center;
}

.copyright a {
	color : #8C8A8A;
}

.copyright a:visited {
	color : #996699;
}

.address {
	font-size : 70%;
	color : #0082C4;
    font-weight: bold;
	text-align : center;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.navbar a {
	color : white;
	text-decoration : none;
}

.navbar a:visited {
	color : white;
}

.navbar a:hover {
	color : aqua;
	text-decoration : underline;
}

ul {
	list-style-position : outside;
	list-style-type : disc;
	font-size : smaller;
	/*line-height : 110%;*/
}

p {
	margin: 20px 20px 20px 20px;
}

ol {
	list-style-position : outside;
	list-style-type : decimal;
	font-size : smaller;
	line-height : 90%;
}

.quote {
	font-family : Arial, Helvetica, sans-serif;
	color : #969696;
	font-size: 8px;
}

.updated {
	
	font-family : Arial, Helvetica, sans-serif;
	color : #999999;
	font-style : italic;
	font-size : 9px;
}


