html, body{
	margin:0;
	padding:0;
	text-align:center;
	color: #FFFFFF;
	font-family:Verdana;
	font-size:12px;
	background-image: none;
}
td {
	color: #FFFFFF;
	font-family:Verdana;
	font-size:12px;
}
#pagewidth{
	width:100%;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
	background-Color: #FFFFFF;
	border-left: 0px;
	border-top: 0px;
	border-right: 0px;
	border-bottom: 0px;
}

#header{
 display:none;
}
#menu{
	display:none;
}
#leftcol{
	width:0px;
	display:none;
}


#rightcol{
	width:0px;
	display:none;
}

#maincol{
	background-color: #FFFFFF;
	float: left;
	display:inline;
	position: relative;
	width:100%;
	height:100%;
	font-family:Verdana;
	font-size:12px;
	color: #000000;
	padding:4px;
	border-top: 0px;
}

#footer{
	display:none;
}
#footerMail{
	display:none;
}
#footerText{
	background-color: #FFFFFF;
	float: left;
	display:inline;
	position: relative;
	width:100%;
	height:100%;
	font-family:Verdana;
	font-size:12px;
	color: #000000;
	padding:4px;
	border-top: 0px solid #000000;
}
#footerLogo{
	display:none;
}

a, a:visited {
	font-size : 12px;
	font-family : Verdana;
	font-weight : bold;
	font-style : normal;
	color : #A0A0A0;
	text-decoration : underline;
}
a:active, a:hover  {
	font-size : 12px;
	font-family : Verdana;
	font-weight : none;
	font-style : normal;
	color : #E0E0E0;
	text-decoration : underline;
}
a.button, a.button:active, a.button:visited   {
	font-family:Verdana;
	font-size:14px;
	color: #FFFFFF;
	background-Color: #00004C;
	border-left: 2px solid #CCCCCC;
	border-top: 2px solid #CCCCCC;
	border-right: 2px solid #000000;
	border-bottom: 2px solid #000000;
	text-decoration: none;
	width: 80px;
	height: 25px;
	text-align: center;
	margin: 2px;
	padding:4;
}
a.button:hover     {
	font-family:Verdana;
	font-size:14px;
	color: #FFFFFF;
	background-Color: #00007C;
	border-left: 2px solid #000000;
	border-top: 2px solid #000000;
	border-right: 2px solid #cccccc;
	border-bottom: 2px solid #cccccc;
	text-decoration: none;
	width: 80px;
	height: 25px;
	text-align: center;
	margin: 2px;
	padding:4;
}
a.warningbutton, a.warningbutton:active, a.warningbutton:visited   {
	font-family:Verdana;
	font-size:14px;
	color: #FFFFFF;
	background-Color: #C40000;
	border-left: 2px solid #CCCCCC;
	border-top: 2px solid #CCCCCC;
	border-right: 2px solid #000000;
	border-bottom: 2px solid #000000;
	text-decoration: none;
	width: 80px;
	height: 25px;
	text-align: center;
	margin: 2px;
	padding:4;
}
a.warningbutton:hover     {
	color: #FFFFFF;
	background-Color: #00007C;
	border-left: 2px solid #000000;
	border-top: 2px solid #000000;
	border-right: 2px solid #cccccc;
	border-bottom: 2px solid #cccccc;
	text-decoration: none;
	width: 80px;
	height: 25px;
	text-align: center;
	margin: 2px;
	padding:4;
}
img {
	border-color : #000000;
}
