@charset "utf-8";
/* CSS Document */
body
{
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;;
	color: #;
	background-color: #CCC;
}
img
{
	border: 0px;
}
.opacity
{
}
.opacity:hover
{
	opacity: 0.7;
	filter: alpha(opacity=70);
	zoom: 1;
}
.commontxt
{
	font-family: ;
	font-size: ;
	color: #;
}
.picborder
{
	border: 1px solid #000000;
}
/* My CSS */
/* Header */
	
/* Body */
	/* Content */
		
	/* Right Nav */
		
		
/* Footer */
	
/* Contact Us */
	.contactBoxTitle
	{
		color: #FFFFFF;
		font-size: 9pt;
		font-weight: bold;
		padding-left: 40px;
		padding-top: 2px;
	}
	.contactBoxText
	{
		color: #000;
		font-size: 9pt;
		line-height: 14px;
	}
	.contactBoxAddress
	{
		color: #FFF;
		font-weight: bold;
		font-size: 9pt;
	}
	.contactBoxPhone
	{
		color: #FFF;
		font-weight: bold;
		font-size: 9pt;
	}
	.contactBoxEmail
	{
		color: #FFF;
		font-weight: bold;
		font-size: 9pt;
		padding-top: 8px;
	}
	.mailto
	{
		color: #000;
		text-decoration: none;
		font-size: 9pt;
		font-weight: normal;
	}
	.mailto:hover
	{
		text-decoration: underline;
	}
	.tableTitle
	{
		color: #FFFFFF;
		font-size: 9pt;
		font-weight: bold;
	}
	.thankyou
	{
		color: #FFF;
		font-size: 14pt;
		font-weight: bold;
		font-family: Georgia, "Times New Roman", Times, serif;
		font-style: italic;
	}
	.tableBorder
	{
		border: 1px solid #FFF;
	}
	
#QuestionBox{
	padding-top:15px;
}