@charset "utf-8";
/* CSS Document */

.maintext {

	font-size:85%;
	font-family: Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:100%;
	line-height:1.3em;
	letter-spacing: 0.01em;
}

.header {
	font-size:14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.menuitem {
	text-align: right;
	color: #ff6600;
	margin: 10px 35px 0px 0px;
	font-size: 12px;
	font-weight: normal;
	background-color: #ebebeb;
}

.menuitem a:visited {
	color: #ff6600;
	font-size: 12px;
	font-weight: normal;
}

.menuitem a:active {
	color: #ff6600;
	font-size: 12px;
	font-weight: normal;
}

.menuitem a:link {
	color: #ff6600;
	font-size: 12px;
	font-weight: normal;
}

.menuitem a:hover {
	color: #cccccc;
	font-size: 12px;
	font-weight: normal;
}

.formDiv {
	padding: 0 20px;
	
}

.floatLeft {
	float: left;
	padding: 8px;
}

.redNotes {
	color: #ff6600;
}

.submit {
	width: 121px;
	height: 29px;
}

.col-1 {
	padding: 0 20px;
	}
.col-2 {
	padding: 0 20px;

	}
.col-3 {
	padding: 0 20px;
	
	}
h1 h2 h3 h4 {
	font-family: Arial, Helvetica, sans-serif;
	color:#666666;
}

a:visited {
	color: #FF6600;
	text-decoration:none;
	border:none;
}
a:active {
	color: #FF6600;
	text-decoration:none;
	border:none;
}
a:link {
	color: #FF6600;
	text-decoration:none;
	border:none;
}
a:hover {
	color: #cccccc;
	text-decoration:none;
}

.border{
	border:solid 0.01em #CCCCCC;
}

#footer{	
	text-align:center;
	font-size: x-small;
	padding:0 20% 0 20%;
	color:#bbbaba;
}

#footer .link{	
	color: #FFFFFF;
}
dt {
	font-family:Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 12px;
	font-weight:bold;
	margin:2px;
}

.margin {
	margin: 0px;

}
.tabletop {
	height: 10px;
	background-image:url(images/tabletop_bgWht.png);
	background-repeat:no-repeat;
	background-position: top center;
}

.tablebottom {
	height: 20px;
	background-image:url(images/tablebot_bgWht.png);
	background-repeat:no-repeat;
	background-position:center bottom;
}

.flash{
	background-image:url(images/flashbg.png);
	background-repeat:no-repeat;
	background-position:center;
	background-position:top;
}

.flash2{
	background-image:url(images/bg_logo.gif);
	background-repeat:no-repeat;
	background-position:center;
	background-position:top;
	height: 120px;
}

#scroller {
	height: 475px;
	overflow:auto;
}