/* CSS Document */

body {
margin: 0; 
padding: 0;
background-color: #d85709;
}

p,ul,ol,td,blockquote,div,h1,h2,h3,h4	{
color: #ffffff; 
font-size: 11pt; 
font-weight: normal; 
font-family: Verdana, Arial, Helvetica, sans-serif; 
margin-top: 0; 
margin-bottom: 0; 
line-height: 2em
}

h1,.h1 {
	font-family:"Century Gothic", "Trebuchet MS", "Arial Narrow", Arial, sans-serif;
	font-size:30px;
	text-transform:uppercase;
	font-weight:normal;
	margin:0;
	padding:0;
	padding-top:5px;
	color:#FFD54F;

}

h2,.h2 {
font-size:7pt; 
font-weight: normal; 
font-family: Verdana, Arial, Helvetica, sans-serif;
}

h3,.h3 {
color:#660033; 
font-size:17px; 
font-weight:bold; 
font-family:"Century Gothic", "Trebuchet MS", "Arial Narrow", Arial, sans-serif;
}

h4,.h4  {
font-size:8pt; 
font-weight:normal; 
font-family: Verdana, Arial, Helvetica, sans-serif;
}

A:link 		{
color: #FFD54F; 
font-weight: bold; 
text-decoration: none;
}

A:visited 	{
color: #FFD54F; 
font-weight: normal; 
text-decoration: none;
}

A:hover 	{
color: #7B6073; 
font-weight: normal;
}