
BODY {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: Black;
	background : White;
	margin: 0;
	font-size:10pt;
	font-weight: normal;
}

td {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: Black;
	font-size:10pt;
	font-weight: normal;
}

.text12 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: Black;
	font-size:12pt;
	font-weight: normal;
}


h1 {
	color : #AE0A0A;
	font-size : 24px;
	font-weight : bold;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	padding-bottom : 5px;
	padding-top : 10px;
	padding-left : 20px;
	border-bottom : 7px solid #D3A147;
}
	
h2 {
	color : #AE0A0A;
	font-size : 20px;
	font-weight : bold;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	padding-bottom : 5px;
	padding-top : 10px;
	padding-left : 20px;
	border-bottom : 7px solid #D3A147;
}
	
h3 {
	color : Black;
	font-size : 16px;
	font-weight : bold;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	padding-bottom : 5px;
	padding-top : 10px;
	padding-left : 20px;
	border-bottom : 2px solid #AE0A0A;
	background-color : #F5D399;
}
	
h4 {
		color : #4682B4;
		font-size : 10pt;
		font-weight : bold;
		font-family : Verdana, Arial, Helvetica, sans-serif;
		padding : 10px 10px 4px 10px;
		border-bottom : 2px solid #B0C4DE;
	}
	
	
.hrrosybrown {
	color: #BC8F8F;
	height : 1px;
}
	
.black9 {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		color:#000000;
		font-size:9pt;
		font-weight: normal;
	}
	
	
.blackbold12 {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		color:#000000;
		font-size:12pt;
		font-weight: bold;
	}
	

	
.small {
		font-family : Verdana, Arial, Helvetica, sans-serif;
		font-size : 9pt;
}

	
.sig {
	font-family: "Kristen ITC", "Comic Sans MS", "Edwardian Script ITC", Georgia, cursive;
	color:#AE0A0A;
	text-align:right;
	font : bold 14px;
	padding-right: 20px;
}



#header2 {
	margin: 0;
	padding: 5px 0px 0px 0px;
	text-align: right;
	color: #D3A147;
	font-size: 8pt;
}

#footer {
	padding: 0 30px 10px 30px;
	color: #000000;
	background-color: White;
	font-size : 9pt;
}

.footer2 {
	padding: 0 30px 10px 30px;
	color: #000000;
	background-color: White;
	font-size : 9pt;
}

#textmenu {
	color: #BC8F8F;
	background-color: White;
	text-align: center;
	font-size : 9pt;

}

a.linkopacity img  {
		filter:alpha(opacity=50);
		-moz-opacity: 0.5; 
		opacity: 0.5;
		-khtml-opacity: 0.5;
	}


a.linkopacity:hover img {
		filter:alpha(opacity=100);   
		-moz-opacity: 1.0;   
		opacity: 1.0;
		-khtml-opacity: 1.0; 
	}


a {
		color:#B22222;
		text-decoration:none;
		font-weight: bold;
	}
	
a:visited {
	color: #D3A147;
	text-decoration: none;
}
	
a:hover {
	color: #001850;
	text-decoration: underline;
}
	
a:active {
	color: #001850;
	text-decoration: none;
}
	
/* CSS Tabs Eric Meyer's tabbed navbar */
#navlist {
        padding: 3px 0;
        margin-left: 20;
	   margin-right: 20;
        border-bottom: 1px solid #d3a147;
        font: bold 12px Verdana, sans-serif;
}

#navlist li {
        list-style: none;
        margin: 0;
        display: inline;
}

#navlist li a {
        padding: 3px 0.5em;
        margin-left: 3px;
        border: 1px solid #d3a147;
        border-bottom: none;
        background: #f0ead6;
        text-decoration: none;
}

#navlist li a:link { color: #000; }
#navlist li a:visited { color: #667; }

#navlist li a:hover {
        color: #000;
        background: #dbc495;
        border-color: #ae0a0a;
}

#navlist li a#current {
        background: white;
        border-bottom: 1px solid white;
}	