@charset "utf-8";
/* CSS Document */
body {
	background-color: #333333;
}
a:link {
	text-decoration:none;
	color:#CC00CC;
}
a:visited {
	text-decoration:none;
	color: #CC00CC;
}
a:hover {
	text-decoration:underline;
	color: #00CC00;
}
a:active {
	text-decoration:none;
	color: #CC00CC;
}
/*Text Formatting*/
h1 {
	font-size:20pt;
	margin:14px 10px 10px 58px;
	color:#FFFFFF;
}
.buttons {
	font-size:12pt;
	font-weight:bolder;
	margin:5px 6px 5px 50px;
	text-align:right;
}
.buttons a:link {
	text-decoration:none;
	color:#56028B;
}
.buttons a:visited {
	text-decoration:none;
	color:#56028B;
}
.buttons a:hover {
	text-decoration:none;
	color:#990033;
}
.buttons a:active {
	text-decoration:none;
	color:#56028B;
}
.textCenter {
	font-size:10pt;
	margin: 0 110px 0 60px;
	color:#FFFFFF;
}
.submit{
	font-size:10pt;
	margin: 0 110px 0 60px;
	color:black;
}
.textDesc {
	font-size:10pt;
	font-style:italic;
	line-height:18px;
	margin-left:10px;
	color:#FFFFFF;
}
