html { overflow-x: auto; } 

BODY {
font-family : verdana, tahoma, arial, helvetica; 
font-size : 8pt; 
color : #000000; 
background-image: url(img/bg.png);
margin : 0; 
} 

A {
font-family : verdana, tahoma, arial, helvetica; 
font-size : 8pt; 
color : #5678a2; 
text-decoration : none; 
} 

A:hover {
color : #f2a232; 
} 

INPUT , SELECT {
background-color : #FFFFFF; 
font-family : verdana, tahoma, arial, helvetica; 
font-size : 8pt; 
color : #000000;

} 

TEXTAREA {
background-color : #fafaf4; 
color : #000000; 
font-family : verdana, tahoma, arial, helvetica; 
font-size : 8pt; 
} 

LI {
color : #000000; 
font-family : verdana, tahoma, arial, helvetica; 
font-size : 8pt; 
text-decoration : none; 
padding : 0.4em; 
} 

TD {
color : #000000; 
font-family : verdana, tahoma, arial, helvetica; 
font-size : 8pt; 
text-decoration : none; 
} 

form {
border-width : 0; 
padding : 0; 
margin : 0; 
} 

.line {
	border: 1px solid #000099;
} 

.border {
	border-bottom : 1px solid #e5e5e5;
	border-left : 1px solid #e5e5e5;
	border-right : 1px solid #e5e5e5;
	border-top : 1px solid #ffffff;
}

.border2 {
	border-bottom : 1px solid #ffffff;
	border-left : 1px solid #bebebe;
	border-right : 1px solid #bebebe;
	border-top : 1px solid #bebebe;
}

.title {
        font-family: arial,helvetica, verdana,tahoma;
        font-size: 15px;
	color: 5678A2;
        font-weight: bold;
}
a.menu,
a.menu:link,
a.menu:active,
a.menu:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
a.menu:hover {
	text-decoration: underline;
	color: #FFFF00;
}