div {
	padding: 0px;
	margin: 0px;
}
			
table {
	margin: 0px;
	padding: 0px;
	border: 0px;
	
	font-family: Verdana;
	font-size: 11px;
	font-weight: normal;
	line-height: 13px;
	text-align: justify;
}
img {
	border: 0px;
}

/* WYSIWYGPAGES - STYLES */
#content_holder {
	float: left;
	width: 970px;
	overflow-x: hidden;
}
#content {
	float: left;
	margin: 0px 0px 0px 30px;
	padding: 10px 0px 0px 0px;
	width: 748px;
	overflow-x: show;
	
	font-family: Verdana;
	font-size: 11px;
	font-weight: normal;
	line-height: 13px;
	text-align: justify;
}

h1 {
	font-family: Verdana;
	font-size: 14px;
	line-height: 16px;
	font-weight: bold;
	color: #333399;
	text-transform: uppercase;
	
	margin: 0px 0px 15px 0px;
	padding-bottom: 5px;
	width: 100%;
	background-image: url(images/dot.gif);
	background-repeat: repeat-x;
	background-position: bottom left;
}
h2 {
	font-family: Verdana;
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
	color: #333399;
}



/* CONTACT STYLES */
.contactForm
{	font-family: Verdana, sans-serif;
	font-size: 11px;
	color: #000000;
}
.contactInput
{	font-family: Verdana, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
	border: 1px solid #a49290;
	background-color: #ffffff;
}
.contactButton
{	font-family: Verdana, sans-serif;
	font-size: 11px;
	font-weight: bolder;
	color: #ffffff;
	background-color: #a49290;
}
fieldset
{	border: 1px solid #a49290;
	padding: 5px;
}
legend
{	color: #000000;
}

/* ERROR STYLES */
.errorText
{	font-family: Verdana;
	font-size: 11px;
	color: #f00000;
	border: 1px solid #f00000;
	padding: 5px;
}
.errorTitle
{	font-family: Verdana;
	font-size: 11px;
	font-weight: bolder;
	color: #f00000;
}