body { font-size: 85%; }

ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.85em;
	text-decoration: none;
	color: #2C2863;
	line-height:120%;
}

.textbox {
	width:250px;
	background-color:F7F7F7;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	text-decoration: none;
	color: #2C2863;
	border-bottom-width:thin;
	border-bottom-color:#2C2863;
	border-top-width:thin;
	border-top-color:#2C2863;
	border-left-width:thin;
	border-left-color:#2C2863;
	border-right-width:thin;
	border-right-color:#2C2863;
}

.button {
	background-color:#2C2863;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	text-decoration: none;
	color: #FFFFFF;
	border-bottom-width:thin;
	border-bottom-color:#2C2863;
	border-top-width:thin;
	border-top-color:#2C2863;
	border-left-width:thin;
	border-left-color:#2C2863;
	border-right-width:thin;
	border-right-color:#2C2863;
}

.textarea {
	width:250px;
	background-color:F7F7F7;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	text-decoration: none;
	color: #2C2863;
	border-bottom-width:thin;
	border-bottom-color:#2C2863;
	border-top-width:thin;
	border-top-color:#2C2863;
	border-left-width:thin;
	border-left-color:#2C2863;
	border-right-width:thin;
	border-right-color:#2C2863;
}

.copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
	text-decoration: none;
}

.backLEFT {
	background-image: url(images/back_left2.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}

.backRIGHT {
	background-image: url(images/back_right2.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

.backLEFTwhite {
	background-image: url(images/back_left2_W.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}

.backRIGHTwhite {
	background-image: url(images/back_right2_W.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}

.backCENTERwhite {
	background-image: url(images/back_W.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-left: 25px;
	padding-right: 25px;
}
.backLEFTdark {
	background-image: url(images/back_left_D.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}

.backRIGHTdark {
	background-image: url(images/back_right_D.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}

.backCENTERdark {
	background-image: url(images/back_D.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-left: 25px;
	padding-right: 25px;
}
.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	text-decoration: none;
	color: #2C2863;
	line-height:150%;
}
.text a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	text-decoration: underline;
	color: #2C2863;
	line-height:150%;
}


.textWHITE {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	text-decoration: none;
	color: #FFFFFF;
	line-height:150%;
}
.textWHITE a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	text-decoration: underline;
	color: #FFFFFF;
	line-height:150%;
}

.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	text-transform: uppercase;
	color: #D0A024;
	text-decoration: none;
	font-weight: bold;
	padding-top: 20px;
}
.subtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	text-transform: none;
	color: #2C2863;
	text-decoration: none;
	font-weight: bold;
}

.subtitleWHITE {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	text-transform: none;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
.textLINK {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	text-decoration: none;
	color: #D0A024;
	line-height:150%;
}
.textLINK a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	text-decoration: underline;
	color: #D0A024;
	line-height:150%;
}