BODY {
	font-family : Verdana, Arial, sans-serif ;
	font-size : smaller;
	background : #D3D3D3 ;
}

A {
	text-decoration: none;
	color: blue;
	font-weight : bold;
}

A:Hover {
	text-decoration: underline;
	color: white;
}

A.navi {
	text-decoration: none;
	color: white;
	font-family : Arial, Default, sans-serif;
	font-size : 11px;
}

A.navi:Hover {
	text-decoration: underline;
	color: White;
}

H2{
	font-size : medium;
	font-family : sans-serif;
	font-weight : bold;
	line-height : normal;
}

TD.TOP {
	background-color : Gray;
	text-align : center;
}

div.disclaimer{
	font-size : x-small;
		text-align : justify;
}

TABLE.main {
	background-color : White;
}

td.textbox{
	border : 1px solid #AFBAE4;
	border-width : 1px;
}

DIV.textbox {
	line-height : 15px;
	font-size : xx-small;
	text-align : justify;
}

DIV.textbox_simple{
	line-height: 13px;
	font-size: xx-small;
}

DIV.linkbox {
	line-height : 14px;
	font-size : xx-small;
	text-align : left;
}

DIV.copyright {
	line-height : normal;
	font-size : 8px;
}

A.copyright {
	text-decoration: none;
	color: gray;
	font-size : 8px;
}

A.copyright:HOVER {
	text-decoration: underline;
	color: blue;
	font-size : 8px;
}