/* CSS Document */

body{
	margin:0px;
	padding:0px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-image: url(image/back.gif);
	background-repeat: repeat-y;	
}

.table1 {
	border-top-style: none;
	border-right-style: dashed;
	border-bottom-style: none;
	border-left-style: dashed;
	border-right-width: thin;
	border-left-width: thin;
	border-right-color: #000000;
	border-left-color: #000000;
}

.table2 {
	background-image: url(image/top_back.gif);
	background-repeat: no-repeat;
}

.table3 {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: B7B2B2;
	border-bottom-color: B7B2B2;
	border-left-color: B7B2B2;
}

.line {
line-height:22px;
}

a:link {
text-decoration:none;
color:#000000;
}
a:visited {
text-decoration:none;
color:#000000;
}

a:active {
text-decoration:none;
color:#000000;
}
a:hover {
text-decoration:underline;
color:#194373;
}

.ba:link {
text-decoration:none;
color:#ffffff;
}
.ba:visited {
text-decoration:none;
color:#ffffff;
}

.ba:active {
text-decoration:none;
color:#ffffff;
}
.ba:hover {
text-decoration:underline;
color:#E1E1E1;
}