body {
	background-color: #CCCCCC;
	font-size: 10pt;
	color: #333333;
	line-height: 12pt;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	margin-left: 10px;
}

.mainbody {
	background-color: #FFFFFF;
}

.textbody {
	background-color: #CCCCCC;
}


.maintext {
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}

h1 {
	font-weight: bold;
	font-size: 18pt;
	color: #999999;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.indent {
	margin-left: 25px;
}

a {
	text-decoration: none
}

a:link {
	color:#cc0000
	}
a:visited {
	color:#cc0000
	}
a:hover {
	color:#cc00cc;
	}
a:active {
	color:#cc0000
	}



