a:link {
	color: #000000;
    font-size: 16px;
	text-decoration: none;
}
a:visited {
	color: #800000;
    font-size: 16px;
    font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #000000;
    font-size: 22px;
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
.style1 {font-size: 14px }
p
{
 font-size: 14px;
 padding: 5px;
}
h2	
{
 font-size: 16px;
 color: #FFFFFF;
 margin: 15px;
}
dl
{
 float:left;
 margin-left:10px;
 width:233px;
 text-align:left;
}
dt
{
 font-weight: bold;
 margin-top:10px;
 font-size: 17px;
}
dd
{
 min-height: 30px;
 height: 200px;
 padding:3px;
 font-size:14px;
}
h3
{
	font-size: 14px;
	color: #1F3956;
	margin-bottom: 15px;
	text-align: left;
}
h3 a
{
 color: #FF8D1D;
}


body {
  background:#FFB32F;
}

body, td {
  font-size : 11px;
  font-family : Tahoma, Geneva, Arial, Helvetica, sans-serif;
  color: #000000;
  margin:0;
}

#express_header 
{ 
  position: absolute;
  top: 0px;
  left: 0px;
  width:1000px;
  height:75px;
  text-align:center;
  font-weight: bold;
  background: #000;
}

#express_header_menu
{
 position: absolute;
 top: 75px;
 left: 0px;
 height:35px;
 width: 1000px;
 background: #000000;
 font-size: 20px;
}

#counter
{
    position: absolute;
	left: 5px;
	top: 0px;
	width: 140px;
	height: 100px;
 background: #FFB32F;
		
}
#left_menu
{
    position: absolute;
	left: 5px;
	top: 150px;
	width: 140px;
	height: 680px;
	
}




