a 
{   
	text-decoration: none; font-weight: bold; 
}

a:link
{
	color: rgb(0,0,0);
}
a:visited
{
	color: rgb(0,0,0);
	
} 
a:active 
{
	color: rgb(0,255,0); 
}
a:hover 
{
	color: rgb(0,255,0)
}
body
{
	font-family: Bookman Old Style, Calisto, Zapf Calligraphic,Century Old Style, Times;
	
	background-color: rgb(255,128,0);
}
table
{
	table-border-color-light: rgb(102,153,255);
	table-border-color-dark: rgb(0,0,102); 
}
 h3, h5, h6
{
	font-family: Bookman Old Style, Calisto, Zapf Calligraphic,Century Old Style,sans-serif;
}
h1
{
	color: rgb(0,0,0);
	font-family:  MicrogrammaDMedExt,BankGothic Md BT,Eras Demi, Tahoma, sans-serif;
	font-style: italic;
	font-size: 16px;	
}
h2
{
	color: rgb(0,0,0);
	font-family:  Verdana,Tahoma, sans-serif;
	font-style: italic;
	font-size: 12px;

}
h3
{
	color: rgb(0,0,0);
	font-family: Helvetica, sans-serif;	
	font-size: 16px; 
}
h4
{
	color: rgb(0,0,0);	
}
h5
{
	color: rgb(0,0,0);
}
h6
{
	color: rgb(204,51,51);
}
.m_banner_hide
{
	display:none;
}
.m_banner_show
{
	display:block;
}