@charset "utf-8";
/* CSS Document */

#nav a {
	font-weight: bold;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	color: white;
	display: block;
	font-weight: normal;
	padding: 0.2em 11px;
	text-decoration: none;
}


#nav a:hover {
	font-weight: bold;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #e20a17;
	display: block;
	font-weight: normal;
	padding: 0.2em 11px;
	text-decoration: none;
	background-color: #ffffff;
}
body {
	background-color: #000000;
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
}

#content {
	text-align:left;
}

.title1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bolder;
	color: #ce4729;
}

.contact {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bolder;
	color: #ffffff;
}

.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
}
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}