@charset "utf-8";
/* CSS Document */

body {
	background-color: #FFFFFF;
	background-image:url(/images/background.png);
	background-repeat: repeat;
}


a {
	color: #43006E;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #8D00DE;
	text-decoration: underline;
	font-weight: bold;
}

.maintable {
	width: 975px;
	text-align: center;
	border: none;
}

.topcell {
	background-image: url(/images/top.png);
	width: 975px;
	height: 23px;
}

.bottomcell {
	background-image: url(/images/bottom.png);
	width: 975px;
	height: 23px;
}

.maincell {
	background-image: url(/images/main-cell-background.png);
	background-repeat: repeat-y;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

.menutable {
	width: 937px;
	height: 63px;
	text-align: center;
	border: none;
	background-image: url(images/menu-background.png);
	background-repeat: no-repeat;
}

.copyrighttable {
	width: 937px;
	height: 30px;
	text-align: center;
	border: none;
}

.copyrightcell {
	width: 100%;
	height: 30px;
	text-align: center;
	font-family: Verdana, Helvetica, Arial, Sans-serif;
	font-weight: bold;
	color: #c0c0c0;
	font-size: 10px;
	line-height: 30px;
	vertical-align: middle;
}

.menutopleft {
	width: 50%;
	height: 32px;
	text-align: left;
	text-indent: 6px;
	font-family: Verdana, Helvetica, Arial, Sans-serif;
	color: #000000;
	font-size: 12px;
	line-height: 32px;
	vertical-align: middle;
}

.menutopright {
	width: 50%;
	height: 32px;
	text-align: right;
	font-family: Verdana, Helvetica, Arial, Sans-serif;
	color: #000000;
	font-size: 12px;
	line-height: 32px;
	vertical-align: middle;
}

.menubottomleft {
	width: 50%;
	height: 31px;
	text-align: left;
	text-indent: 6px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 12px;
	line-height: 31px;
	vertical-align: middle;
}

.menubottomright {
	width: 50%;
	height: 31px;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 12px;
	line-height: 31px;
	vertical-align: middle;
}

.header404 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: bold;
	color: #404040;
}
.subheader404 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #606060;
}
.body404 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #606060;
}

.welcomemaintable {
	width: 937px;
	border: none;
}

.welcomebluecell {
	width: 300px;
	height: 203px;
}


.buttonstyle {
	FONT-SIZE: 10px;
	FONT-WEIGHT: Bold;
	FONT-FAMILY: Verdana,Helvetica;
}

.smallbuttonstyle {
	FONT-SIZE: 9px;
	FONT-WEIGHT: Bold;
	FONT-FAMILY: Verdana,Helvetica;
}

.textboxstyle {
	BORDER-TOP-COLOR: #808080;
	BORDER-LEFT-COLOR: #808080;
	BORDER-RIGHT-COLOR: #808080;
	BORDER-BOTTOM-COLOR: #808080;
	border-color : #808080 #808080 #808080 #808080;
	border-style: solid;
	BORDER-TOP-WIDTH: 1px;
	BORDER-LEFT-WIDTH: 1px;
	BORDER-BOTTOM-WIDTH: 1px;
	BORDER-RIGHT-WIDTH: 1px;
	FONT-SIZE: 16px;
	FONT-FAMILY: Arial;
	FONT-WEIGHT: bold;
	background-color : #e6e6e6;
	color : #000000;
	text-align: center;
}

.errortextboxstyle {
	BORDER-TOP-COLOR: #ff0000;
	BORDER-LEFT-COLOR: #ff0000;
	BORDER-RIGHT-COLOR: #ff0000;
	BORDER-BOTTOM-COLOR: #ff0000;
	border-color : #ff0000;
	border-style: solid;
	BORDER-TOP-WIDTH: 2px;
	BORDER-LEFT-WIDTH: 2px;
	BORDER-BOTTOM-WIDTH: 2px;
	BORDER-RIGHT-WIDTH: 2px;
	FONT-SIZE: 16px;
	FONT-FAMILY: Arial;
	FONT-WEIGHT: bold;
	background-color : #e6e6e6;
	color : #000000;
	text-align: center;
}

	


