body { font-family: Arial, Helvetica, sans-serif;}

p { font-size: 12px;
	line-height: 18px;}

h1 { font-size: 18px;
	 font-weight: bold;
	 color:#FF9933;
	 text-transform:uppercase;}

h2 { font-size: 16px;
	 font-weight: bold;
	 color:#3332CC;}

h3 { font-size: 14px;
	 font-weight: bold;
	 color:#3399FF;}

h4 { font-size: 12px; 
	 font-weight: bold;}

a { font-weight: bold;
	text-decoration: none;
	color:#FF9933;}

a:hover { text-decoration: none;
		  color:#3399FF;}

li { font-size: 12px;
	 line-height: 14px;
	 padding-bottom:5px;}
	 
hr {color:#3332CC;
	background:#3332CC;
	height:1px;
	border:0;}

.imgborder { BORDER: #3332CC 1px solid;}

.smalltext { font-size: 10px;
	         line-height: 14px;}

.borderleft { border-left-width: 1px;
			  border-left-style: solid;
			  border-left-color: #000000;}
			  
/* Custom Forms -- Just change the colors */

.fields {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #3332CC;
	border: #3332CC 1px solid;
	background-color: #FFC993;
}
 input.submit
{
	border: 1px solid #3332CC;
	border-top-color: #3332CC;
	border-left-color: #3332CC;
	padding: 0.25em;
	background-color: #FFC993;
	color: #3332CC;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}
input.submit:hover
{
	border: 1px solid #3332CC;
	border-top-color: #3332CC;
	border-left-color: #3332CC;
	padding: 0.25em;
	background-color: #3332CC;
	color: #FFC993;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}

.formtext { font-size: 12px;
	line-height: 18px;
	color:#3399FF;}

/* Custom Forms End */

/* Template Features */

.mainnav {color:#FFFFFF;
			font-size:12px;
			text-transform:uppercase;}

.mainnav:hover {color:#010066;
			font-size:12px;
			text-transform:uppercase;
			text-decoration:none;}
			
.contact {color:#FFFFFF;
			font-size:11px;
			font-weight:bold;}
			
.contact a {color:#FFFFFF;
			font-size:11px;
			font-weight:bold;}
			
.contact a:hover {color:#010066;
			font-size:11px;
			font-weight:bold;
			text-decoration:none;}
			
.bottomlinks {color:#3399FF;
			  font-size:12px;
			  font-weight:bold;}

.bottomlinks a {color:#3399FF;
			  font-size:12px;
			  font-weight:bold;}
			  
.bottomlinks a:hover {color:#FFFFFF;
			  font-size:12px;
			  font-weight:bold;
			  text-decoration:none;}

/* End Template Features */