.headline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
}

.headline2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13pt;
	font-weight: bold;
	color: #006385;
}

.abstract {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #333333;
	font-weight: normal;
}
.header1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #333333;
	font-weight: bold;
}

.update {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: normal;
	color: #FFFFFF;
}
.leftnav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	line-height: normal;
	border: none;
}
.bottomnav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}
a:hover {
	color: #0066FF;
}
.smalltext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #333333;
}
option {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8px;
	color: #333333;
}
p {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: normal;
	border: none;
}

/* BEGIN Left Nav style */
#navlist
{
	padding-left: 0;
	margin-left: 0;
	border-bottom: 1px solid gray;
	width: 125px;
	background-color : #ffffff;
}

#navlist li
{
list-style: none;
margin: 0;
padding: 2px;
border-top: 1px solid gray;
}

#navlist li a {
	text-decoration: none;
	display: block;
	border-left: 10px solid #CCCCCC;
    border-right: 10px solid #FFFFFF;
	font-family: Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
    font-size : 10px;
	color: #333333;
}

#navcontainer li a:hover
{
border-left: 10px solid #5ba3e0;
border-right: 10px solid #A5C3DD;
background-color: #A5C3DD;
color: #666666;
}
/* END Left Nav style */

