.nav {
	font-family: Arial, Helvetica, sans-serif;
	color: #660033;
}
.nav .ON{
	font-size: 12px;
	color: #660033;
	font-weight: bold;
	text-decoration: none;
}
.nav .OFF{
	font-size: 12px;
	color: #660033;
	text-decoration: none;
}

.nav a:hover {
	font-weight: bold;
}
.body {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
}
.body p{
	font-size: 12px;
	line-height: 18px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.body h1{
	font-size: 12px;
	line-height: 18px;
	margin-top: 10px;
	margin-bottom: 10px;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 3px;

}
.body h2{
	font-size: 12px;
	line-height: 18px;
	margin-top: 10px;
	margin-bottom: 10px;
	font-weight: bold;
}
.body .normal{
	font-size: 12px;
	line-height: 18px;
	text-transform: none;
	letter-spacing: normal;
}
.body li{
	font-size: 12px;
	line-height: 18px;
	margin-top: 10px;
	margin-bottom: 10px;
	list-style-type: square;
}
.body ul{
	font-size: 12px;
	line-height: 18px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.body a{
	color: #000000;
	text-decoration: none;
}
.body a:hover{
	text-decoration: underline;
	color: #000000;
}
p.MsoNormal a:link {
	text-decoration: none;
}

p.MsoNormal a:visited {
	text-decoration: none;
}

