/* CSS Document */
body {
	background-color: #4268FF;
	text-align: center;
}
td {
	font-size: 12px;
}
p {
	line-height: 22px;
}
a:link {
	color: #330099;
	text-decoration: underline;
}

a:visited {
	color: #336699;
	text-decoration: underline;
}

a:hover {
	color: #FF0000;
	text-decoration: none;
}

a:active {
	color: #FF0000;
	text-decoration: none;
}
#buttonBar a
{
	color: #FFFFFF;
	text-decoration: underline;
}
#buttonBar a:hover
{
	color: #FFFF00;
	text-decoration: none;
}
.td_detail {
	background-color: #EAEEFD;
}
.td_name {
	color: #FFFFFF;
	background-color: #006699;
}
.w_bold {
	font-weight: bold;
}
.w_sub {
	vertical-align: sub;
	font-size: 10px;
}
.w_green {
	font-weight: bold;
	color: #339933;
	font-size: 14px;
}
.w_blue {
	font-size: 14px;
	font-weight: bold;
	color: #0000FF;
}
.w_white {
	color: #FFFFFF;
}
.w_red {
	color: #FF0000;
}
.w_note {
	color: #003399;
}
