@charset "utf-8";
.menustrip {
	background-image: url(../images/menustrip.png);
	background-repeat: repeat-x;
}
#maincontainer {
	border: thick double #450A45;
}a:link {
	color: #F3C6F5;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #F3C6F5;
}
a:hover {
	text-decoration: underline;
	color: #3C3FF7;
}
a:active {
	text-decoration: none;
	color: #F3C6F5;
}

.style18 {font-family: Georgia, "Times New Roman", Times, serif}
body {
	background-color: #000000;
	background-image: url(../images/bg.png);
}
.highlightActiveField {
	border: 1px solid black;
	background-color: #F6CBF6;
}

.highlightInactiveField {
    border: 1px solid black;    
    background-color: #fff;
}
.alertBox {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	color: #F4C6F4;
	background-position: center;
	text-align: center;
	border: medium solid #F4C6F4;
	width: 40%;
}

.copyrightText {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: x-small;
	font-weight: bold;
	color: #F4C6F4;
}