* {
	font-family: Arial, Helvetica, sans-serif;
}
body {
	background-color: #ffffff;
	margin-top: 0px;
}
.text {
	font-size: 12px;
	color: #000000;
	font-style: normal;
}
td {
	font-size: 12px;
	color: #000000;
	font-style: normal;
}
a.menu {
	font-size: 12px;
	color: #ffffff;
	font-weight: normal;
	text-decoration: none;
	margin: 3px;
}
a.menu:hover {
	border-bottom: solid #c20009 2px;
}
a {
	font-size: 12px;
	color: #c20009;
	text-decoration: none;
}
.head {
	font-size: 16px;
	font-weight: bold;
	color: #c20009;
	border-bottom: solid #ededed 10px;
	display: block;
	padding-bottom: 5px;
	padding-top: 5px;
	margin-bottom: 5px;	
}
.head2 {
	font-size: 14px;
	font-weight: bold;
	color: #555454;
	padding-bottom: 5px;
	padding-top: 5px;
}
.address {
	font-size: 10px;
	color: #555454;
	text-align: left;
}
.copyright {
	font-size: 10px;
	color: #ffffff;
	background: 000000;
}



