BODY {	
	background-color: #ffffff;
	font-family : "Arial,Helvetica,sans-serif";
	color: #0000ff;	
	font-size: 12px;

	/*
	background-position : center 10px;
	background-repeat : no-repeat;
	margin-top: 100px;
	background-attachment: fixed;
	font-family: arial;
	font-size: 8pt;
	color: #000080;	
	*/
}

.logo{	
	font-family : "Arial,Helvetica,sans-serif";
	padding: 10px 20px 10px 20px;
	font-size : 25px;
	color : #ffffff;
	font-weight : bold;
	background-color: #33cc66;
	text-align: center;	
	border-top: 6px solid #66ccff;
	border-left: 6px solid #66ccff;
	border-bottom: 6px solid #000099;
	border-right: 6px solid #000099;
}

.blue	{	
	background-color: #ffffff;
	color : #0066cc;	
}

.redb	{	
	background-color: #ffffff;
	color : #ff3300;
	font-weight : bold;	
}

.color1	{	
	background-color: #ccffff;		
}

.color2	{	
	background-color: #99ccff;		
}

.fill1	{	
	background-color: #33cc66;
}

.fill2	{	
	background-color: #99ff99;
}

.coolButtons {
		background-color: #fed;		
		font-family: "Arial,Helvetica,sans-serif";		
		color: red;		
}

.formlabel {
	font-size: 10pt;
	color: blue;
}

.inputText{
	border: thin groove Blue;
	font-family: arial;
	font-size: 12px;
	background-color : #66FFFF;
}

.headerWhite	{
	font-family : "Arial,Helvetica,sans-serif";
	padding: 5px 20px 5px 20px;
	font-size : 15px;
	color : #ffffff;
	font-weight : bold;
	background-color: #0066ff;
	text-align: center;	
	border-bottom: 6px solid #000099;
	border-right: 6px solid #000099;
}


hr{
	border: none;
	background-color: #330099;
	color: #330099;
	height: 2px;
	width: 80%;	
}

ul{
	list-style-image: url(images/bullet2.gif);
}


/* Main body section */
#main {
	font-family : "Arial,Helvetica,sans-serif";
	font-size: 10px;
	font-style : italic;
	font-variant : normal;		
	color : #0000ff;
}

#mainb {	
	font-weight : bold;	
	text-align: center;
}

#bold1 {font-weight: bold}
.label {font-weight: bold}
.bold {font-weight: bold; font-size: 15px;}

.astrx { color: #ff0000; }

A:link {
	font-family : "Arial,Helvetica,sans-serif";
	color: #0000ff;
	text-decoration: underline;
	font-size: 12px;
}

A:visited {
	font-family : "Arial,Helvetica,sans-serif";
	color: #666666;
	text-decoration: underline;
	font-size: 12px;
}

A:hover {
	font-family : "Arial,Helvetica,sans-serif";
	color: #ff0000;
	text-decoration: none; 
	font-size: 12px;}

A:active {
	font-family : "Arial,Helvetica,sans-serif";
	color: #0000ff;
	text-decoration: underline;
	font-size: 12px;
}

