<style type="text/css">

{
}

html {
	background-color: #009ACD;
	font-family: "Comic Sans, cursive";
	color: white;
}

body {
}


h1 {
	text-align:center;
}


a:link {
	color:white;	
	text-decoration: none;
}

a:visited {
	color:blue;
	text-decoration: none;
}

a:hover {
	color: green;
	text-decoration: none;
}


p {
}

li
{
	margin-left: 10;
	padding-left: 10;
	list-style: square inside none;
/* 	disc
	circle
	square
*/
	
	
/*	padding: 0.25em;
	border-top: 1px solid white;
*/

}

#navlist li
{
	margin-left: 10;
	padding-left: 10;
	list-style: disc inside none;

/*	padding: 0.25em;
	border-top: 1px solid white;
*/

}

table {
	color: white
}

table td {
	text-align: left;
	vertical-align: top;
}


table.servicesT
{
	font-family: serif;
	font-weight: normal;
	font-size: 11px;
	color: #404040;
	width: 320px;
	background-color: #fafafa;
	border: 1px #6699cc solid;
	border-collapse: collapse;
	border-spacing: 0px;
	margin-top: 0px;
}

table.servicesT th
{
	text-align: center;
}

table.servicesT td.servHd
{ border-bottom: 2px solid #6699cc;
background-color: #BEC8D1;
text-align: center;
font-family: Verdana;
font-weight: bold;
font-size: 11px;
color: #404040;}

table.servicesT td
{ border-bottom: 1px dotted #6699cc;
font-family: Verdana, sans-serif, Arial;
font-weight: normal;
font-size: 11px;
color: #404040;
background-color: white;
text-align: left;
padding-left: 3px;} 

.servBodL { border-left: 1px dotted #cedcea; } 



table.stats 
{text-align: center;
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif ;
font-weight: normal;
font-size: 11px;
color: #fff;
width: 280px;
background-color: #666;
border: 0px;
border-collapse: collapse;
border-spacing: 0px;}

table.stats td 
{background-color: #ccc;
color: #000;
padding: 4px;
text-align: left;
border: 1px #fff solid;}

table.stats td.hed
{background-color: #666;
color: #fff;
padding: 4px;
text-align: left;
border-bottom: 2px #fff solid;
font-size: 12px;
font-weight: bold;} 

</style>

