@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	margin: 0px;
	padding-top: 10px;
}
.content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color: #5c9a01;
	/*background-image: url(../graphics/contentBackground.jpg);*/
	background-image: url(../graphics/gradient.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	padding: 25px;
	color: white;
}
.contentEmpty {
	/*background-image: url(../graphics/contentBackground.jpg);*/
	background-image: url(../graphics/gradient.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	background-color #5c9a01;
}
.bottom {
	background-image: url(../graphics/bottomBackground.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.top {
	/*background-image: url(../graphics/topBackgroundNoLogo.jpg);*/
	/*background-repeat: no-repeat;*/
	/*background-position: left bottom;*/
}
.links a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	/*color: #000000;*/
	color: white;
	text-decoration: none;
	}
.links a:link {
	text-decoration: none;
	/*Added*/
	color: white;
}
.links a:visited {
	text-decoration: none;
	/*color: #000000;*/
	color: white;
}
.links a:hover {
	text-decoration: underline;
	/*color: blue;*/
	color: #b990d6;
}

.links a:active {
	text-decoration: none;
	color: #white;
}

.footerLinks a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	text-decoration: none;
	}
.footerLinks a:link {
	text-decoration: none;
}
.footerlinks a:visited {
	text-decoration: none;
	color: #666666;
}
.footerLinks a:hover {
	text-decoration: underline;
	color: blue;
}

.footerLinks a:active {
	text-decoration: none;
	color: #666666;
}

input, textarea, select {
	font-size: 12px;
}

.coverBackground {
	background-image: url(../graphics/coverBackground.jpg);
	background-repeat: no-repeat;
	width: 800px;
	height: 600px;
}
.purpleCoverTxt {
	font-size: 48px;
	color: #be8cd5;
	font-weight: bold;
	text-align: center;
	padding-top: 150px;
}
.coverGreenText {
	font-size: 18px;
	font-weight: bold;
	color: #2eff0f;
}
.coverVioletText {
	font-size: 18px;
	font-weight: bold;
	color: #fd41e9;
}
.coverYellowText {
	font-size: 18px;
	font-weight: bold;
	color: #f9f305;
}
