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

body {
	background-color: #333;
	margin-top: 0px;
}
.logo {
	font-family: "Times New Roman", Times, serif;
	font-size: 30px;
	text-transform: uppercase;
	text-decoration: none;
}
a.logo:link {
	font-family: "Times New Roman", Times, serif;
	font-size: 30px;
	text-transform: uppercase;
	text-decoration: none;
}
a.logo:visited {
	font-family: "Times New Roman", Times, serif;
	font-size: 30px;
	text-transform: uppercase;
	text-decoration: none;
}
a.logo:hover {
	font-family: "Times New Roman", Times, serif;
	font-size: 30px;
	text-transform: uppercase;
	text-decoration: none;
}

h4 {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
    font-weight: normal;
}

.bottommenu {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	
	padding-left: 15px;
	text-transform: uppercase;
}
.pad {
	padding-right: 16px;
}
a:link {
	color: #000;
		text-decoration: none;
}
a:visited {
	color: #000;
	text-decoration: none;
}
a:hover {
	color: #000;
		text-decoration: none;

}
a.bottommenu:link {
	color: #000;
	text-decoration: none;
}
a.bottommenu:visited {
	color: #000;
	text-decoration: none;
}
a.bottommenu:hover {
	color: #fff;
}
a.newsletter:link {
	color: #000;
	text-decoration: none;
}
a.newsletter:visited {
	color: #000;
	text-decoration: none;
}
a.newsletter:hover {
	color: #fff;
}
tr.top {
	background-image: url(background.jpg);
	background-repeat: no-repeat;
}

.ctct-form-text {
	font-family: "Times New Roman", Times, serif !important;
	font-size: 10px !important;  }
