/* CSS Document */
body{
font-family:Geneva, Arial, Helvetica, sans-serif;
font-size:12px;
}

a {
color:navy;
text-decoration:none;
}
a:hover {
color:blue;
text-decoration:underline;
}

h1 {font-size:13px;}
h2 {font-size:13px;margin-bottom:8px;}

.menulink {
color:black;
text-decoration:none;
display:block;
font-weight:bold;
}

.title{font-size:13px;}

.menulink:hover{
color:#005082;
}

.tabdata tr:hover {
	background-color:#fff5e5;
}

.link2{
color:black;
}

.link2:hover{
color:#005082;
}

.tbl{
border:solid 1px #3c3c3c;
background-color:white;
width:900px;
}
.menuwidth{
width:160;
}

.imghi:hover {
background-color:red;
}
.tit{
color:#212876;
font-weight:bold;
font-size:15px;
}


.trbg {background-image:none}

.noprint {display:none}












































