BODY
{
	margin-bottom:0px;
	margin-left:0px;
	margin-right:0px;
	margin-top:0px;
}

P, SPAN, DIV
{
	font-family:Tahoma, Verdana, Arial;
	font-size:11px;
	line-height:18px;
	margin-top:0px;
	margin-bottom:6px;
}

TD, UL, OL, LI
{
	font-family:Tahoma, Verdana, Arial;
	font-size:11px;
	line-height:16px;
}

A
{
	color:#bf2926;
	text-decoration:underline;
}

A:hover
{
	color:Gray;
}

H1 {
	font-family: Tahoma, Geneva, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 1px;
	margin: 0px;
	margin-bottom: 12px;
	color: #383838;
	line-height:normal;
}
H2, H3, H4 {
	font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	margin: 0px;
	margin-bottom: 4px;	
	color: #383838;
	line-height:normal;	
}

H5, H6, H7 {
	font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	margin: 0px;
	margin-bottom: 4px;	
	color: #383838;
	line-height:normal;	
}

/*--- CLASSES ---*/
.table100
{
	height:100%;
}

/*--- MENU CLASSES ---*/
.menuTD
{
	padding-top:36px;
	padding-bottom:34px;
	background-color:#f6f7f8;
	background-image:url(../images/menuBG.gif);
	background-repeat:repeat-x;
}

.menuItem A
{
	color:#686868;
	text-decoration:none;
	padding-left:36px;
	padding-right:10px;
	font-weight:bold;
	width:100%;
	height:18px;
}

.menuItem A:hover
{
	background-color:#96979a;
	color:#ffffff;
}
A.selected
{
	background-color:#96979a;
	color:#ffffff;
}

.menuItem2 A
{
	color:#686868;
	text-decoration:none;
	padding-left:36px;
	padding-right:10px;
	font-weight:bold;
	width:100%;
	height:18px;
	font-size:10px;
}

.menuItem2 A:hover
{
	background-color:#96979a;
	color:#ffffff;
}
A.selected2
{
	background-color:#96979a;
	color:#ffffff;
}

/*--- HTML-AREA 2 ---*/
.html2TD
{
	padding-top:36px;
	padding-bottom:36px;
	height:100%;
}

.newsTD
{
	background-color:#f6f7f8;
	background-image:url(../images/menuBG.gif);
	background-repeat:repeat-x;
	padding:10px;
}

.newsTD LI
{
	list-style-image:url(../images/newsListImg.gif);
	margin-top:4px;
	margin-left:-24px;
	margin-bottom:9px;
	line-height:14px;
}

.newsTD STRONG, .newsTD B
{
	color:#bf2926;
	font-weight:bold;
}

.newsTD A
{
	color:#bf2926;
	text-decoration:underline;
}
