body {
	margin: 0px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
td {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #333333;
}
.navigation {
    background-color: #C20202;	
	padding: 2px;
	padding-left: 19px;
}
.navigationCell {
    color: #DF6060;
    line-height: 11px;
}
.contact {
    color: #666666;
}

a.numbers {
	background-color: #C20202;
	display: block;
	color: white;
	text-decoration: none;
	line-height: 11px;
	padding: 6px;		
}
a.numbers:hover {
	display: block;
	line-height: 11px;
	background-color: #E50303;
	padding: 6px;
}
.pageHeader {
	padding-top: 10px;
	font-weight: bold;
	font-size: 15px;
	padding-bottom: 2px;
	border-bottom: dotted black 1px;

}
h3{
   font-weight: bold;
   font-size: 16px;
   color: #C20202;
}


