* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #CCC;
	background-color: #1E1E21;
	background-image: url(images/header-top.jpg);
	background-repeat: repeat-x;
	text-decoration: none;
}

h1, h2, h3 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

h1 {
	font-size: 3em;
}

h2 {
	font-size: 2em;
}

h3 {
	font-size: 1em;
}

p, ul, ol {
	margin-bottom: 1em;
	line-height: 140%;
}

a {
	color: #4063A7;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	color: #23316E;
}

a img {border: none; 
}

hr {
	display: none;
}

/* Menu */

#menu {
	width: 900px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height: 25px;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	height: 20px;
	text-decoration: none;
	color: #999;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: normal;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
}

#menu a:hover {
	background-color: #333333;
	color: #CCCCCC;
}

#menu .active a {
	background-image: url(xxximages/img03.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-color: #000000;
	color: #CCCCCC;
}
