TD {
		font-size : 10px;
}

TD.head {
	font-size : 12px;
	font-weight : bold;
}

TD.headxl {
	font-size : 16px;
	font-weight : bold;
}

TD.dbord {
	border : double;
}

TD.bord {
	border : 1px solid Gray;
}

a {
	text-decoration : none;
	color: blue;
}
a:hover{
	color: red;
}
body {
	font-size : 10px;
	font-family : Verdana,Arial, Helvetica;
	color : #333333;
	margin-top : 20px;
	margin-left : 0px;
	margin-right : 0px;
}

p,blockquote { text-align:justify }

span.headline1 { font-family:verdana,arial,helvetica; font-size:12px; color:#333333; text-decoration:none; font-weight:bold;}
span.headline2 { font-family:verdana,arial,helvetica; font-size:11px; color:#333333; font-weight:bold;}

span.textblock1 {
	font-family:verdana,arial,helvetica;
	font-size: 10px;
	color:#000000;
	text-decoration:none;
}
span.textblock2 { font-family:verdana,arial,helvetica; font-size:16px; color:#000000; text-decoration:none; }

span.footnote1 {
	font-family:verdana,arial,helvetica;
	font-size: 8px;
	color:#000000;
	text-decoration:none;
}
span.footnote2 {
	font-size:10px;
}
input {
	font-size : xx-small;
	border : 1px solid Gray;
	background-color : FFFFFF;
}
input.check {
	font-size : xx-small;
	border : none ;
	background-color : transparent;
}
input.submit {
	cursor: hand;
	background-color : FFAAAA;
}

input.submito {
	cursor: hand;
	background-color : FFAAAA;
	border : 0;
}

ul.list1 {
	font-family:verdana,arial,helvetica;
	font-size:10px;
	color:#000000;
	text-decoration:none;
	list-style-type:square;
}

SPAN.rrr {
	text-align : right;
}