body 
{
	padding: 0px;
	margin: 0px;
	color: #FFFFFF;
	background-color: #808080;
	font-family: Arial, Helvetica, sans-serif; 
}

img
{
	border: none;
}

A
{
	text-decoration: none;
	color: #000000;
}

A:link
{
	text-decoration: none;
}

A:hover
{
	text-decoration: none;
	color: #0000FF;
}

A.menulink:hover
{
	text-decoration: none;
	color: #FFFFFF;
}

A:visited
{
	text-decoration: none;
}

H1
{
	font-size: 16pt;
	color: #FFFFFF;
	margin: 0 0 15 0;
}

P
{
	margin: 0 0 10 0;
	text-indent: 25px;
	font-size: 10pt;
}

OL
{
	margin: 4px;
}

#maintable
{
	border: 0px;
	height: 100%;
	width: 800px;
	background-color: #AA0033;
}
		
.logo
{
	width: 100%;
	height: 100px;
	padding: 5px;
	background-image: url("img/bglogo.jpg");
	background-repeat: repeat;
	background-position: center center;
	text-align: right;
	font-size: 32pt;
	color: #000000;
	font-weight: bolder;
}

.adv
{
	border: 1px solid #000000;
	border-bottom: 0px;
	height: 40px;
	padding: 5px;
	font-size: 8pt;
	vertical-align: top;
}

.menu
{
	border: 1px solid #000000;
	border-right: 0px;
	vertical-align: top;
	margin: 0px;
}

.submenu
{
	border: 1px solid #000000;
	border-right: 0px;
	border-top: 0px;
	vertical-align: top;
	margin: 0px;
	height: 90%;
	padding: 5px;
}

.content
{
	border: 1px solid #000000;
	vertical-align: top;
	width: 90%;
	padding: 10px;
}

.footer
{
	border: 1px solid #000000;
	border-top: 0px;
	border-bottom: 0px;
	height: 100px;
	padding: 5px;
	vertical-align: top;
}

DIV.menubutton
{
	padding: 5 0;
	background-color: #FF3366;
	background-repeat: repeat-y;
	text-align: center;
	width: 240px;
}

DIV.menubutton:hover
{
	padding: 5 0;
	background-color: #FF99CC;
	background-repeat: repeat-y;
	text-align: center;
}

DIV.menubutton_sel
{
	padding: 5 0;
	background-color: #FF6699;
	background-repeat: repeat-y;
	text-align: center;
	width: 240px;
}

DIV.menubutton_sel:hover
{
	padding: 5 0;
	background-image: #FF99CC;
	background-repeat: repeat-y;
	text-align: center;
}