@charset "utf-8";
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.welcomebox {
	background-attachment: scroll;
	background-image: url(welcome-box.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

.backdrop {
	background-attachment: scroll;
	background-image: url(backdrop.gif);
	background-repeat: repeat-y;
}
.basetext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
.basetextlinks a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration:none;
}
.basetextlinks a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #c80505;
	text-decoration:none;
}
.welcometext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
.maintext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration:none;
}
.redlargetext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #920606;
	text-decoration:none;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	color: #920606;
}
.bluelargetext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #044b6f;
	text-decoration:none;
}
.style1 {color: #C30808; font-family:Arial, Helvetica, sans-serif; font-size:12px; line-height:15px;}
.style2 {color: #C30808; font-family:Arial, Helvetica, sans-serif; font-size:12px; line-height:15px;}
.tablestyle
{
	border-left:thin;
	border-right:medium;
	table-layout:fixed;
	border-top-width:thick;
	border-bottom-width:thick;
	border-bottom-style:double;
}