body {
	background: #CCCCCC;
	}

a:link {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	color: #666666;
	font-weight: bold;
	text-decoration: underline;
}

a:visited {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	color: #666666;
	text-decoration: underline;
}
a:hover {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #FF9900;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	background-color: #333333;
	text-decoration: none;




}
a:active {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	color: #FF6600;
	text-decoration: none;
}

.para {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-align: justify;
}

td.dashes{
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333333;
}
.service {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	font-style: normal;
	text-transform: none;
	font-weight: bold;
}

.background {
	color: #FFFFFF;
	background-color: #333333;
}


.center {
	text-align: center;
	font-weight: bold;
	background-color: gray;
	color: black;
	margin: 25% 25%;
	border: 2px dotted #FF0000;
	padding: 5px;
	width: 15px;
}