@charset "UTF-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	background-color: #000000;
	background-image: url(../images/background_pattern3.jpg);
	background-repeat: repeat;
}
.white {
	color: #FFFFFF;
}
.align_left {
	float: left;
	margin-right: 20px;
	margin-bottom: 15px;
}
.align_right {
	float: right;
	margin-bottom: 16px;
	margin-left: 30px;
}
.background_body {
	background-color: #000000;
	background-image: url(../images/background_body_interior.jpg);
	background-repeat: repeat-y;
}
a:link {
	color: #000000;
	text-decoration: underline;
	font-weight: bold;
}
a:visited {
	color: #000000;
	text-decoration: underline;
	font-weight: bold;
}
a:hover {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
a:active {
	color: #000000;
	text-decoration: underline;
	font-weight: bold;
}
.background_contact {
	background-image: url(../images/background_contact.jpg);
}
.bold {
	font-weight: bold;
}
.italics {
	font-style: italic;
}
