*		{
		margin:0;
		padding:0;
}


body {
	width:1000px;
	margin:0 auto;
	background-color: #E8EAFF;

	font-family: tahoma;
	font-size: 12px;
	line-height: 25px;
	color: #333333;
	text-decoration: none;
}

.contentContainer	{
	margin:0 auto;
}

h1	{
	font-size:12px;
}

h2	{
	font-size:12px;
}

ul	{
	margin-left:15px;
}

.text {
	font-family: tahoma;
	font-size: 11px;
	line-height: 25px;
	color: #000000;
	text-decoration: none;
}

.contactLabel	{
	padding-left:5px;
	background-color:#d6e7f6;
	font-weight:bold;
	border-bottom:1px solid white;
}

.contactCell	{
	padding-left:20px;
	background-color:white;
}

a:link, a:visited {
	color: #5f8faf;
	text-decoration: none;
}

a:hover {
	/*text-decoration: underline;*/
	color: #de8625;
}
a:active {
	text-decoration: none;
	color: #000000;
}

.footerText	{
	font-size: 10px;
	text-align:center;
	background-color:white;
}

.mainText {
	font-size: 13px;
	font-weight: bold;
}



#frmContactUs	{
	width:800px;
	margin:0 auto;
}

#frmContactUs td.formLabel	{
	font-family: tahoma;
	font-weight:bold;
	width:250px;
	vertical-align:top;
	background-color:#d6e7f6;
	border-bottom:1px solid white;
	
}

#frmContactUs td.formLabelSizeText	{
    font-size:90%;
}

#frmContactUs input,
#frmContactUs textarea,
#frmContactUs select	{
	width:325px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

#frmContactUs textarea {
	font-size:12px;
}

#frmContactUs input.radio	{
	width:20px;
}

#frmContactUs input.imageButton	{
	width:75px;
}

#frmContactUs input.submit	{
	width:150px;
}

#frmContactUs .info	{
	font-size:85%;
}

#frmContactUs .errorMessage	{
	font-weight:bold;
    color:red;
}

