body {
	margin : 0px;
	background-color : #FFFFFF;
}

.mainNav {
	font-family : Verdana, Arial;
	font-size : 10px;
	font-weight : bold;
	color : #FFFFFF;
}

.mainNav:a:hover {
	color : #CCCCCC;
}

.footerNav {
	font-family : Verdana, Arial;
	font-size : 10px;
	color : #CAC9C9;
	font-weight : normal;
}

.footerNav:a:hover {
	color : #FFFFFF;
	font-weight : normal;
}

.textMain {
	font-family : Verdana, Arial;
	font-size : 11px;
	color : #535353;
}

.textSmall {
	font-family : Verdana, Arial;
	font-size : 10px;
	color : #535353;
}

.textGreen {
	font-family : Verdana, Arial;
	font-size : 11px;
/*	color : #058F03;*/
	color : #aa0000;
	font-weight : bold;
}

.textGreen:a:hover {
	text-decoration : underline;
	color : #3333CC;
}

.textWhite {
	font-family : Verdana, Arial;
	font-weight : bold;
	font-size : 11px;
	color : #FFFFFF;
}

a {
	text-decoration : underline;
	font-weight : bold;
}

li {
	list-style-image : URL(../images/bullet.gif);
	padding-bottom : 8px;
}

h1 {
	font-size : 11px;
	color : #000000;
	padding : 10px 0 0 0;
}

h2 {
	font-size : 11px;
	padding : 0;
}
