BODY {
	color : Black;
	background-color : White;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif, sans-serif;
}

.leftMenu {
	color : White;
	font-size : xx-small;
	text-decoration : none;
}

.leftMenu:HOVER {
	color : Lime;
	text-decoration : none;
	font-weight : normal;
}

.leftMenu2 {
	color : White;
	font-size : x-small;
	text-decoration : none;
}

.leftMenu2:HOVER {
	color : Lime;
	text-decoration : none;
	font-weight : normal;
}


.topMenu {
	color : #000000;
	font-size : x-small;
	font-family : Verdana,Arial;
	text-decoration : none;
}

.topMenu:HOVER {
	color : #ffffff;
	font-size : x-small;
	font-family : Verdana,Arial;
	text-decoration : none;
}

.bottomMenu {
	color : #000000;
	font-size : x-small;
	font-family : Verdana,Arial;
	text-decoration : none;
}

.bottomMenu:HOVER {
	color : Green;
	font-size : x-small;
	font-family : Verdana,Arial;
	text-decoration : none;
}

.MainLinks {
	color : Blue;
	font-size : x-small;
	font-family : Verdana,Arial;
	text-decoration : none
}

.MainLinks:HOVER {
	color : Green;
	font-size : x-small;
	font-family : Verdana,Arial;
	text-decoration : underline;
	font-weight : bold;
}

.rlbl{
	font-size : x-small;
	font-weight : bold;
	text-align : right;
}

h2{
	font-size : medium;
}

.hdr{
	background-color : #003366;
	color : #F0F8FF;
	font-weight : bold;
}

.small{
	font-size : x-small;
}