body{
	background-color : White;
}

.small{
	color:black;
	font-size : 10px;
	font-family : sans-serif, Arial;
}

A.small:LINK {
	color:black;
	text-decoration : none;
}

A.small:VISITED {
	color:black;
	text-decoration : none;
}

A.small:ACTIVE {
	color:black;
	text-decoration : underline;
}

A.small:HOVER {
	color:black;
	text-decoration : underline;
}

.menu{
	color:black;
	font-size : 14px;
	font-family :  Arial,  sans-serif;
	line-height: 20px;
}

.menuselected{
	color:#3366cc;
	font-size : 14px;
	font-weight: bold;
	font-family :  Arial,  sans-serif;
	line-height: 20px;
}

A.menu:LINK {
	color:black;
	text-decoration : none;
}

A.menu:VISITED {
	color:black;
	text-decoration : none;
}

A.menu:ACTIVE {
	color:black;
	text-decoration : underline;
}

A.menu:HOVER {
	color:black;
	text-decoration : underline;
}

.submenu{
	line-height:20px;
	color:white
}

A.submenu:LINK {
	color:white;
	text-decoration : none;
}

A.submenu:VISITED {
	color:white;
	text-decoration : none;
}

A.submenu:ACTIVE {
	color:white;
	text-decoration : underline;
}

A.submenu:HOVER {
	color:white;
	text-decoration : underline;
}

.title{
	color:white;
	font-size : 16px;
	font-family :  Arial,  sans-serif;
}

.text{
	color:black;
	font-size : 12px;
	font-family :  Arial,  sans-serif;
}

td{
	color:black;
	font-size : 12px;
	font-family :  Arial,  sans-serif;
}


h1{
	color:black;
	font-size : 20px;
	font-family :  Arial,  sans-serif;	
}

h2{
	color:black;
	font-size : 18px;
	font-family :  Arial,  sans-serif;	
}

A:LINK {
	color:black;
	text-decoration : underline;
}

A:VISITED {
	color:black;
	text-decoration : underline;
}

A:ACTIVE {
	color:black;
	text-decoration : underline;
}

A:HOVER {
	color:#003399;
	text-decoration : underline;
}

input.text{
	color: black;
	font-size : 12px;
	font-family : Arial, sans-serif;
	border : solid 1 white;
}

.black{
	color: black;
	font-size : 12px;
	font-family : Arial, sans-serif;
	border : solid 1 black;

}

.nobot{
	margin-bottom : 5;
}

.Heading_1{
	color:black;
	font-size : 20px;
	font-family :  Arial,  sans-serif;	
}

.Heading_2{
	color:black;
	font-size : 16px;
	font-family :  Arial,  sans-serif;	
}

.Heading_3{
	color:black;
	font-size : 12px;
	font-family : Arial, sans-serif;
	font-weight : bold;
}