@charset "UTF-8";
/****************************/
/* Universal Default Styles */
/*                          */
/*     © 2008 Interform     */
/*  Coded by Brent Maxwell  */
/* brent@interformgroup.com */
/****************************/

/********** Universal Styles Only **********/

a img {
	border:none;
}
.clearAll {
	clear:both;
}
.clearLeft {
	clear:left;
}
.clearRight {
	clear:right;
}
.floatLeft {
	float:left; margin: 0 10px 0 0;
}
.floatRight {
	float:right;
}
.cleanList {
	/* no bullets or padding */
	list-style:none;
	padding:0;
	margin:0;
}
.notice {
	color: #FF0000;
	font:bold 15px Arial, Helvetica, sans-serif;
}
.errors {
	color: #FF0000;
	font:bold Arial, Helvetica, sans-serif;
	border:1px solid #FF0000;
	padding:0 10px;
	display: block;
	margin:0 0 10px 170px;
}
.securityImage{
	border: inset 1px;
	margin:5px 0;
	padding:0;
}
.required {
	color:#FF0000;
}
.mailForm {
	border: 1px dotted #cccccc;
	background: url(/images/stamp.jpg) top right no-repeat;
}
input:focus {
	background: #FFFFCC;
}
textarea:focus {
	background: #FFFFCC;
}
/********** Put Site Specific Styles in siteStyles.css **********/