/* common */

body {
	border: 0px none #003052;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	background: #8A9597;
}

H1 { font-size: 14px; font-weight: bold; margin: 0; padding: 0;}
H2 { font-size: 12px; font-weight: bold; margin: 0; padding: 0;}
H3 { font-size: 12px; font-weight: bold; margin: 0; padding: 0;}

H1 a:link { font-size: 14px; font-weight: bold;}
H1 a:visited { font-size: 14px; font-weight: bold;}

a:link, a:visited {
	font-size: 12px;
	color: #222222;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal; 
	text-decoration: none;
}
a:hover {
	font-size: 12px;
	color: #222222;
	font-weight: normal;
	text-decoration: underline;
}
a:active {
	font-size: 12px;
	color: #222222;
	text-decoration: underline;
	font-weight: normal;
}
td {
	text-align: left;
	font-size: 12px;
	color: #222222;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
}
img {
	vertical-align:bottom;
	border-right: 0px;
	border-top: 0px;
	border-left: 0px;
	border-bottom: 0px;
}
form {
	display: inline;
	margin: 0;
}

#contents {
	border:0px;
	margin:0px;
	padding:0px;
	list-style:none;
}
.select{width: 145px;}


