.superline
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 34px;
	font-weight: normal;
	color: #CC0000;
}

.textlarge
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #CCCCCC;
}

.text, TD 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #CCCCCC;
}

.textitalic 
{
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: normal;
	color: #333333;
	font-style: italic;
}

.textsmall
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #CCCCCC;
}

.formheadline
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #000000;
}

.formtext 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #CCCCCC;
	border:	1px solid #CCCCCC;
	background-color: #333333;	
}

.formbutton
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #CCCCCC;
	border:	1px solid #CCCCCC;
	background-color: #000000;
}

a
{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-decoration: none;
	color: #CC0000;
}

a:hover 
{
	text-decoration: underline;
}

.MainMenu
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	text-decoration: none;
	color: #FFFFFF;
}

.MainMenu:hover
{
	font-size: 16px;
	text-decoration: none;
}

.MainMenu_active
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	text-decoration: none;
	color: #999999;
}

UL.SecMenu
{
	PADDING-RIGHT: 0px;
	PADDING-LEFT: 0px;
	PADDING-BOTTOM: 0px;
	PADDING-TOP: 0px;
	MARGIN: 0px;
	TEXT-ALIGN: center;
}

UL.SecMenu LI
{
	PADDING-BOTTOM: 4px;
	PADDING-TOP: 4px; 
	LIST-STYLE-TYPE: none; 
	WIDTH: auto; 
	HEIGHT: auto;
}

UL
{
	PADDING-RIGHT: 0px;
	PADDING-LEFT: 0px;
	PADDING-BOTTOM: 0px;
	PADDING-TOP: 0px;
	MARGIN: 0px;
	TEXT-ALIGN: left;
}

UL LI
{
	PADDING-BOTTOM: 2px;
	PADDING-TOP: 2px; 
	LIST-STYLE-TYPE: square; 
	WIDTH: auto; 
	HEIGHT: auto;
}