.maintext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 16px;
	color: #153C78;
	text-decoration: none;
	margin: 0px;
}
.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 12px;
	color: #2c4c8c;
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: center top;
	background-image: url(../images/back_footer.jpg);
	height: 50px;
}
.footer a:link {
	color:#2c4c8c;
	text-decoration: none;
}
.footer a:hover {
	color:#FFFFFF;
}
.footer a:visited {
	color:#2c4c8c;
	text-decoration: none;
}
.tablebacklight {
	background-image: url(../images/back_fadelight.gif);
	background-repeat: repeat-x;
	background-position: top;
}
.formbox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #182569;
	background-color: #dedede;
	padding: 3px;
	width: 300px;
	border: 1px solid #182569;
}
.maintext a:link {
	color:#153C78;
}
.maintext a:hover {
	color:#E30021;
}
.maintext a:visited {
	color:#153C78;
}
.formstyle {
	background-color: #CCCCCC;
	border: 1px solid #182569;
	width: 250px;
	font-size: 10px;
}
.tableborder {
	border: 1px solid #c4c8d9;
}
.hotunderline {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D1D3E1;
}
.hotunderlinered {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FF0000;
}
.style1 {
	border: 1px solid #c4c8d9;
	font-size: 9px;
	background-color: #dddfe9;
}
.style2 {font-size: 9px}
.style3 {
	font-size: 10px;
	font-weight: bold;
}
.hotjobiframe {
	margin: 0px;
	overflow-y:hidden;
	overflow-x:hidden;
	overflow: -moz-scrollbars-vertical;
	width: 174px;
	height: 335px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.hotjobtext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	line-height:14px;
	color: #153C78;
	text-decoration: none;
	margin: 0px;
}

.style6 {color: #999999; font-weight: bold; }


/*Example CSS for demo ticker*/

#ajaxticker1{
width: 173px;
}

#ajaxticker1 div{ /*IE6 bug fix when text is bold and fade effect (alpha filter) is enabled. Style inner DIV with same color as outer DIV*/
	background-color: #FFFFFF;
}

.someclass{ //class to apply to your scroller(s) if desired
}
.boldunderline {
	font-weight: bold;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #DF0024;
	padding-bottom: 3px;
	width: 160px;
}

.boldunderlinenowidth {
	font-weight: bold;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #DF0024;
	padding-bottom: 3px;
	width: 100%;
	display: inline;
	margin-right: 10px;
}

.addressblock {
	background-image: url(../images/addressback.jpg);
	background-repeat: no-repeat;
	background-position: top;
	height: 170px;
	width: 164px;
	padding-top: 30px;
	padding-left: 10px;
}
