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

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 3px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
}
.mainText {
	color: #FFFFF0;
	font-size: 14px;
	text-align: justify;
	text-decoration: none;
}
.advText {
	color: #000000;
	font-size: 14px;
	text-align: center;
	background-color: #FF9900;
	font-weight: bold;
}
.formText {
	color: #000011;
	font-size: 14px;
	text-align: justify;
	text-decoration: none;
}
.boldText {
	color: #FF9900;
	font-size: 16px;
	text-align: left;
	text-decoration: none;
}
.liteText {
	color: #FF9900;
	font-size: 12px;
	text-align: right;
	text-decoration: none;
}
.linkText {
	color: #FFFFFF;
	font-size: 12px;
	text-align: right;
	padding-right: 10px;
}
p {
	margin: 5px;
}
a:link {
	color: #FFFFFF;
	font-size: 14px;
	text-decoration: none;
}     /* unvisited link */
a:visited {
	color: #FFFFFF;
	font-size: 14px;
	text-decoration: none;
}  /* visited link */
a:hover {
	color: #999999;
	font-size: 14px;
	text-decoration: underline;
}   /* mouse over link */
a:active {
	color: #FFFFFF;
	font-size: 14px;
	text-decoration: none;
}   /* selected link */

