body
{
    color: #000000;
	  background-color: white;
    font-size: 9pt;    
    font-family: Verdana, Arial, Helvetica, sans-serif;
    min-width: 765px;
}

#header
{
	padding-top : 2px;
	padding-bottom : 2px;
	padding-left : 30px;
	border-top: 0px solid #fe0611;
	border-right: 0px solid #fe0611;
	border-bottom: 1px solid #fe0611;
	border-left: 0px solid #fe0611;
	font-family: Verdana, Arial, Helvetica, sans-serif;

}


#nav{
	position: absolute;
	top : 130px;
	left : 30px;
	width : 160px;
	font-weight: normal;
	line-height: 30px;
	background-color : transparent;
	color: #000000;
	}

#nav ul, #nav li {
	list-style-type: none;
}
	
#nav a, #nav li.active li a 
{
	background-color : transparent;
	color: black;
	text-decoration: none;
}

#nav a:hover, #nav li a:hover 
{
	background-color: #fe0611;
	color: black;
	text-decoration: none;
}

#nav li.active a {
	background-color: #fe0611;
	color: black;
	text-decoration: none;
}

a {
	background-color : transparent;
	color: black;

}

a:visited {
	background-color : transparent;
	color: #fe0611;
}

#content{
	padding-top : 5px;
	padding-bottom : 30px;
	padding-left : 230px;
	padding-right : 5%;
	background-color: silver;
	color: #000000;
}

#foot{
  padding-top : 10px;
	padding-bottom : 30px;
	padding-left : 230px;
	padding-right : 5%;
	font-size: 8pt;
	border-top: 1px solid #fe0611;
	border-right: 0px solid #fe0611;
	border-bottom: 0px solid #fe0611;
	border-left: 0px solid #fe0611;
}

p,ul,ol {
	font-size: 9pt;
	text-align: justify;
	color: #000000;
	background-color : transparent;
}

h1, h2, h3 {
    font-family: Arial, Helvetica, sans-serif;
}

h1 {
	font-size: 200%;
	font-weight: bold;
}

h2 {
	font-size: 130%;
	font-weight: bold;
	text-align: right;
	padding-right: 3px;
	border-top: 0px solid #fe0611;
	border-right: 0px solid #fe0611;
	border-bottom: 1px solid #fe0611;
	border-left: 0px solid #fe0611;

}

h3 {
    font-size: 100%;
    font-weight: bold;
}
