@charset "ISO-8859-1";

.nav A:link {text-decoration: none; color: #000000}
.nav A:visited {text-decoration: none; color: #000000}
.nav A:active {text-decoration: none; color: #000000}
.nav A:hover {text-decoration: none; color: #FF00CC;}

.nav {
	font-family: Helvetica, sans-serif;
	font-size: 10px;
	font-weight: lighter;
	color: #000000;
	letter-spacing: 2px;
	padding-left: 10px;
	padding-top: 10px;
	line-height: 7px;
	border-top-style: none;
	border-bottom-style: groove;
}

.NavRight A:link {text-decoration: none; color:  #333333}
.NavRight A:visited {text-decoration: none; color:  #333333}
.NavRight A:active {text-decoration: none; color:  #333333}
.NavRight A:hover {text-decoration: none; color: #FF00CC;}

.NavRight {
	font-family: verdana, helvetica, arial, sans-serif;
	font-size: 12px;
	color: #333333;
	padding-left: 10px;
	line-height: 17px;
	font-weight: bold;
}

.body A:link {text-decoration: none; color:  #333333}
.body A:visited {text-decoration: none; color:  #333333}
.body A:active {text-decoration: none; color:  #333333}
.body A:hover {text-decoration: none; color: #FF00CC;}

.body {
	font-family: verdana, helvetica, arial, sans-serif;
	font-size: 10px;
	color: #333333;
	padding-left: 10px;
	padding-right: 10px;
	line-height: 15px;
}

.body2 A:link {text-decoration: none; color:  #333333}
.body2 A:visited {text-decoration: none; color:  #333333}
.body2 A:active {text-decoration: none; color:  #333333}
.body2 A:hover {text-decoration: none; color: #FF00CC;}

.body2 {
	font-family: verdana, helvetica, arial, sans-serif;
	font-size: 10px;
	color: #333333;
	padding-left: 20px;
	padding-right: 20px;
	line-height: 15px;
}

