html, body, ol, p, h1, h2, h3, h4, h5, h6, form, fieldset
{
	margin: 0;
	padding: 0;
	border: 0;
	font-family:Arial;
}
h1
{
	font-size:24px;
}
h2
{
	font-size:20px;
}
h3
{
	font-size:16px;
}
h4
{
	font-size:12px;
}

.MenuBar
{
	border: solid 1px #CCCCCC;
	border-top-width:0px;
	height:30px;
}
.MenuBar div:hover
{
	background-image:url('/Images/ButtonBackgroundBlue_UpsideDown.jpg');
}
.MenuItem
{
	position:relative;
	float:left;
	width:198px;
	height:30px;
	background-image:url('/Images/ButtonBackgroundBlue.jpg');
}
.SelectedMenuItem
{
	position:relative;
	float:left;
	width:198px;
	height:30px;
	background-image:url('/Images/ButtonBackgroundBlue_UpsideDown.jpg');
}
.MenuItem a, .SelectedMenuItem a
{
	z-index:100;
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:23px;

	padding:7px 0px 0px 0px;
	text-align:center;
	vertical-align:middle;
	text-decoration:none;
	font-weight:bold;
	font-size:10pt;
	color:Black;
}
.MenuItemSpacer
{
	float:left;
	border-left:solid 1px #CCCCCC;
	border-right:solid 1px #FFFFFF;
	height:100%;
}
.Body
{
	border: solid 1px #CCCCCC;
	border-top-width:0px;
}
