body {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 11px;
	margin: 0;
	background: #460D0D;
}
.nav {
	background-color: #B22222;
	color: #FFFFCC;
}

.nav a:link {
	font-family : Tahoma, Arial, sans-serif;
	color : #FFFFCC;
	font-size: 11px;	
	text-decoration: none;
	font-weight: bold;
}

.nav a:visited {
	color : #FFFFCC;
	font-size: 11px;
	text-decoration : none;
	font-weight: bold;
}

.nav a:hover {
	color : #460D0D;
	font-size: 11px;	
	text-decoration : underline;
	font-weight: bold;
}

.nav a:active {
	color : #460D0D;
	text-decoration : none;
	font-weight: bold;
}

H1 {
	color: black;
	font-family : Tahoma, Arial, sans-serif;
	font-size : 24px;
	text-decoration : none;
	font-weight: normal	;
}

h2 {
	color: #BF0060;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-variant: small-caps;
}

p {
color: black;
font-family : Tahoma, Arial, sans-serif;
font-size : 11px;
}

table,td {
color: black;
font-family : Tahoma, Arial, sans-serif;
font-size : 11px;
}
.main {
	font-family : Tahoma, Arial, sans-serif;
	font-size: 11px;
	border-right: 1px solid black;
	border-left: 1px solid black;
	background-color: #FFFFFF;
}

a:link {
	font-family : Tahoma, Arial, sans-serif;
	color : #CC0065;
	font-size: 11px;	
	text-decoration: none;
	font-weight: bold;
}

a:visited {
	color : #CC0065;
	font-size: 11px;
	text-decoration : none;
	font-weight: bold;
}

a:hover {
	color : #4D0099;
	font-size: 11px;	
	text-decoration : underline;
	font-weight: bold;
}

a:active {
	color : #CC0065;
	text-decoration : none;
	font-weight: bold;
}
.copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 8px;
	color: #460D0D;
	text-align: right;
	background-color: #B22222;
}