.leftborder {
	background-repeat: repeat-y;
	background-image:url(images/web_layout2_04.jpg);
	background-position: right;
}

.bodytext {
	font-family: Verdana;
	padding-right: 20px;
	font-size: 16px;
}

li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

.bodysmall {
	font-family: Verdana;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 10px;
	font-size: 10px;
	font-weight: bold;
	color: #FF0000;
}

h2 {
	font-family: Verdana;
	text-align: center;
}

.footerinfo {
	position: absolute;
	top: 585px;
	right: 146px;
	width: 560px;
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	color: #FF0000;
	text-align: center;
}

.borderDark {
	border: thin solid #000000;
	
}

.style1 {
	font-size: 22px;
	font-weight: bold;
	font-family: Verdana;
}

.formtext {
	font-family: Verdana;
	font-size: 14px;
	font-weight: bold;
}

a:link {
	color: #000066;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #000066;
}
a:hover {
	text-decoration: none;
	color: #FF0000;
}
a:active {
	text-decoration: underline;
}
