body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #701123;
}
body {
	background-color: #701123;
}
a:link {
	color: #bbbbbb;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #ffbbbb;
}
a:hover {
	text-decoration: none;
	color: #ffffff;
}
a:active {
	text-decoration: none;
	color: #bbbbbb;
}
a img {
	border: 0;
}
.style2 {
	font-size: 18px;
	font-weight: bold;
}
#inner
{
	background-color:#ffffff;
	position:absolute;
	top:20px;
	left:20px;
	width:850px;
	font-family: "Trebuchet MS";
}
#nav ul
{
    list-style: none;
    border: 0px solid #000;
    padding: 0;
    margin: 0;
}

#nav li
{
	float:left;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:bold;
	background-color: #701123;
	margin: 3px 3px 3px 3px;
	padding: 0px;
	width: 120px;
	border: 0px solid #000000;
}

#nav li a
{
    background: #ffffff;
    height: 2em;
    line-height: 2em;
    float: left;
    width: 120px;
    display: block;
    text-decoration: none;
    text-align: right;
    color: #701123;
    padding-right: 15px;
}

#nav li a:hover
{
    background:#701123;
    height: 2em;
    line-height: 2em;
    float: left;
    width: 120px;
    display: block;
    text-decoration: none;
    text-align: right;
    color:#ffffff;
    padding-right: 15px;
}
#normal
{
    font-family: Arial, Helvetica, sans-serif;
    color: #000000;
}
#normal a
{
    color: #000000;
}
#normal a:hover
{
    color: #000000;
    background-color: #f0e0e0;
}
