@charset "UTF-8";
/* CSS Document */

.navigation {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color:#CCC;
	text-align:center;
}

.navigation:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color:#666;
	text-decoration: none;
	text-align:center;
}

.botlinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	line-height: 14px;
	text-decoration: none;
	color: #000;

}
.contentheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-style: normal;
	font-weight: bold;
	line-height: 20px;
	text-align:left;
	color:#333
}

.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	color: #000;
	line-height: 16px;
	text-align:left;
	padding-left:20px;
	padding-right:20px;
}

.textmainpg {
	font-family: Verdana;
	font-size: 16px;
	font-style: normal;
	color: #CCC;
	line-height: 20px;
	text-align:left;
	padding-left:20px;
	padding-right:20px;
}

.textmainorg {
	font-family: Verdana;
	font-size: 18px;
	font-style: normal;
	color: #F60;
	line-height: 20px;
	text-align:left;
	padding-left:20px;
	padding-right:20px;
}

a:link {
	
	text-decoration: none;
	color:#930;
}

a:visited {
	text-decoration:none;
	color:#930;
}
	
a:hover {
	text-decoration: none;
	color:none;
}
a:active {
	text-decoration: none;
	color:none;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
