/*************************************************
	default body
*************************************************/
body {
	font-size: 12px;
	font-family: "MS UI Gothic", verdana, arial, sans-serif;
	background-color: #fff;
	color: #334455;
	margin: 0;
	padding: 0;
	vertical-align: top;
	text-align: center;
}
.small {
	font-size: 11px;
}

.big {
	font-size: 14px;
	font-weight: bold;
}

td {
	font-size: 11px;
}

img {
	border: none;
}

/*************************************************
	default anchor
*************************************************/
a {
	font-weight: normal;
	text-decoration: none;
}

a:active {
	color: #223344;
}

a:hover {
	color: #0066ff;
	background:#CCFFFF;
	text-decoration:underline;
	font-weight: bold;
}

a:link {
	color: #223344;
}

a:visited {
	color: #445566;
}



a.white {
	font-weight: bold;
	color:#ffffff;
}

a.white:active {
	font-weight: bold;
	color: #ffffff;
}

a.white:hover {
	font-weight: bold;
	color: #ffffff;
	background-color: #999999;
}

a.white:link {
	font-weight: bold;
	color: #ffffff;
}

a.white:visited {
	font-weight: bold;
	color: #ffffff;
}
