/* CSS Document */
A:link{color: #000000; text-decoration: none; font-weight: bold;}
A:visited{color: #000000; text-decoration: none;font-weight: bold;}
A:active{color: #000000; text-decoration: none;font-weight: bold;}
A:hover {color: #333333;text-decoration: none; font-weight: bold;}

A.menu:link{color: #666666; text-decoration: none;}
A.menu:visited{color: #666666; text-decoration: none;}
A.menu:active{color: #666666; text-decoration: none;}
A.menu:hover {color: #669966; text-decoration: none;}

A.btmlk:link{color: #999999; text-decoration: none;}
A.btmlk:visited{color: #999999; text-decoration: none;}
A.btmlk:active{color: #999999; text-decoration: none;}
A.btmlk:hover {color: #999999; text-decoration: none;}

.menuitem {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	border-bottom:1px dotted #666666;
	}
.content {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	}
.btm {
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #999999;
	}
.content_green {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #669966;
	}
.title {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #669966; 
	}
.section {
	background-color: #D9F9D9;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #669966; 
	}
.section_header{
	background-color: #669966;
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	}
img.border{
	border:2px solid #669966;;
}




