BODY {
	font-size : 13px;
	font-family : Tahoma;
	color : #666666;
	margin: 0px;
	SCROLLBAR-HIGHLIGHT-COLOR: #eeeeee;
	SCROLLBAR-SHADOW-COLOR: #999999;
	COLOR: #000000;
	SCROLLBAR-3DLIGHT-COLOR: #eeeeee;
	SCROLLBAR-ARROW-COLOR: #999999;
	SCROLLBAR-TRACK-COLOR: #ffffff;
	FONT-STYLE: normal;
	SCROLLBAR-DARKSHADOW-COLOR: #cccccc;
	SCROLLBAR-BASE-COLOR: #cccccc;
	background-color: #FFFFFF;
}
TD {
	font-size : 13px;
	font-family: Tahoma;
	color: #666666;
	font-style: normal;
	text-decoration: none;
}
.tail {
   	font-size : 10px;
   	font-family : Tahoma;
   	color: #999999;
	
}

.BoldR {
   	font-size : 13px;
   	font-family : Tahoma;
   	color: #cc0000;
	font-weight: bold;
}

/* use in header.php*/

A.menulink4, A.menulink4:visited{
   	font-size : 11px;
   	font-family : Tahoma;
   	font-weight: bold;
   	color: #FF9900;
}

A.menulink4:hover, A.menulink4:active{
   	color: #000066;
	text-decoration: underline;
}

/* use in tail.php */


/* link in page */
A.menulink3, A.menulink3:visited{
   	font-size : 13px;
   	font-family : Tahoma;
   	text-decoration : underline;
   	color: #666666;
}

A.menulink3:active, A.menulink3:hover{
   	color: #cc0000;
	text-decoration: underline;
}

/* other */
.topic {
	color: #a6b4b7;
	font-weight: bold;
}
.pic {
	border:2px solid;
	border-color: #cc0000;
}

.Red{
   	font-size : 12px;
   	font-family : Tahoma;
   	color: #ff0000;
	font-weight: bold;
}


/* contact form */
textbox, textarea, input, BUTTON, SELECT {
	font-family: Tahoma;
	font-size: 12px;
	background-color: #f7f7f7;
	border: 1px solid #aaaaaa;
}
.graybutton{
	font-family: Tahoma;
	font-size: 11px;
	background-color: eeeeee;
	border: 1px solid aaaaaa;
	clip:  rect(1px 1px 1px 1px);
	font-weight: normal;
	text-decoration: none;
	color: #333333;
}

FORM, {
	margin: 0px;
	FONT-SIZE: 11px; 
	COLOR: #000000;  
	FONT-FAMILY: Tohoma;
}