.topbg {
	background-image: url(/images/bgtop.jpg);
	background-repeat: repeat-x;
}
.mainborder {
	border: 1px solid #000000;

}
td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
.grey {
	background-color: #EBEBED;
}
.footer {
	background-color: #0055A4;
	border-top-width: 2px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	color: #FFFFFF;

}
a {
	color: #0055A4;
	text-decoration: underline;
}
a:hover {

	color: #1A92FF;
	text-decoration: none;
}
.titletopbar {
	background-color: #5386BC;
}
.title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #3B7BB6;
	text-decoration: none;
}

.regtitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #3B7BB6;
	text-decoration: none;
	padding-left: 60px;
}
.titletopbar1 {
	background-color: #6699C8;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;


}
.tdback {
	background-color: #EBEBED;
	height: 23px;
	border-top: 1px solid #333333;
	border-right: 1px solid #333333;
	border-bottom: 1px solid #333333;
	border-left: 0px solid #333333;

}
.linktop {

	font-family: "Arial Narrow";
	font-size: 11px;
	font-weight: bold;
	color: #496985;
	text-decoration: none;
}
.linktop:hover {


	font-family: "Arial Narrow";
	font-size: 11px;
	font-weight: bold;
	color: #3B7BB6;
	text-decoration: none;
}

.headerlink {
	font-family: TradeGothic,Verdana,Arial,sans-serif; 
	font-size: 11px; 
	font-weight: bold; 
	text-decoration:none; 
	color: #000000;
}



/* Table Styles */

td.form-section-header {
	font-weight: bold;
	padding: 15px 0px 15px 0px;
}

td.form-indent {
	text-indent: 45px;
}

/* Form Styles */

.form-error {
	color: red;
}

.form-cell-error {
	background-color: #FFAAAA;
}

/* iFrame Styles */
iframe {
	border: solid 3px #6399C9;
}

/* BodyText Image Styles */

#bodytext input[type=image] {
	max-width: 715px;
	display: block;
}
#bodytext img {
	display: block;
}
/*
Using JS to Resize the BodyText Images to Scale.
#bodytext img {
	max-width: 715px;	
	display: block;
}
*/


