@charset "UTF-8";
body {
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
	background-color: #666666;
	margin: 0px;
}
.content {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #333;
	line-height: 15px;
}
.headline1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #162b48;
}
A:link {
	color: #162b48;
}
A:visited {
	color: #162b48;
}
A:active {
	color: #162b48;
	}
A:hover {
	color: #162b48;
}
.menu:link {
	color: #FFF;
	text-decoration: none;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	text-transform: capitalize;
	letter-spacing: 0.2em;
}
.menu:visited {
	color: #FFF;
	text-decoration: none;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	text-transform: capitalize;
	letter-spacing: 0.2em;
}
.menu:active {
	color: #FFF;
	text-decoration: none;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	text-transform: capitalize;
	letter-spacing: 0.2em;
	}
.menu:hover {
	color: #FFF;
	text-decoration: none;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	text-transform: capitalize;
	letter-spacing: 0.2em;
}
.menuActive:link {
	color: #333;
	text-decoration: none;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	text-transform: capitalize;
	letter-spacing: 0.2em;
}
.menuActive:visited {
	color: #333;
	text-decoration: none;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	text-transform: capitalize;
	letter-spacing: 0.2em;
}
.menuActive:active {
	color: #333;
	text-decoration: none;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	text-transform: capitalize;
	letter-spacing: 0.2em;
	}
.menuActive:hover {
	color: #333;
	text-decoration: none;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	text-transform: capitalize;
	letter-spacing: 0.2em;
}

