.textfield {
	background-color: #FFFFFF;
}
.buttoncolor {
	background-color: #E0E9EE;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #333333;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
}
.title_red {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #C00;
	font-weight: bold;
}
.bodycopy_gray {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #666;
}
.title_black {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000;
}

.title_cyan {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #09C;
	font-weight: bold;
}
.header_black {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000;
	text-align: left;
}
.header_cyan {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #20B7E2;
}
a:link { color: black; text-decoration: none }
a:active { color: black; text-decoration: none }
a:visited {color: black; text-decoration: none}
a:hover { color: blue; text-decoration: underline }

ul
{
list-style-type: none;
padding: 0;
margin: 0;
}

li
{
	background-image: url(images/arrows.gif);
	background-repeat: no-repeat;
	background-position: left 0.4em;
	padding-left: 1.3em;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	line-height: 14px;
	margin: 0px;
	padding-top: 0px;
}

