/** GENERAL CLASSES **/
* {
	font-family : tahoma;
	font-size: 12px;
	color: #303030;
}

body {
	background-color: #FFF;
	margin: 10px;
}

a {
	font-weight : bold;
	font-size : 12px;
	color: #C00;
	text-decoration: none;
}

form 
{
	margin: 0px;	
}

/**************************/
/** COMMON CLASSES **/
.contentTable 
{
	width: 734px;
}
.contentTd 
{
	padding: 0px 10px 0px 10px;
}

/**************************/
/** HOME CLASSES **/
.homeMenu {
	margin: 0px 0px 20px 10px;
}

.footerLogo {
	text-align:right;
}

.menuDown {
	margin: 6px 10px 0px 10px;
}
/**************************/
/** FORM CLASSES **/
.formField
{
	font-weight : bold;
	font-size : 12px;
	color: white;
}

.formTipText
{
	font-weight : normal;
	font-size : 10px;
	color: white;
}

.formText
{
	font-weight : bold;
	font-size : 12px;
	color: white;
}
/**************************/
/** SEARCH CLASSES **/
.searchTable
{
	width: 500px;
}

.searchTable th
{
	padding-bottom: 10px;
	font-size: 16px;
	font-weight: bold;
}

.searchTable td
{
	padding-bottom: 10px;
	font-size: 12px;
}

.searchTable a
{
	color: Black;
	font-size: 12px;
	font-weight: bold;
}

.searchTable a:hover
{
	color: #C00;
}
/**************************/
/** PRINT CLASSES **/
.print
{
	font-size : 13px;
	color: #000;
}
/**************************/
/** SITEMAP CLASSES **/
.plan
{
	font-weight : bold;
	color: #FFF;
	text-decoration: none;
}

.plan:hover
{
	font-weight : bold;
	color: #C00;
}
/**************************/
/** CONTACT CLASSES **/
.contactTable
{
	width: 734px;
}

.contactInnerTable
{
	width: 500px;
	margin: 10px;
}

.contactInnerTable th
{
	text-align: left;
}
/**************************/
/** CLIENTS CLASSES **/
.client
{
	font-weight : normal;
	color: #000;
	text-decoration: none;
}

.clientOn
{
	font-weight : normal;
	color: #000;
	background-color: #FF9900;
}
