body,td,th,tr {
	font-family: MS Sans Serif;
	font-size: 14px;
	color: #555555;
}
body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
}

/*===== Text =====*/
.text-whitesmall{
	font-family: MS Sans Serif;
	font-size: 12px;
	color: #FFFFFF;
}

.text-lighgray{
	font-family: MS Sans Serif;
	font-size: 12px;
	color: #808080;
}

.text-orange{
	font-family: MS Sans Serif;
	font-size: 14px;
	color: #FF9900;
}

.text-blue{
	font-family: MS Sans Serif;
	font-size: 14px;
	color: #0099FF;
}

.text-white{
	font-family: MS Sans Serif;
	font-size: 14px;
	color: #FFFFFF;
}

/*===== Link =====*/

a:link, a:visited, a:active {
	font-family: MS Sans Serif;
	font-size: 14px;
	font-weight: bold;
	color: #9CC32F;
	text-decoration: none;
}

a:hover {
	font-family: MS Sans Serif;
	font-size: 14px;
	font-weight: bold;
	color: #FF9900;
	text-decoration: none;
}

a.linkmenu:link, a.linkmenu:visited, a.linkmenu:active {
	font-family: MS Sans Serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

a.linkmenu:hover {
	font-family: MS Sans Serif;
	font-size: 11px;
	color: #FF9900;
	text-decoration: none;
}

/*===== Others =====*/

