a
{
	color: #0066cc;
}

body
{
	//background-color: #99CCFF;
	background-color: #0066cc;
	font-family: Arial, Verdana, Helvetica, Tahoma, Sans-Serif;
	font-size:12px;
	color:#000000;
}

h1
{
	font-size: 26px;
	font-weight: bolder;
	text-align: center;
	padding-bottom: 15px;
}

.menu
{
	float:left;
	width:215px;
	display: inline;
	position: relative;
	left: -3px;
	top: -3px;
}

.body
{
	width:1000px;
	background-color:white;
	border:2px solid #a80000;
	min-height: 1050px;
	margin-bottom: 5px;
}

a.menuitem
{
	font-size: 14px;
	text-align: left;
	display: block;
	color: white;
	font-weight: bold;
	text-decoration: none;
	background-image: url(common/menubutton.gif);
	padding: 3px 10px 3px 10px;
	white-space: nowrap;
	height: 20px !important; /*IE doesn't understands this*/
	height /**/ : 25px; /*Internet Explorer hack. Only IE understands this*/
}

a.activemenuitem
{
	font-size: 14px;
	text-align: left;
	display: block;
	color: white;
	font-weight: bold;
	text-decoration: none;
	background-image: url(common/activemenubutton.gif);
	padding: 3px 10px 3px 10px;
	white-space: nowrap;
	height: 20px !important; /*IE doesn't understands this*/
	height /**/ : 25px; /*Internet Explorer hack. Only IE understands this*/
}

a.menuitem:hover
{
	background-image: url(common/activemenubutton.gif);
}