/* CSS Document */
.mainbody {
	background-color: #FFFFFF;
	border: 2px solid #FFFFFF;
}
.textarea {
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #000000;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center center;
	text-align: justify;
	padding: 5px;

}
.headtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16pt;
	font-weight: bold;
	color: #000000;
	text-align: center;


}
.btext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: #000000;
	text-align: justify;


}
a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #000000;
	text-decoration: underline;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-style: italic;
	font-weight: bold;
	color: #000000;
	text-decoration: blink;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: normal;
	color: #FFCC33;
	text-decoration: none;
}
li {
	list-style-image: url(images/bullet.gif);
}

}

