BODY {
/*	background-color : #FFFFFF;
	
	SCROLLBAR-ARROW-COLOR: #ffffff;
	SCROLLBAR-TRACK-COLOR: #071f37;
	SCROLLBAR-BASE-COLOR: #244f7a;
	
	scrollbar-track-color: #105080; 
	scrollbar-face-color: #186898; 
	scrollbar-3dlight-color: #082840; 
	scrollbar-highlight-color: #6B86A5; 
	scrollbar-shadow-color: #082840; 
	scrollbar-darkshadow-color: #105080;
	*/
	margin-top: 0;
	margin-left: 0;
	margin-bottom: 0;
	
	font-family : Verdana, Tahoma, Arial;
	color : #000000;	
	/*
	background-image : url("Gfx/background.gif");
	background-repeat : repeat;*/
}

P, DIV, SPAN, FONT, TD, LI {
	FONT-SIZE: 11px;
	COLOR: #000000;
	FONT-FAMILY: Verdana;
	margin-left: 20px;

}
UL {
	list-style-type : square;
	}
UL.dash {
	list-style-type : circle;
	}

a:link       {
	text-decoration: none;
	color : Navy;
}
a:visited    {
	text-decoration: none;
	color : Navy;
}
a:Hover      {
	text-decoration : underline;
}

a.menulink:link       {
	text-decoration: none;
	color : #FFFFFF;
}
a.menulink:visited    {
	text-decoration: none;
	color : #FFFFFF;
}
a.menulink:Hover      {
	text-decoration : underline;
	color : #FFFFFF;
}


H1 {
	FONT-SIZE: 24px; COLOR: #000000; FONT-FAMILY: Verdana
}
H2 {
	FONT-SIZE: 18px; COLOR: #000000; FONT-FAMILY: Verdana
}
H3 {
	FONT-SIZE: 15px; COLOR: #000000; FONT-FAMILY: Verdana
}
H4 {
	FONT-SIZE: 12px; COLOR: #000000; FONT-FAMILY: Verdana;
}

td.menubar { 	background-color: #FFFFFF;	}
	
table.menutable { 	background-color: #006699;	}
td.menucell          { font-size: 13px; font-weight: bold }
td.menucell_disabled { font-size: 13px; font-weight: bold; color:#AAAAAA }

table.menu2table 	{
	background-color: #CCCCFF;
}
td.menu2cell          { font-size: 11px; font-weight: bold }
td.menu2cell_disabled { font-size: 11px; font-weight: bold; color:#999999}

	
table.tableborder {
	background-color: #CCCCCC;
	margin-left: 20px;


}

.markedtext { FONT-SIZE: 11px; COLOR: #CC0000; FONT-FAMILY: Verdana; }
.copyrighttext {font-size : 9px; font-family : Verdana, Arial; color : Gray;    }

.borderline { border-top : 1px dashed Navy;  }
.borderbottom {
	border-bottom : 1px dashed Navy;
	margin-right: 0px;
	margin-left: 0px;
}


.markedbigtext {
	FONT-SIZE: 14px;
	COLOR: #000000;
	FONT-FAMILY: Verdana;
	font-weight: bold;

}
.smalltext {
font-size : 9px; font-family : Verdana, Arial;
}
