
body { 
	background:url(images/bodyBg.jpg) left top repeat;
	margin-top: 0px;
	margin-left: 0px; 
}

H1 { 
	font-family: Arial, Helvetica; 
	color: black; 
	font-size : 18pt; 
	display : inline;
}

H2 { 
	font-family: Arial, Helvetica; 
	color: black; 
	font-size : 16pt; 
}

H3 { 
	font-family: Arial, Helvetica; 
	color: black; 
	font-size : 14pt; 
}

H4 { 
	text-align:center;
	color:#494311;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
}

p { 
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#333333; 
	font-size : 10pt; 
}

b { 
	font-family: Arial, Helvetica; 
	color: black; 
	font-size : 10pt; 
}

i { 
	font-family: Arial, Helvetica; 
	color: black; 
	font-size : 10pt; 
}

table { 
	font-family: Arial, Helvetica; 
	color: black; 
	font-size : 10pt; 
}

li { 
	font-family: Arial, Helvetica; 
	color: black; 
	font-size : 10pt; 
}

hr {
	width: 80%;
	color: #494311;
}

a:link { 
	color : #000000; 
	text-decoration:underline;
}

a:visited { 
	color : #000000; 
	text-decoration:underline;
}

a:hover { 
	color:#990000;
	text-decoration:none; 
}

a:active { 
	color : #990000; 
}

img { border-color : #000000; }
    
.formfields  { 
	font-family: arial; 
	color: #000000; 
	font-size: 9pt; 
	width: 100;
	border: 1px solid #000000; 
	padding-left: 2px; 
	padding-right: 2px; 
	background-color: #FFFFFF;
    background-image: url('images/formgrad.jpg'); 
    background-position: top; 
    background-repeat:no-repeat; }
}
    
img {
    behavior: url("pngbehavior.htc");
}
#footer{
	background:url(images/footerRooster.png) center center no-repeat;

	padding-bottom:15px;
	clear:both;
	text-align:center;
	color:#494311;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
}
a.footer{
	color:#494311;
	text-decoration:none;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	padding:30px 5px 10px 0px;
}
a.footer:visited{
	color:#494311;
	text-decoration:none;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
}
a.footer:hover{
	color:#481310;
	text-decoration:underline;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
}
a.footer:active{
	color:#494311;
	text-decoration:none;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
}
#contact{
	float:right;
	width:200px;
	margin-left:10px;
	
}