a:link {color: #007FC4;	text-decoration: underline;}
a:visited {color: #6699CC; text-decoration: underline;}
a:hover {color: #E96E29;}

a.one:link {color: #FFFFFF;	text-decoration: underline;}
a.one:visited {color: #CCCCCC; text-decoration: underline;}
a.one:hover {color: #FFCC99;}

.midBG {
	background-image: url(../images/mid_bg.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
.bottomBG {
	background-image: url(../images/bottom.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-bottom: 6px;
}
.maintxtblack {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
.maintxtwhite {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}
.subtitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #E96E29;
	text-decoration: none;
}
.line {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: dashed;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}
.line2 {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	border-top-style: dashed;
}
.txtfield {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	width: 250px;
}
.adminheader {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #666666;
	padding: 5px;
}