body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	color: #000000;
	background-color: #666666;
	padding: 0px;
	border: none;
	margin-top: 0px;
}
.whitecolor {
	background-color: #FFFFFF;
}
.greycolor {
	background-color: #CCCCCC;
}

.valign {
	vertical-align: text-top;
}
.dot {
	color: #FF9900;
}

.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	margin-right: 12px;
	margin-left: 12px;
	margin-top: 12px;
	text-align: justify;
	text-indent: none;
}

.text2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	margin-right: 20px;
	margin-left: none;
	margin-top: 12px;
	text-align: justify;
	text-indent: none;
}
.center_buttons {
	text-align: center;
}


.bold_italics {
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	font-weight: bold;
	color: #FF9900;
	font-size: 12px;
	margin-right: 6px;
	margin-left: 6px;
	margin-top: 12px;
	text-align: justify;
}
.black_background {
	background-color: #000000;
}


.h3 {
	font-family: "Arial Narrow";
	font-size: 18px;
	font-weight: bold;
	color: #FF9900;
	margin-left: 12px;
	
}

.h2 {
	font-family: "Arial Narrow";
	font-size: 16 px;
	font-weight: bold;

	color: #33333
	margin-left: 12px;
	margin-left: 12px;
}
a:link {
	font-family: "Arial Narrow";
	font-size: 14px;
	font-weight: bold;
	color: #FF9900;
	text-decoration: underline;
}
a:visited {
	font-family: "Arial Narrow";
	font-size: 14px;
	color: #FF9900;
	text-decoration: underline;
	font-weight: bold;
}
a:hover {
	font-family: "Arial Narrow";
	font-size: 14px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}
a:active {
	font-family: "Arial Narrow";
	font-size: 14px;
	font-weight: bold;
	color: #666666;
	text-decoration: underline;
}
