/*Document Body*/
body{
	background-color:#000000;
	margin-left:0px;
	margin-top:0px;
}
.mainTableBg{
	background-image:url(images/contactbackground.gif);
	background-repeat:no-repeat;
}
td{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#CCCCCC;
}
.imageTable{
	background-image:url(images/imagebkg.gif);
	background-repeat:repeat;
}
.padthelinks{
	padding-left:5px;
}
.links{
	color:#B3A185;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	text-decoration:underline;
}
.links:visited{
	color:#B3A185;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	text-decoration:underline;
}
.links:active{
	color:#B3A185;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	text-decoration:underline;
}
.links:hover{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#B3A185;
	text-decoration:none;
}

/*Table Content*/
.heading{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#A59270;
	font-weight:bold;
}
/*Contact Page*/
.contactBackground{
	background-image:url(images/contactbackground.gif);
	background-repeat:no-repeat;
}
.smallInput{
	width:150px;
	height:17px;
	color:#333333;
	background-color:#CCCCCC;
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
.largeInput{
	width:180px;
	height:17px;
	color:#333333;
	background-color:#CCCCCC;
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
.inputBox{
	width:180px;
	height:100px;
	color:#333333;
	background-color:#CCCCCC;
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
.dateInput{
	width:80px;
	height:17px;
	color:#333333;
	background-color:#CCCCCC;
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
.contactTable{
	height:443px;
}
.rowOneText{
	width:169px;
	height:25px;
}
.rowTwoText{
	width:218px;
	height:25px;
}
.rowOneInput{
	width:169px;
	height:25px;
}
.rowTwoInput{
	width:218px;
	height:25px;
}
.rowThreeText{
	width:176px;
	height:25px;
}
.rowThreeInput{
	width:176px;
	height:25px;
}
.errorMessage{
	color:#FF0000;
}