/* CSS Document */

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

html 					{overflow-y: scroll; }
html					{overflow: -moz-scrollbars-vertical; }


.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;
}
.subpagetitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #666666;
}

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;
}
.twelve {
	background-color:#A00000;
}
.thirteen {
	background-color:#313031;
}
.fourteen {		
	background-color:#B6E600;
}
.drkFont {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	text-decoration: none;
	text-align: justify;
}
.poemfont {
	font-family: Copperplate Gothic Light, Arial;
	font-size: 14px;
	color: #000066;
	text-decoration: none;
	text-transform:capitalize;
	text-align: center;
	font-style:italic;
}

.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;
}
