div#main {
	width:100%;
	background-color:white;
	text-align: center;
}

div#submain {
	width:100%;
	background-color:#CCCCCC;
	text-align: center;
}
A:link {text-decoration: none; color:inherit; font-weight:bold;}
A:visited {text-decoration: none; color:inherit;font-weight:bold;}
A:active {text-decoration: none}
A:hover {text-decoration: underline}

div#header {
	padding-top:10px;
	width:100%;
	margin-left: 0;
	margin-right: 0;
	border: 0;
	background-color:#003399;
	color:#FFFFFF;
	text-align: center;
}

div#header_grey {
	padding-top:10px;
	width:100%;
	margin-left: 0;
	margin-right: 0;
	border: 0;
	background-color:#666666;
	color:#FFFFFF;
	text-align: center;
}

div#subheader {
	width:100%;
	border: 4px #FFFFFF solid;
	border-width: 3px 0px 3px 0px;
	color: black;
	background-color:#AAAAAA;
	text-align: center;
}

div#subheader2 {
	width:100%;
	padding: 3px 0px 3px 0px;
	border-top: 1px white solid;
	color: yellow;
	background-color:#003399;
	font-size: 14px;
	text-align: center;
}


div#footer {
	width:100%;
	border:none;
	margin-top:5px;
	padding-top:3px;
	color:black;
	background-color:white;
	text-align:center;
}

div.contentBox {
	width:850px;
	text-align:left;
	margin:auto;
	padding:10px;
	height:auto;
	clear:none;
	
}

div.messageBox {
	margin-top:15px;
	margin-bottom:15px;
	width:500px;
	border: 3px red solid;
	color:black;
	margin-left:auto;
	margin-right:auto;
	padding:3px;
	text-align:left;
	vertical-align:center;
}

div.infoButton {
	width:200px;
	height:50px;
	vertical-align:middle;
	border:3px outset grey;
	text-align:center;
	background-color:#003399;
	color:white;
}
td.header {
	color:#FFFFFF;
}

td.headerNav {
	color:#FFFFFF;
	border:1px solid black;
	border-width: 1px 1px 0px 1px;
}

td.numberback {
	width: 130px;
	height: 70px;
	min-height:197px;
	min-width:70px;
	background-repeat:no-repeat;
	padding-left: 40px;
	padding-bottom: 10px;
}
	
body {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size:14px;
  	background-color:#CCCCCC;
	margin:0;
}

td {
	font-size:14px;
}

th {
	font-size:14px;
	font-weight:bold;
}

span.title {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size:24px;
	font-weight:normal;
	color:#FFFFFF;
}

span.shf {
	color:black;
	}

span.subtitle {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size:14px;
	font-weight:normal;
	color:#CCCC00;
}

span.requiredAsterisk {
	color:red;
	}

p.pageTitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	text-align:center;
	}

table.footer {
	font-size:9px;
	color:#999999;
}

hr.contentBreak {
	color:white;
	background-color:white;
	height:3px;
	margin:10px;
}

#marqueecontainer{
	position: relative;
	width: 600px; /*marquee width */
	
	height: 25px; /*marquee height */
	background-color: black;
	overflow: hidden;
	border: 1px solid #666666;
	padding: 2px;
	padding-left: 4px;
	color:yellow;
}
.scroll_div {
	border:none;
	width: 610px;
	width/**/: 610px !important;
}
.vmarquee_content {
	position:absolute;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
}

