		BODY{
			width: 100%;
			height: 100%;
			padding: 0px;
			margin: 0px;
			overflow: auto; 
      background-color:white;
		}

		.mainTable{
			width: 100%;
			height: 100%;
			border: 0px;
		}

		.mainMenu{
			padding-left: 8px;
			padding-top: 5px;
			height: 22px;
			font-family: arial;
			font-size: 12px;
			font-weight: bolder;
			color: #746761;
			width: 100%;
		}

		.mainMenuref{
			font-family: arial;
			font-size: 12px;
			font-weight: bolder;
			color: #746761;
		}

		.ticker{
			font-size: 12px;
			font-family: arial;
			font-weight: light;
		}

		.contentCell{
			width: 100%;
			height: 100%;
			text-align: left;
			background : url(../img/background_subject.jpg) no-repeat bottom left;
		}
		
		.subMenuCell{
			background : url(../img/background_submenu.jpg) no-repeat bottom left;
		}
		
		DIV.submenu{
			text-align: right;
			color: black;
			font-family: arial;
			font-size: 11px;
			font-weight: bold;
			padding-right: 8px;	
			margin-right: 8px;	
		}
		
		DIV.subMenu A:visited{
			color: white;
			font-family: arial;
			font-size: 11px;
			font-weight: bold;
		}

		DIV.subMenu A:link{
			color: white;
			font-family: arial;
			font-size: 11px;
			font-weight: bold;
		}
		DIV.subMenu A:active{
			color: white;
			font-family: arial;
			font-size: 11px;
			font-weight: bold;
		}
		DIV.subMenu A:hover{
			color: #746761 !important;
			font-family: arial;
			font-size: 11px;
			font-weight: bold;
		}

		DIV.submenuBuffer A:visited{
			color: white;
			font-family: arial;
			font-size: 11px;
			font-weight: bold;
			text-align: right;
		}

		DIV.submenuBuffer A:link{
			color: white;
			font-family: arial;
			font-size: 11px;
			font-weight: bold;
			text-align: right;
		}
		DIV.submenuBuffer A:active{
			color: white;
			font-family: arial;
			font-size: 11px;
			font-weight: bold;
			text-align: right;
		}
		DIV.submenuBuffer A:hover{
			color: #746761 !important;
			font-family: arial;
			font-size: 11px;
			font-weight: bold;
			text-align: right;
		}


		#contentOverflow{
			background-color:#E9E9E9;
			padding: 10px;
			font-family: arial;
			font-size: 11px;
			width: 100%;
			height: 100%;
			overflow: auto;
			/*border-bottom:solid #A8A8A8 2px;*/
		}
		
		TABLE,TD{
			font-family: arial;
			font-size: 11px;
		}


A.subMenuRef:hover{
	color: #746761 !important;
	font-family: arial;
	font-size: 11px;
	font-weight: bold;
	TEXT-DECORATION: none
}
A.subMenuRef:link{
	color: white;
	font-family: arial;
	font-size: 11px;
	font-weight: bold;
    TEXT-DECORATION: none	
}

A.subMenuRef:active{
	color: white;
	font-family: arial;
	font-size: 11px;
	font-weight: bold;
    TEXT-DECORATION: none	
}


A.subMenuRef:visited{
	color: white;
	font-family: arial;
	font-size: 11px;
	font-weight: bold;
    TEXT-DECORATION: none	
}

A:link
{
	COLOR: #7d7d7d;
    TEXT-DECORATION: none
}
A:visited
{
	color: #7d7d7d;
    TEXT-DECORATION: none
}

A:active{
	color: #7d7d7d;
    TEXT-DECORATION: none
}

A:hover{
	COLOR: #746761;
    TEXT-ALIGN: left;
    TEXT-DECORATION: none
	
}

H1
{
    FONT-WEIGHT: lighter;
    FONT-SIZE: 22px;
    COLOR: #746761;
    FONT-FAMILY: arial
}

