.textbox {
	font-family: Tahoma;
	font-size: 68%;
	color: #506B89;
	line-height: 16px;
	padding-top: 17px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 17px;
}

.textbox a:link	{
	text-decoration: none;
color:  #75ADCA;
}		/* Sub Style class singles out all links in .maintext class area */
.textbox a:visited {
	text-decoration: none;
color:  #75ADCA;
}
.textbox a:hover {			/* Seperate hover attribute style */
	text-decoration: none;
color: #506B89;
}

.footer {
	font-family: Tahoma;
	font-size: 11px;
	color: #FFFFFF;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.footer a:link,			/* Sub Style class singles out all links in .maintext class area */
.footer a:visited {
	text-decoration: none;
	color: #ffffff;
}
.footer a:hover {			/* Seperate hover attribute style */
	text-decoration: none;
	color: #333333;
}

.lefthand {
	background-attachment: fixed;
	background-image: url(../images/lefthandside.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}
.righthand {
	background-attachment: fixed;
	background-image: url(../images/righthandside.jpg);
	background-repeat: repeat-y;
	background-position: right top;
}
.headerimage {
	font-family: Tahoma;
	font-size: 11px;
	color: #4D6885;
	background-attachment: fixed;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-right: 20px;
}
.headerimage a:link,	{
	text-decoration: none;
	color: #4D6885;
}		/* Sub Style class singles out all links in .maintext class area */
.headerimage a:visited {
	text-decoration: none;
	color: #4D6885;
}
.headerimage a:hover {			/* Seperate hover attribute style */
	text-decoration: none;
	color: #75ADCA;
}


.newtable {
	border: 1px solid #E7E7E7;
}
.newscolpadding {
	padding-top: 12px;
}
.news {
	font-family: Tahoma;
	font-size: 63%;
	line-height: 17px;
	color: #999999;
	padding: 7px;
}
.news a:link,	{
	text-decoration: none;
	color: #4D6885;
}		/* Sub Style class singles out all links in .maintext class area */
.news a:visited {
	text-decoration: none;
	color: #4D6885;
}
.news a:hover {			/* Seperate hover attribute style */
	text-decoration: none;
	color: #4D6885;
}
.submit {
	font-family: Tahoma;
	font-size: 11px;
	color: #333333;
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	margin: 0px;
}.inputext {
	font-family: Tahoma;
	font-size: 11px;
	line-height: 15px;
	color: #999999;
	border: 1px solid #CCCCCC;
}
.navlong {
	background-attachment: fixed;
	background-image: url(../images/navbottom.jpg);
	background-repeat: repeat;
	background-position: left bottom;
}
