html {
	height: 100%;
}
body {
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	color: black;
	height: 100%;
}
body, table, td{
	font-size: 10pt;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
}
A {COLOR: black; TEXT-DECORATION: underline}
A:visited {COLOR: black;}
A:active {COLOR: red; }
A:hover {COLOR: red; TEXT-DECORATION: none}
p {
	margin: 0px;
	margin-bottom: 5px;
}
hr{
	height: 1px;
	color: #CaCaCa;
}
H1 { FONT-SIZE: 22px; font-weight: normal; color: #690B00; margin: 0px; margin-bottom: 10px;}
H2 { FONT-SIZE: 13pt;}
H3 { FONT-SIZE: 12pt;}
H4 { FONT-SIZE: 11pt;}
form {
	margin: 0px;
	padding: 0px;
}
img {
	border: 0px;
}

table.zodiac td{
	width: 70px;
	height: 50px;
	text-align: center;
	font-size: 8pt;
}

td.corner{
	background-color: #D7D7D7;
}

td.top_title{
	background-color: #E8E8E8;
	border-left: 1px solid #D7D7D7;
}
td.left_title{
	background-color: #E8E8E8;
	border-bottom: 1px solid #D7D7D7;
	border-left: 1px solid #D7D7D7;
}
td.info{
	border-bottom: 1px solid #D7D7D7;
	border-left: 1px solid #D7D7D7;
}

span.date{
	background-color: #D7D7D7;
	color: gray;
	padding: 2px;
}

div.index_comment{
	padding: 3px;
	padding-bottom: 3px;
	color: gray;
}

td.d {
	font-size: 7pt;
	vertical-align: bottom;
	color: gray;
	border-left: 1px solid #D7D7D7;
	width: 70px;
	height: 20px;
	text-align: center;
}

div.main{
	background: #9BC1E7 url('/img/bg.jpg') top repeat-x;
}

table.graybox{
	width: 100%;
	background-color: #F6F6F6;
}

table.graybox td.gb_lt{
	width: 6px;
	height: 6px;
	background: url('/img/gb_lt.gif') no-repeat;
}
table.graybox td.gb_rt{
	width: 6px;
	height: 6px;
	background: url('/img/gb_rt.gif') no-repeat;
}
table.graybox td.gb_rb{
	width: 6px;
	height: 6px;
	background: url('/img/gb_rb.gif') no-repeat;
}
table.graybox td.gb_lb{
	width: 6px;
	height: 6px;
	background: url('/img/gb_lb.gif') no-repeat;
}
table.graybox td.gb_t{
	background: url('/img/gb_t.gif') repeat-x;
}
table.graybox td.gb_b{
	background: url('/img/gb_b.gif') repeat-x;
}
table.graybox td.gb_l{
	background: url('/img/gb_l.gif') repeat-y;
}
table.graybox td.gb_r{
	background: url('/img/gb_r.gif') repeat-y;
}
table.graybox td.gb_c{
	padding: 10px;
}

A {TEXT-DECORATION: none}
A:hover {color: #A50000; TEXT-DECORATION: none}

div.pagelist {
	margin: 5px 20px 5px 0px;
}
div.pagelist a, div.pagelist a:visited {
	padding: 4px;
	color: black;
	text-decoration: none;
	float:left;
	display: block;
	height: 12px;
	width: 10px;
}
div.pagelist span{
	padding: 4px;
	font-weight: bold;
	border: 1px solid #FF6600;
	color: #FF6600;
	float:left;
	height: 10px;
	width: 10px;
}

table.form_hint{
	color: #D38C28;
}

table.form_hint td.form_hint_lt{
	background: url('/img/form_hint_lt.gif') no-repeat;
}
table.form_hint td.form_hint_rt{

	background: url('/img/form_hint_rt.gif') no-repeat;
}
table.form_hint td.form_hint_lb{
	background: url('/img/form_hint_lb.gif') no-repeat;
}
table.form_hint td.form_hint_rb{
	background: url('/img/form_hint_rb.gif') no-repeat;
}
table.form_hint td.form_hint_t{
	background-color: #F5EB87;
	background: url('/img/form_hint_t.gif') repeat-x;
}
table.form_hint td.form_hint_r{
	background-color: #F5EB87;
	background: url('/img/form_hint_r.gif') repeat-y;
}
table.form_hint td.form_hint_b{
	background-color: #F5EB87;
	background: url('/img/form_hint_b.gif') repeat-x;
}
table.form_hint td.form_hint_l{
	background-color: #F5EB87;
	background: url('/img/form_hint_l.gif') repeat-y;
}
table.form_hint td.form_hint_c{
	background-color: #F5EB87;
}