/*----------------------  TAGS  -----------------------------*/
BODY
{
	background: #FFFFFF;
	font-family : Verdana, Arial, Helvetica, sans-serif ! important;
	font-size : 11px;
	color: #666666;
	margin-top:0px;
}

A{
	font-family : Verdana, Arial, Helvetica, sans-serif ! important;

	font-size : 11px;
	color : #000099;
}

A:hover
{
	font-family : Verdana, Arial, Helvetica, sans-serif ! important;
	font-size : 11px;
	color : #CCCCCC;
	text-decoration : underline;
}

P, TABLE, TD, UL, LI
{
	font-family : Verdana, Arial, Helvetica, sans-serif ! important;
	color : #333333 ! important;
	font-size : 11px ! important;
}

FORM, INPUT, TEXTAREA, SELECT
{
	font-family : Verdana, Arial, Helvetica, sans-serif ! important;
	color : #000000 ! important;
	font-size : 11px ! important;
}

H1, H2
{
	font-family : Arial, Helvetica, sans-serif ! important;
	font-weight: bold;
	color : #000000;
	font-size : 11pt;
	margin-bottom: -8px;
}
H3, H4, H5, H6
{
	font-family : Arial, Helvetica, sans-serif ! important;
	font-weight: bold;
	color : #000000;
	font-size : 8pt;
	margin-bottom: -3px;
}

/*----------------------  CLASSES  ---------------------------*/
.maintable
{
	height:100%;
}
.lightgrey{
	background-color: #D5D6DC;
}
.mediumgrey{
	background-color: #7D808E;	
}
.grey{
	background-color: #999CA9;
}
.darkgrey{
	background-color: #999CA9;	
}
.redborder{
	background-color: #AB002E;
}
.menuSelItem{
	color: White;
	background-color: #AB002E;
}
.menuSelItem A{
	color: #FFFFFF;
	text-decoration : none;
}
.menuItem{
	color: #FFFFFF;
}
.menuItem A{
	color: #FFFFFF;
	text-decoration : none;
}

.menuDot
{
	/* Internet Explorerbackground-image : url(../images/white_dot.gif);
	*/
	background-color : White;
}
