BODY 
{ 
		background-color:black;
		color:white;
    FONT-FAMILY:Arial, Helvetica, sans-serif;
    FONT-SIZE: 12px;
}
td
{
  	font-size: 12px;
}
#logo_div
{
  	position: absolute;
		top: 10px;
		left: 200px;
		width:650px;
		text-align:center;
}
#inside_logo_div
{
  	position: absolute;
		top: 10px;
		left: 200px;
		width:725px;
		text-align:center;
}
#menu_div
{
    position: absolute;
		top: 110px;
		left: 20px;
		width: 150px;
}
#text_div
{
    position: absolute;
		text-align: justify;
		top: 120px;
		left: 200px;
		width: 650px;
}
#inside_text_div
{
    position: absolute;
		text-align: justify;
		top: 120px;
		left: 200px;
		width: 725px;
}
#bottom_div
{
    position: relative;
		text-align: center;
		width: 800px;
}
.bmenu
{
 		color: #a54247;
		font-size: 12px;
		text-decoration:none;
		line-height:2.0;
}	
.bmenu_on
{
 		color: yellow;
		font-size: 12px;
		text-decoration:none;
		line-height:2.0;
}	
.cmenu
{
 		color: white;
		font-size: 14px;
		text-decoration:none;
		line-height:2.0;
}	
.cmenu_on
{
 		color: yellow;
		font-size: 14px;
		text-decoration:none;
		line-height:2.0;
}	
A.inlink
{
    COLOR: white;
    TEXT-DECORATION:none;
}
A.inlink_on
{
    COLOR: black;
    TEXT-DECORATION:none;
}