BODY {
	font-size : 11px;
	font-family : Arial, Helvetica, Sans Serif;
	color : #666666;
	margin: 0px;
	SCROLLBAR-HIGHLIGHT-COLOR: #FFFFFF;
	SCROLLBAR-SHADOW-COLOR: #999999;
	COLOR: #000000;
	SCROLLBAR-3DLIGHT-COLOR: #FFFFFF;
	SCROLLBAR-ARROW-COLOR: #999999;
	SCROLLBAR-TRACK-COLOR: #ffffff;
	FONT-STYLE: normal;
	SCROLLBAR-DARKSHADOW-COLOR: #cccccc;
	SCROLLBAR-BASE-COLOR: #cccccc;
	background-color: #fafafa;
}
TD {
	font-size : 11px;
	font-family: Arial, Helvetica, Sans Serif;
	color: #666666;
	font-style: normal;
	text-decoration: none;
}


/* use in tail.php */
.tail {
   	font-size : 10px;
   	font-family : Arial, Helvetica, Sans Serif;
   	color: #666666;
	
}
/* other */
A.link, A.link:visited{
   	font-size : 11px;
   	font-family : Arial, Helvetica, Sans Serif;
   	text-decoration : none;
   	color: #666666;
}

A.link:active, A.link:hover{
   	color: #ffffff;
	text-decoration: underline;
}

A.linkinpage, A.linkinpage:visited{
   	font-size : 11px;
   	font-family : Arial, Helvetica, Sans Serif;
   	text-decoration : none;
   	color: #666666;
}

A.linkinpage:active, A.linkinpage:hover{
   	color: #3a2784;
	text-decoration: underline;
}


.topic {
	color: #3a2784;
	font-size: 12px;
	font-weight: bold;
}
.pic {
	border:1px solid;
	border-color:#9999a3;
}


/* contact form */
.textbox {
	font-family: Arial, Helvetica, Sans Serif;
	font-size: 11px;
	background-color: #f7f7f7;
	border: 1px solid #aaaaaa;
}
.graybutton {
	font-family: Arial, Helvetica, Sans Serif;
	font-size: 11px;
	background-color: eeeeee;
	border: 1px solid aaaaaa;
	clip:  rect(1px 1px 1px 1px);
	font-weight: normal;
	text-decoration: none;
	color: #333333;
}

BUTTON, SELECT, INPUT {
	margin: 0px;
	FONT-SIZE: 11px; 
	COLOR: #333333;  
	FONT-FAMILY: Arial, Helvetica, Sans Serif;
	border:#999999; 
	border-width: 1px;
	border-style:dotted;
}

SELECT {
	margin: 0px;
	FONT-SIZE: 11px; 
	COLOR: #333333;  
	FONT-FAMILY: Arial, Helvetica, Sans Serif;
	width:190px;
}