/* CSS Document */


body {
	margin: 0px;
	padding: 0px;
	font-family: arial, helvetica, sans-serif;
	font-size: 10px;
	color: #333333;

	line-height: 140%;
}

a:link { text-decoration: none; color: #666666; }
a:visited { text-decoration: none; color: #999999; }
a:hover { text-decoration: none; color: #333333; }
a:active { text-decoration: none; color: #000000; }

p { 
	margin-top: 10px;
	margin-bottom: 10px;
	line-height: 135%;
	text-align:justify;
}

.hidden { 
	display: none;
}
.mainNav {
	line-height: 130%;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #cccccc;
	font-weight: 600;
}
.copy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 135%;
	color: #333333;
	text-align: left;
}
.copyitalic {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: italic;
	line-height: 135%;
	color: #333333;
	text-align: left;
}

.copyblu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 135%;
	color: #0099FF;
	text-align: left;
}
.copybold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 135%;
	color: #666666;
	text-align: left;
	font-weight: bold;
}
.copyboldblu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 135%;
	color: #0099FF;
	text-align: left;
	font-weight: bolder;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #999999;
}
.copywhite {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 135%;
	color: #ffffff;
	text-align: left;
}
