body
{
	font-family:"Tahoma";
	font-size:10pt;
}

h1
{
	font-size:12pt;
	color:#000000;
}

td
{
	font-family:"Tahoma";
	font-size:10pt;
}

a
{
	color:#0000ff;
	text-decoration:underline;
}

a:hover
{
	color:#ff0000;
	text-decoration:underline;
}

a.main_menu
{
	font-weight:bold;
	color:#ffffff;
	text-decoration:none;	
}

a.main_menu:hover
{
	font-weight:bold;
	color:#ffffff;
	text-decoration:underline;	
}

a.main_menu_visited
{
	font-weight:bold;
	color:#ffffff;
	text-decoration:underline;	
}

a.main_menu_visited:hover
{
	font-weight:bold;
	color:#ffffff;
	text-decoration:underline;	
}

.textField
{
	height:28px;
	border-style:solid;
	border-color:#d5d4d3;
	border-width:1px;
	font-weight:bold;
}

.button 
{
	-moz-box-shadow:inset 0px 1px 0px 0px #cae3fc;
	-webkit-box-shadow:inset 0px 1px 0px 0px #cae3fc;
	box-shadow:inset 0px 1px 0px 0px #cae3fc;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #79bbff), color-stop(1, #4197ee) );
	background:-moz-linear-gradient( center top, #79bbff 5%, #4197ee 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#79bbff', endColorstr='#4197ee');
	background-color:#79bbff;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #469df5;
	display:inline-block;
	color:#ffffff;
	font-family:arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:1px 1px 0px #287ace;
}
.button:hover 
{
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #4197ee), color-stop(1, #79bbff) );
	background:-moz-linear-gradient( center top, #4197ee 5%, #79bbff 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#4197ee', endColorstr='#79bbff');
	background-color:#4197ee;
}
.button:active 
{
	position:relative;
	top:1px;
}

.slogan
{
	font-size:24pt;
	font-weight:bold;
	color:#111111;
}

.copyright
{
	font-size:10pt;
	color:#222222;
}

.tableTitle
{
	font-weight:bold;
	font-size:14pt;

}

a.tableTitle
{
	font-weight:bold;
	font-size:14pt;
	color:#0000ff;
	text-decoration:none;
}

a.tableTitle:hover;
{
	font-weight:bold;
	font-size:14pt;
	color:#ff0000;
	text-decoration:underline;
}

.error
{
	color:#ff0000;
	font-style:italic;
}

.date
{
	font-size:12pt;
	font-weight:bold;
	color:#003399;
}

.remark
{
	color:#ff0000;
}