﻿html	{
	font-family: Arial, Helvetica, sans-serfi;
	font-size: 12px
	}

body {
	margin-top: 0px;
	margin-right: 0px;
	background-color: #434053;
}
.style1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
}
a:link {
	color: #7B0002;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #7B0002;
}
a:hover {
	text-decoration: none;
	color: #000000;
}
a:active {
	text-decoration: none;
	color: #7B0002;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-style: normal;
}

th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-style: normal;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-style: normal;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-style: normal;
}

.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}
.subtitle {
	Font-family: Verdana, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

#nav	{
	margin: 0;
	padding: 0;
	background: #910F00;
	list-style-type: none;
	width: 173px;
	float: left;
	}
#nav li	{
	margin: 0;
	padding: 0;
	float: left;
	width: 100%;
	}
#nav a	{
	display: block; /*to increase clickable area as a's default to inline */
	color: #FFF;
	text-decoration: none;
	padding: 0 15px;
	line-height: 2.5;
	}
#nav a:hover  {
	background: #D91500;
	}