/* CSS Document */
.normal_text {font-family:Tahoma ; color:#000000 ; font-size:8pt ;}
.special_text {font-family:Tahoma ; color:#800000 ; font-size:8pt ;}
.value_text {font-family:Tahoma ; color:#0000FF ; font-size:8pt ;}
.menu_text {font-family:Tahoma ; color:#006699 ; font-size:8pt ;}
body{
margin-left:0px;
margin-top:0px;
}
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: none;
	color: #000000;
}
a:active {
	text-decoration: none;
	color: #000000;
}
.textbox {font-family:Tahoma ; font-size:8pt; border: 1px solid #C0C0C0;}
.btn
{
	background: #ececec;
	font-family: Tahoma;
	padding: 3px;
	border: #999999 0px solid;	
	color: #336699;
	font-size: 8pt;
	line-height: 0.4em;
	text-align: center;
	cursor: hand;
	height:18px;
}
