body {
	margin-top: 0px;
	margin-left: 0px;
	font-family: "Times New Roman", Times, serif;
	background-color: #363F53;
	color: #363F53;
}

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: "Times New Roman", Times, serif;
	color: #363F53;
	font-size : 14pt;
	font-weight: bold;
}

H4 {
	font-family: "Times New Roman", Times, serif;
	color: #363F53;
	font-size : 12pt;
	font-weight: bold;
}

p {
	font-family: "Times New Roman", Times, serif;
	color: #363F53;
	font-size : 12pt;
}

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

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

table {
	font-family: "Times New Roman", Times, serif;
	color: black;
	font-size : 12pt;
}

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

hr {
	width: 85%;
	color: #FFFFF;
}

a:link {
	color : #000000;
	font-size: 10px;
	text-decoration: none;
}

a:visited {
	color : #000000;
	font-size: 10px;
	text-decoration: none;
}

a:hover {
	color : #BECFFB;
	text-decoration: underline;
	font-size: 12px;
}

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");
}

