a:link {
	text-decoration: none;
	color: #cc3333;
	font: 11px arial;
	}
	
a:hover {
	text-decoration: underline;
	color: #000000;
	font: 11px arial;
	}
	
a:visited
	{
	text-decoration: none;
	color: #cc3333;
	font: 11px arial;
	}

BODY {
	SCROLLBAR-ARROW-COLOR: #cc3333; 
	SCROLLBAR-FACE-COLOR: #ffffff; 
	SCROLLBAR-HIGHLIGHT-COLOR: #cc3333; 
	SCROLLBAR-SHADOW-COLOR: #cc3333; 
	SCROLLBAR-3DLIGHT-COLOR: #ffffff; 
	SCROLLBAR-TRACK-COLOR: #cc3333; 
	SCROLLBAR-DARKSHADOW-COLOR: #FFFFff;
	color:#cc3333;
	BACKGROUND-COLOR: #cc3333;
}
.form1 {
	BORDER-RIGHT: #cc3333 1px solid; 
	BORDER-TOP: #cc3333 1px solid; 
	PADDING-LEFT: 3px; 
	FONT-SIZE: 11px; 
	BORDER-LEFT: #cc3333 1px solid; 
	COLOR: #cc3333; 
	BORDER-BOTTOM: #cc3333 1px solid; 
	FONT-FAMILY: arial; 
	BACKGROUND-COLOR: #ffffff
}


.h1 {

	font: bold 15px arial;
	color: #cc3333;
	padding-left: 15px;
	padding-top: 15px;

}
.h2 {
	font: 11px arial;
	color: #cc3333;
	padding-left: 9px;
}

.h3 {
	font: 10px arial;
	COLOR: #cc3333;
}

.h4 {
	font: 11px arial;
	COLOR: red;
}

.h5:link {
	font: 11px arial;
	COLOR: #cc3333;
}
.h5:hover {
	text-decoration: underline
	font: 11px arial;
	COLOR: #cc3333;
}
.h5:visited {
	font: 11px arial;
	COLOR: #cc3333;
}