* {
	margin: 0px;
	padding: 0px;
}

body {
	text-align:center;
	background-color: #ffffff;
	color: #333333;
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	padding:20px;
}

a {
	color:#a52322;
	text-decoration:none;
}

a:hover {
	color: #387e28;
	text-decoration:underline;
}

a:visited {
	color:#387e28;
}

img {
	border: none;
}

ul {
	list-style-type: none;
}

li {
	list-style-type: none;
	/*border:1px solid #000000;*/
}

h1 {	font-family:impact;
	font-size:24;
	font-weight:normal;
	color:#a52322;
	text-align:center;
}

h2 {	font-family:verdana;
	font-size:12pt;
	font-weight:bold;
	color:#000000;
	text-align:center;
}

h3 {
	font-family:impact;
	font-size:18pt;
	font-weight:normal;
	color:#ffffff;
	text-align:center;
}

h4 {
	font-family:verdana;
	font-size:12pt;
	font-weight:bold;
	text-align:left;
	
}

h5 {
	font-family:impact;
	font-size:10pt;
	font-weight:normal;
	color:#ffffff;
	text-align:center;
}

ul.tabs {
	height:44px;
	width:728px;
	margin-left:2px;
}

li.brown {
	width:90px;
	margin-left: 1px;
	height: 44px;
	float: left;
	text-align: center;
}

li.black {
	width:90px;
	margin-left: 1px;
	height: 44px;
	float: left;
	text-align: center;
}

li.brown a {
	color: #ffffff;
	font-weight:bold;
	background:#a52322;
	text-decoration:none;
	display:block;
	height:44px;
}

li.black a {
	color: #ffffff;
	font-weight:bold;
	background:#000000;
	text-decoration:none;
	display:block;
	height:44px;	
}

li.brown a:hover {
	color: #ffffff;
	background-color: #891d1c;
	text-decoration:none;
}

li.black a:hover {
	color: #ffffff;
	background-color: #424242;
	text-decoration:none;
}

a.news {
	color:inherit;
}

a:hover.news {
	color:inherit;
}

