
body { 
	margin-top: 0px;
	margin-left: 0px; 
}

H1 { 
	font-family: Arial, Helvetica; 
	color: white; 
	font-size : 18pt; 
	display : inline;
}

H2 { 
	font-family: Arial, Helvetica; 
	color: white; 
	font-size : 16pt; 
}

H3 { 
	font-family: Arial, Helvetica; 
	color: white; 
	font-size : 14pt; 
}

H4 { 
	font-family: Arial, Helvetica; 
	color: white; 
	font-size : 12pt; 
}

p { 
	font-family: Arial, Helvetica; 
	color: white; 
	font-size : 10pt; 
}

div { 
	font-family: Arial, Helvetica; 
	color: white; 
	font-size : 10pt; 
}


b { 
	font-family: Arial, Helvetica; 
	color: white; 
	font-size : 10pt; 
}

i { 
	font-family: Arial, Helvetica; 
	color: white; 
	font-size : 10pt; 
}

table { 
	font-family: Arial, Helvetica; 
	color: white; 
	font-size : 10pt; 
}

li { 
	font-family: Arial, Helvetica; 
	color: white; 
	font-size : 10pt; 
}

hr {
	width: 85%;
	color: #FFFFF;
}

a:link { 
	color : #ff3333; 
	text-decoration : none;
}

a:visited { 
	color : #ff3333; 
	text-decoration : none;
	
}

a:hover { 
	color : #FFFFFF; 
	text-decoration : none;
}

a:active { 
	color : #FFFFFF; 
	text-decoration : none;
}

img { border-color : #000000; }
    
.formfields  { 
	font-family: arial; 
	color: #FFFFFF; 
	font-size: 9pt; 
	width: 100;
	border: 1px solid #000000; 
	padding-left: 2px; 
	padding-right: 2px; 
	background-color: #FFFFFF;
    background-position: top; 
    background-repeat:no-repeat; }
}
    
img {
	border: 1px; 
}

.header {
	border-left-color:#ff3333;
	border-left-style:solid;
	border-left-width:thin;
	border-right-color:#ff3333;
	border-right-style:solid;
	border-right-width:thin;
}
	
.redborder {
	border:#ff3333;
	border-style:solid;
	border-width:thin;
}

.noborder {
	border:none;
	}
	
.bottom {
	border-left-color:#ff3333;
	border-left-style:solid;
	border-left-width:thin;
	border-right-color:#ff3333;
	border-right-style:solid;
	border-right-width:thin;
	border-bottom-color:#ff3333;
	border-bottom-style:solid;
	border-bottom-width:thin;
}
