/* CSS Document */

body {
	background-color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
}

.navone {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
	background-color: #fff;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;	
}
.navtwo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
	background-color: #fff;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;	
}

#content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
	background-color: #fff;
}
.contacttitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #9D948D;
}

a:link, a:visited, a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-decoration: underline;
}
a:hover {
	color: #990000;
	text-decoration: none;
}
/* footer */
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
}
.footer a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	text-decoration: underline;
}
.footer a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
}

table.clientTable tr td {
	padding: 4px 2px;
	}



/* blocks */
.one {
	background-color: #f0f0f0;
}
.two {
	background-color: #ccc;
}
.three {
	background-color: #E4E4E4;
}
.four {
	background-color: #FFA6A6;
}
.five {
	background-color: #B0B0B0;
}
.six {
	background-color: #959595;
}


.seven {
	background-color: #B32017;
}
.eight {
	background-color: #939598;
}
.nine {
	background-color: #8B0C04;
}
.ten {
	background-color: #616264;
}
.eleven {
	background-color: #C5593B;
}.drkFont {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
	text-align: left;
}
.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #666666;
	text-decoration: none;
	font-weight: bold;
}
.drkAlignedCent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-align: center;
	text-decoration: none;
}
.mapp {
	text-decoration: none;
	font-size: 12px;
	color: #990000;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
.mapp a {
	text-decoration: none;
	font-size: 12px;
	color: #990000;
}
.mapp a:link {
	text-decoration: none;
	color: #990000;
}
.mapp a:visited {
	text-decoration: none;
	color: #990000;
}
.mapp a:hover {
	text-decoration:none;
	color: #FFFFFF;
	background-color: #333333;
}
.mapp a:active {
	text-decoration:none;
	color: #990000;
}