/* CSS Document */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color:#000;
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
	color:#000000;
}
.menu a:link{
	font-weight:bold;
	text-transform:uppercase;
	text-decoration:none;
	color:#000000;
}
.menu a:visited{
	font-weight:bold;
	text-transform:uppercase;
	text-decoration:none;
	color:#000000;
}
.menu a:active{
	font-weight:bold;
	text-transform:uppercase;
	text-decoration:none;
	color:#000000;
}
.menu a:hover{
	font-weight:bold;
	text-transform:lowercase;
	text-decoration:none;
	color:#D83B46;
}
.contact {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#323B4C;
	font-size:14px;
}
.titles {
	font-family: "Agency FB";
	font-size:18px;
	font-weight:bold;
	color:#182128;
	text-transform:uppercase;
}
.footer {
	color:#F4F1DE;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
}