/* CSS Document */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
}
body {
	background-color: #FFFFFF;
}
table {
margin-bottom:10px;
}
p {
	line-height:1.5;
	padding:0px;
	margin:0px;
	margin-top:10px;
	margin-bottom:10px;
	}
#menu a {
	padding-right:7px;
	border-right:1px #BEE4E2 solid;
	padding-left:7px;
	}
#menu .a_end {
	padding-right:7px;
	border-right:0px #FF0000 solid;
	padding-left:7px;
	}
a:link {
	color: #00A0AF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #00A0AF;
}
a:hover {
	text-decoration: underline;
	color: #00C7D7;
}
a:active {
	text-decoration: none;
	color: #00A0AF;
}
h1 {
	font-size: 18px;
	color: #000000;
	font-weight:bold;
}
.page_container {
	margin-left:auto; 
	margin-right:auto;
	padding-bottom:10px; 
	background-repeat:no-repeat; 
	background-position:bottom;
}
.content_background {
	padding-bottom:1px;
}
.content_heading {
	background-repeat:no-repeat; 
	padding-top:0px;
}
#menu {
	height:24px; 
	margin-bottom:25px;
}
.text {
}
.credits {
	margin-left:auto; 
	margin-right:auto; 
	text-align:right; 
	font-size:10px;
}
.img_float_right {
float:right;
}
.bg_highlight {
background-color:#F4F4F4;
}