/* CSS Document */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.copy {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
a {
	font-size: 10px;
	color: #BF0900;
}
a:visited {
	color: #FF0000;
}



a {
	font-size: 10px;
	color: #BF0900;
}
a:visited {
	color: #FF0000;
}

.contact {
	color: #A32D22;
	font-weight: bold;
	text-decoration:none;
}

.contact:link {
	text-decoration: none;
}
.contact:visited {
	text-decoration: none;
	color:#000000;
}
.contact:hover {
	text-decoration: none;
}
.contact:active {
	text-decoration: none;
}


/*******************/

.f {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#990000;
}
.f:link {
	text-decoration: none;
}
.f:visited {
	text-decoration: none;
	color:#990000;
}
.f:hover {
	text-decoration: none;
}
.f:active {
	text-decoration: none;
}