@charset "utf-8";
/* CSS Document */

.table_white
{
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #666666;
}
.table_grey
{
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #000000;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background: #000066;
}
.body_blue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000099;
}
.body_right_grey {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}
.body_blue_bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000099;
	font-weight: bold;
}
.body_small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}
.heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000099;
	font-weight: normal;
}
.textfield_effect    {
	border-width: 1px;
	border-style: solid;
	border-color: #999999;
	font-size: 12px;
	color: #333333;
	width: 140px;
	height: 15px;
}
.button_effect    {
	border-width: 1px;
	border-style: solid;
	border-color: #999999;
	font-size: 10px;
	color: #000066;
	width: 80px;
	height: 15px;
}
A:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000099;
	font-weight: normal;
}
A:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000099;
	font-weight: normal;
}
A:active {text-decoration: none}
A:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000099;
	font-weight: normal;
	text-decoration: underline;
}