/* CSS Document */
p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #333333;
	font-weight: 300;
}
.graylink {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #333333;
	text-decoration: none;
}

a:link, a:visited, a:active { 
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #99CC00;
	text-decoration: none; 
}

a:hover { 
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight:600;
	color: #99CC00;
	text-decoration: underline; 
}

a.link:link, a.link:visited, a.link:active { 
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #333333;
	text-decoration: none; 
}

a.link:hover { 
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight:600;
	color: #99CC00;
	text-decoration: underline; 
}



.header { 
 	color: #333333; 
	font-size: 12px; 
	font-weight:bold;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.bold { 
	color: #333333;
	font-size: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight:600;
}


.normal{ 
	color: #333333; 
	font-size: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight:300;
}

.header2 {  
	color: #99CC00; 
	font-size: 12px; 
	font-weight:600;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.text9 { 
	color: #333333; 
	font-size: 9px; 
	font-weight:400;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.text11 { 
	color: #99CC00; 
	font-size: 11px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight:400;
}

.text { 
	color: #333333; 
	font-size: 10px; 
	font-weight:400;
	font-family: Georgia, "Times New Roman", Times, serif;
}



.footer { 
	color: #333333; 
	font-size: 9px; 
	font-weight: 400;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.footer2 { 
	color: #99CC00; 
	font-size: 9px; 
	font-weight: 400;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

a.footerlink:link, a.footerlink:visited, a.footerlink:active { 
	color: #99CC00; 
	font-size: 9px; 
	font-weight: 400;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none; 
}

a.footerlink:hover { 
	color: #99CC00; 
	font-size: 9px; 
	font-weight: 400;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: underline; 
}

.form {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #333333;
	font-size: 12px;
	border: 0px;
	margin: 0px;
	padding: 0px;
    line-height: 0 px
}

.menu {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #333333;
	font-size: 12px;
	border: 1px solid;
	margin: 1px;
	padding:1 px;
}

div#holder1 { 
	position:relative;
	left:0px;
	top:0px;
	width:480px;
	height:217px; 
	overflow:hidden;
	z-index:100 
}

div#holder3 { 
	position:relative;
	left:0px;
	top:0px;
	width:350px;
	height:217px; 
	overflow:hidden;
	z-index:100 
}

div#holder2 { 
	position:relative;
	left:0px;
	top:0px;
	width:480px;
	height:415px; 
	overflow:hidden;
	z-index:100 
}

div#wn1 {
	position:absolute;
	left:0;
	top:0;
	width:480px;
	height:217px;
	clip:rect(0, 480px, 217px, 0);
	overflow:hidden;
	z-index:1;
	visibility: visible;
}


div#wn2 { 
	position:absolute;
	left:0;
	top:0;
	width:480px;
	height:415px; 
	clip:rect(0, 480px, 415px, 0); 
	overflow:hidden; 
	z-index:1;
}

div#lyr1 { 
	width:480px 
}

div.content {
	position:absolute;
	left:0px;
	top:0px;
	z-index:1;
	color: #333333;
	font-size: 11px;
	font-weight:400;
	font-family: Georgia, "Times New Roman", Times, serif;
	width: 480px;
	height: 3500px;
	visibility: visible;
	background-color: #FFFFFF;

}  

div#up1 { 
	position:absolute;
	left:2;
	top:2;
	z-index:2 
}

div#down1 { 
	position:absolute; 
	left:2; 
	bottom:0; 
	z-index:3
}  
.strike {
	text-decoration: line-through;
}
