BODY {
	color: black;
	font-family: Verdana;
	font-size: 8pt;
}

A {
	color: black;
	text-decoration: none;
}

A:HOVER {
	color: #710000;
	text-decoration: none;
}
a#navi1 {
 	background: url('images/index_r3_c2.gif');
         display: block;
         width: 91px;
         height: 22px;
}
a#navi1:hover {
 	background: url('images/index_r3_c2_hover.gif');

}
a#navi2 {
 	background: url('images/index_r4_c2.gif');
         display: block;
         width: 91px;
         height: 21px;
}
a#navi2:hover {
 	background: url('images/index_r4_c2_hover.gif');

}
a#navi3 {
 	background: url('images/index_r5_c2.gif');
         display: block;
         width: 91px;
         height: 13px;
}
a#navi3:hover {
 	background: url('images/index_r5_c2_hover.gif');
}
a#navi4 {
 	background: url('images/index_r6_c2.gif');
         display: block;
         width: 91px;
         height: 19px;
}
a#navi4:hover {
 	background: url('images/index_r6_c2_hover.gif');


}

a#navi5 {
 	background: url('images/index_r7_c2.gif');
         display: block;
         width: 91px;
         height: 22px;
}
a#navi5:hover {
 	background: url('images/index_r7_c2_hover.gif');
}
TD {
         color : black;
         font-size: 10pt;
}
TH {
	color: black;
	font-family: Verdana;
	font-size: 10pt;
}
input {
	color: #FFFFFF;
	border-color: #ffffff;
	background: #3A3A3A;
	font-family: Verdana;
}

textarea {
	color: #FFFFFF;
	border-color: #FFffFF;
	border-style: solid;
	border-width: 1px;
	background: #3A3A3A;
	font-family: Verdana;
}