@charset "utf-8";
/* CSS Document */
body,td,th 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	table-layout:fixed
}
hr
{
	border:1px dashed #CCCCCC;
	width:100%;
}

.heading
{
	font-size: 18px;
	text-transform:capitalize;
	color:#000000;
}
.text
{
	color:#333333;
}
.footer
{
	font-size: 10px;
	text-align:center;
}
.brochure
{
	font-variant:small-caps
}

a:link 
{
	color: #333333;
}
a:visited 
{
	color: #666666;
}
a:hover 
{
	color: #000000;
}
a:active 
{
	color: #333333;
}


.quicklink
{
	font-size:14px;
	font-weight:bold;
	padding:0px 5px 0px 5px;	
	text-decoration:none;
}

.quicklink a:link 
{
	color: #333333;
	text-decoration:none;
}
.quicklink a:visited 
{
	color: #666666;
	text-decoration:none;
}
.quicklink a:hover 
{
	color: #000000;
	text-decoration:none;
	text-shadow:#000000;
}
.quicklink a:active 
{
	color: #333333;
	text-decoration:none;
}




td.mainContentBG
{
	padding:0px 10px 0px 10px;
	width:800px;
	background-image:url(../images/contentBG.jpg);
}
.mainContent
{
	padding:0px 10px 0px 10px;
	background:#FFFFFF;
	border:1px solid #000000;
}

.image
{
	padding: 5px 5px 5px 5px;
}
.req
{
	color:#FF0000;
	font-weight:bold;
	font-size:16px;
}

.owner
{

	
}
