TD {
	font-family : Verdana;
	font-size : 10;
	font-weight : lighter;
	color : #303030;
}

.headline {
	font-family : Verdana;
	font-size : 10;
	font-weight : bold;
	color : #666666;
}

.orange{
	font-family : Verdana;
	font-size : 10;
	font-weight : bold;
	color : #F66200;
}

.chineseorange{
	font-family : Verdana;
	font-size : 12;
	font-weight : bold;
	color : #F66200;
}

.menu{
	font-family : Verdana;
	font-size : 10;
	font-weight : bold;
	color : #303030;
}

.chinese{
	font-family : Verdana;
	font-size : 12;
	font-weight : lighter;
	color : #303030;
}

A {
	text-decoration: none;
	font-color: #303030;
	color: #303030;
}	
A:hover { 
	text-decoration: none;
	font-color: #F66200;
	color: #F66200;
	background: #f6f1f1;
}	
A:active {
	text-decoration: none;
	font-color: #F66200;
	color: #F66200;
}	

BODY {
	background-color : #FDFDFD;
	SCROLLBAR-BASE-COLOR: #a0a0a0;
	SCROLLBAR-ARROW-COLOR: #FDFDFD;
	margin-bottom : 0;
	margin-right : 0;
	margin-left : 0;
	margin-top : 0;
}

