body {
	color: #F3F1EB;
	background-color: #F3F1EB;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	margin: 0px;
}
.navigation {
	font-family: tahoma;
	font-size: 9pt;
	color: #676767;
	text-decoration: none;
	padding-left: 10px;
	padding-right: 10px;
}
a.navigation:link {
	font-family: tahoma;
	font-size: 9pt;
	color: #676767;
	text-decoration: none;
	padding-left: 10px;
	padding-right: 10px;
}
.content {
	font-family: arial;
	font-size: 10pt;
	color: #676767;
}

.footer {
	font-family: arial;
	font-size: 8pt;
	color: #B0B1B3;
}
.copyrights {
	font-family: arial;
	font-size: 9pt;
	color: #676767;
}
.email {
	font-family: arial;
	font-size: 9pt;
	color: #44749D;
}
a:link {
	color: #037ebb;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #8A321A;
}
a:hover {
	text-decoration: none;
	color: #037ebb;
}
a:active {
	text-decoration: none;
	color: #037ebb;
}
