body 
{
	text-align: center;
}

.BodyHighlight
{
	color: #FF8000;
	font-weight: bold;
}

a:link
{
text-decoration: none;
color: blue;
}

a:visited
{
text-decoration: none;
color: purple;
}

.PageWrapper
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #000000;
}

#TitleContainer
{
	position:relative; 
	width:1000px; 
	height:76px; 
	margin-left:auto; 
	margin-right:auto; 
	text-align:center; 
	border:none; 
}

#ContentContainer
{
	position:relative; 
	width:980px; 
	margin-left:auto; margin-right:auto; 
	text-align:left; 
	border:none; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

td
{
	font-size: 12px;
}

th
{
	font-size: 12px;
	font-weight: bold;
}

.TitlebarTab
{
	float: left;
}

.TitlebarTab a
{
	float: left;
	width: 72px;
	height: 18px;
	text-decoration: none;
	color: white;
	background-color: #00ADEF;
	padding: 0 0;
	cursor: pointer;
	position: relative;
	top: 10px;
}

.TitlebarTab a:visited
{
	color: white;
}

.TitlebarTab a:hover
{
	font-weight: bold;
	color: yellow;
	height: 24px;
	top: 4px;
}

