
html
{
overflow-x:hidden;
overflow-y:auto;
}

body
{
FONT-FAMILY: "Verdana", "Arial";

}

.bodywhite {
	FONT-SIZE: 12px;
	COLOR: #000000;
	LINE-HEIGHT: 1.4em;
	FONT-FAMILY: "Verdana", "Arial";
	LETTER-SPACING: 0px;
	text-decoration: none;
}
.bodyblack {
	FONT-SIZE: 11px; COLOR: #000000; LINE-HEIGHT: 1.4em; FONT-FAMILY: "Verdana", "Arial"; LETTER-SPACING: 0px
}
.dropdown {
	FONT-SIZE: 9px; COLOR: #000000; FONT-FAMILY: "Verdana", "Arial"
}
.bodywhitesmall {
	FONT-SIZE: 10px; COLOR: #000000; LINE-HEIGHT: 1em; FONT-FAMILY: "Verdana", "Arial"; LETTER-SPACING: 0px
}



/************ sectionLinks styles **************/

#sectionLinks{
	margin: 0px;
	padding: 0px;

}

#sectionLinks a:link, #sectionLinks a:visited {
	display: block;
	border-top: 1px solid #000000;
    
	background-image: url(images/Image1.gif);
	font-weight: bold;
	padding: 3px 0px 3px 10px;
	color: #000000;
}

#sectionLinks a:hover{
	border-top: 1px solid #000000;
	
	background-color: #d6ce8c;
	background-image: url(images/Image2.gif);
	font-weight: bold;
	text-decoration: none;
	color: #fffbc8;
}

div.line
{
border-top: 1px solid #000000;
}