@charset "UTF-8";
/* CSS Document */


<style>
body{
	font-family:Verdana, Arial, Helvetica, sans-serif
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	
}
table{font-size:75%;background:white;font-family:verdana;}
a{
	color:#000000;
	text-decoration:underline;
	font:bold;
}
a:hover{color:transparent}
td.menu{
	background: white;
	text-align: left;
	font-size: 9px;
	margin-align: 0px;
}
table.menu
{
font-size:100%;
position:absolute;
visibility:hidden;
}




a.linkopacity img {filter:alpha(opacity=100);
	-moz-opacity: 1.0; opacity: 1.0;
	-khtml-opacity: 1.0;
	}

a.linkopacity:hover img
	{filter:alpha(opacity=50);  
	-moz-opacity: 0.5;   opacity: 0.5;
	-khtml-opacity: 0.5; 
	}
	
	body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
}
	
	
	a:link {
	color: #003300;
}
a:visited {
	color: #006633;
}
h4 {
	font-size: 10px;
}

.text_indent {
	text-indent: 10px;
}
.style2 {font-size: 10pt}
.style4 {font-size: 12pt}

	.style1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 100%;
}
.smallContent {
	width: 190px;
	margin:0px 40px 0 40px;
	}