/* CSS Document */
body {
	background-color: #1d1d1d;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 67.5%;
}

.menu {
font-size: 14px;
color: #C4C400;
font-weight: bold;
text-decoration: none;
}

.menu a:link, .menu a:visited {
	color: #EBE6D8;
	text-decoration: none;
}

.table_title {
	color: #EBE6D8;
	font-weight: bold;
	font-size: 14px;
}

.menu a:hover {
	color: #000000;
}

.footer {
	color: #EBE6D8;
}

body a:link, body a:visited {
	color: #356E7E;
	font-weight: bold;
	text-decoration: none;
}

h1 {
	color: #356E7E;
	font-weight: bold;
	text-align: center;
	font-size: 18px;
	
}

h2 {
	color: #356E7E;
	font-weight: bold;
	font-size: 14px;
	padding-left: 20px;
	padding-bottom: -5px;
}

h3 {
	color: #1d1d1d;
	font-weight: bold;
	font-size: 12px;
	padding-bottom: -5px;
}

h3 a:link, h3 a:visited {
	text-decoration: none;
}

.content {
	margin-left: 20px;
	margin-right: 20px;
}

.news {
	background-color: #356E7E;
	color: #ffffff;
}

.news a:link, .news a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}


