/* CSS Document */

body{
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 13px;
	color: #000000;
	margin: 0px;
	text-align: left;
	letter-spacing: 0.6px;
	word-spacing: 3px;
	background-color: #575757;
}
.headers {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 18px;
	color: #000000;
	font-weight: bold;
}
.hrlight {
	border: 1px dashed #757A74;
}


.footer {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 12px;
	color: #8A8A8A;
}
a {
	color: #D73648;
	text-decoration: none;
}
a:hover {
	color: #0A55A8;
}
.border {
	border: thin solid #CCCCCC;
	padding: 5px;
}

