/* CSS Document */

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
}
body {
	margin-top: 0px;
	background-color: #dedede;
}

.greenTEXT {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #99cc00;	
}

.greendarkTEXT {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #006600;	
}

.grayTEXT {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;	
}

.contentMAIN {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	margin-left:15px;
}

.headMAIN {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #006600;
	margin-left:15px;
}


.subNAV a {
	font-size: 10px;
	color: #006600;
	margin-left: 10px;
	line-height: 20px;
	text-decoration: none;
}

.subNAV a:hover {
	text-decoration: none;
	color: #999900;
	margin-left: 10px;
	line-height: 20px;
	text-decoration: none;
}

.subNAV2 a {
	font-size: 10px;
	color: #006600;
	margin-left: 25px;
	line-height: 20px;
	text-decoration: none;
}

.subNAV2 a:hover {
	text-decoration: none;
	color: #999900;
	margin-left: 25px;
	line-height: 20px;
	text-decoration: none;
}

.subNAV3 a {
	font-size: 10px;
	color: #006600;
	text-decoration: none;
}

.subNAV3 a:hover {
	text-decoration: none;
	color: #999900;
	text-decoration: none;
}

.footNAV a {
	font-size: 10px;
	color: #006600;
	text-decoration: none;
}

.footNAV a:hover {
	text-decoration: none;
	color: #99cc00;
	text-decoration: none;

}

.MainOUTLINE {
	border: thin solid #999999;
}
.footerLINE {
	border-top-width: thin;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #999999;
}

.footPAD {
	padding-bottom: 10px;
}
