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

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	color: #1A1F1E;
}
.header-logo {
	background-color: #1A1F1E;
	background-image: url(images/layout-small-header-bg.jpg);
	background-repeat: repeat;
}
.header-text-area {
	background-color: #0D5D94;
	background-image: url(images/text-area-bg.jpg);
	background-repeat: repeat;
	font-family: Verdana, Geneva, sans-serif;
	color: #FFF;
	font-size: 14px;
}
.footer-menu{
	color: #FFF;
	text-decoration: none;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
}
.footer-menu:link {
	color: #FFF;
	text-decoration: none;
}
.footer-menu:visited {
	text-decoration: none;
}
.footer-menu:hover {
	text-decoration: underline;
	color: #C90;
}
.footer-menu:active {
	text-decoration: none;
}