/* GENERAL fonts */
P, OL, UL, DIV, H1, H2 
{
	font-family: verdana, arial, helvetica;
	LINE-HEIGHT: 1.5;
	font-size: 12px;
}

H1
{ 
	font-family: arial, helvetica;
	font-size: 22px;
	LINE-HEIGHT: normal;
	margin: 15px 0px 0px 0px;
	color: #000000;
}

H2 
{ 
	font-family: arial, helvetica;
	font-size: 13px;
	color: white;
	LINE-HEIGHT: normal;
	margin: 15px 0px 0px 0px;
	color: #000000;
}

H3 
{ 
	font-family: arial, helvetica;
	font-size: 11px;
	color: white;
	LINE-HEIGHT: normal;
	margin: 15px 0px 0px 0px;
	color: #000000;
}

A
{ 
	font-family: verdana, arial;
	font-size: 13px;
	color: #8b99ad;
	text-decoration: none;
}

/* a:link {} a:activ {text-decoration: none;} a:visited {text-decoration: none;} a:hover {text-decoration: one;} */




/*  MENU top, level 1, normal state (NO) */
TABLE.menu_top TD {
	padding: 0px 10px 0px 10px;
	margin: 0px 0px 0px 0px;
}

TABLE.menu_top A {
  	font-family: Verdana, Arial, Helvetica;
	font-size: 11px;
	color: #ffffff;
}

TABLE.menu_top A:Hover {
	text-decoration: underline;
}




/* MENU bottom, level 1, normal state (NO) */
TABLE.menu_bottom {
	background-color: #ffffff;
}

TABLE.menu_bottom TD {
	padding: 0px 10px 0px 10px;
	margin: 0px 0px 0px 0px;
}

TABLE.menu_bottom A {
  	font-family: Verdana, Arial, Helvetica;
	font-size: 11px;
	color: gray; 
}

TABLE.menu_bottom A:Hover {
	text-decoration: underline;
}

TABLE.format_contenttable
{
	padding: 0px 0px 0px 0px;
	margin: 10px 20px 10px 20px;
	height=400;
}

