body {
	font-family: Arial;
	font-size: 9px;
	color: #7F7F7F;
	text-decoration: none;
}
.redcontent{
	font-family: Arial;
	font-size: 10px;
	color: #C90000;
	text-decoration: none;
}
.content{
	font-family: Arial;
	font-size: 10px;
	color: #7F7F7F;
	text-decoration: none;
}
a.menu{
	font-family: Verdana;
	font-size: 10px;
	color: #7F7F7F;
	text-decoration: none;
	font-weight: bold;
}
a.menu:hover{
	font-family: Verdana;
	font-size: 10px;
	color: #C90000;
	font-weight: bold;
}
a.menu:visited{
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
}
.footer{
	font-family: Verdana;
	font-size: 9px;
	color: #7F7F7F;
	text-decoration: none;
}

li {
	color: red;
	list-style-type: square;
	list-style-position: inside;
}

a.redLink{
	font-family: Verdana;
	font-size: 9px;
	color: #C90000;
	text-decoration: none;
}
a.redLink:hover{
	font-family: Verdana;
	font-size: 9px;
	color: #C90000;
	text-decoration: underline;
}
a.redLink:visited{
	font-family: Verdana;
	font-size: 9px;
	color: #C90000;
}

.whiteFoot{
	font-family: Verdana;
	font-size: 9px;
	color: #FFFFFF;
}

a.greyLink{
	font-family: Verdana;
	font-size: 9px;
	color: #7F7F7F;
	text-decoration: none;
}
a.greyLink:hover{
	font-family: Verdana;
	font-size: 9px;
	color: #7F7F7F;
	text-decoration: underline;
}
a.greyLink:visited{
	font-family: Verdana;
	font-size: 9px;
	color: #7F7F7F;
}
