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


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

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

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

A:hover {
font-size: 11;
font-family: arial;
color: #FFCC66
}

BODY{ 
scrollbar-face-color:#FF9900; 
scrollbar-arrow-color:black; 
scrollbar-track-color:#FFCC66; 
scrollbar-shadow-color:black; 
scrollbar-highlight-color:#FFCC66; 
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: #dbdbf5;
	font-family: arial; 
	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: arial; 
	font-size: 10px; 
	color: black;
	width:150;
}
textarea.small
{
	font-family: arial; 
	font-size: 10px; 
	color: black;
	width:350;
	height:150;
}