BODY {
	//background-color: #e2f2f9;
	background-color : #8ab1bd;
	font-family : Verdana, Arial, Helvetica ;
	font-size : 10px;
	margin : 10px 10px 10px 10px;
	text_align: right;
}

TD {
	font-family : Verdana, Arial, Helvetica ;
	font-size : 11px;
}

A:link { color: #006699; text-decoration: underline;}
A:visited { color: #8ab1bd; text-decoration: underline;}
A:hover { color: #ff0000; text-decoration: underline;}

A.sitemap:link { color: black; text-decoration: none;}
A.sitemap:visited { color: black; text-decoration: none;}
A.sitemap:hover { color: #006699; text-decoration: underline;}

.maincell {
	padding: 10px 10px 10px 10px;
	vertical-align: text-top;
}

.note  {
	font-family : Verdana, Arial, Helvetica ;
	font-size : 9px;
	color: #ff0000;
}

INPUT {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica;
	font-weight : normal;
	height: 19px;
	padding-left:  3px;
	padding-right: 3px;
	padding-top:   2px;
	padding-bottom:2px;
	background-color: #e2f2f9; 
	border: 1px solid #4893ad;

	h: expression(onmouseover=new Function("this.style.backgroundColor='#ff6'; this.style.border=' 1px solid #f00';"),
                       onmouseout=new Function("this.style.backgroundColor='#e2f2f9'; this.style.border='1px solid #4893ad';"));

}

input:hover {
    border: 1px solid #f00;
    background: #ff6;
}

SELECT {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica;
	background-color: #e2f2f9; 
	border: 1px solid #4893ad;
}

select:hover {
    border: 1px solid #f00;
    background: #ff6;
}

textarea {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica;
	background-color: #e2f2f9; 
	border: 1px solid #4893ad;

}

.darktext {
	color: #4893ad; 
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica;
	font-weight : bold;

}
