.title { 
font: bold;
font-family: verdana; 
text-decoration: underline;
font-size: 15
}


A:link { 
text-decoration: none;
font-family: verdana;
font-size: 11;
color: #003366
}

A:active {
font-size: 11;
font-family: verdana;
text-decoration: underline overline;
color: #003366
}

A:visited{
text-decoration: none;
font-family: verdana;
font-size: 11;
color: #003366
}

A:hover {
font-size: 11;
font-family: verdana;
color: black
}

BODY{ 
scrollbar-face-color:#999999; 
scrollbar-arrow-color:black; 
scrollbar-track-color:##666666; 
scrollbar-shadow-color:black; 
scrollbar-highlight-color:##999999; 
scrollbar-3dlight-color:black;
scrollbar-darkshadow-Color:black; 
margin-top:0px;
margin-bottom:0px;
}

.left_cell{
background-image:url('images/index_04.gif');

}
.right_cell{
background-image:url('images/index_06.gif');
}

.MAIN_TABLE{
height:100%;
}

input.grey
{
	background-color: #999999;
	font-family: verdana; 
	font-weight: bold; 
	font-size: 10px; 
	color: black;
	width:120;
	border:1px solid;
    border-top-color:#000000;
    border-left-color:#000000;
    border-right-color:#000000;
    border-bottom-color:#000000;
    height: 18;
}
input.small
{
	font-family: Verdana; 
	font-size: 10px; 
	color: black;
	width:150;
}
textarea.small
{
	font-family: Verdana; 
	font-size: 10px; 
	color: black;
	width:350;
	height:150;
}