body
{
	background-color: #000000;
	font-family: Arial, Sans-Serif;	
	font-size: 11px;
	font-weight: normal;
	text-decoration:  none;
	color: #FFFFFF;
}
a
{
	color: #CC3333;
	text-decoration:  none;
}
a:hover
{
	color: #FF0000;
	text-decoration:  underline;
}
.LeftMenu
{
	margin-left: 7px;
	font-size: 14px;
	font-weight: bolder;
	color: #DDDDDD;
	text-decoration:  none;
}
.LeftMenu:hover
{
	color: #FFFFFF;
	text-decoration:  underline;
}
.TopMenu
{
	font-size: 18px;
	font-weight: bold;
	color: #DDDDDD;
	text-decoration:  none;
}
.TopMenu:hover
{
	color: #FFFFFF;
	text-decoration:  underline;
}

h1
{
	font-size: 22px;
	font-weight:bold;
	margin-top : 7px;
	margin-bottom : 7px;
	text-align: center;
}
h2
{
	font-size: 18px;
	font-weight:bold;
	margin-top : 7px;
	margin-bottom : 3px;
	text-align: center;
}
h3{
}

