.main {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0e088f;
	background-attachment: scroll;
	background-color: #d3d3e1;
	background-image: url(template_08.gif);
	background-repeat: no-repeat;
}
.main_table2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0e088f;
	background-attachment: scroll;
	background-color: #a2a1ba;
}
a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #095FFF;
	text-decoration: none;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #095FFF;
	text-decoration: none;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0e088f;
	text-decoration: underline;
}
a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #095FFF;
	text-decoration: underline;
}

ul {
	list-style: disc;
}

	
	/* menu */
.menu-style {
	list-style-type:none;
	margin: 0;
	padding: 0;
}
#menu {
	width: 150px;
	border-style: solid solid none solid;
	border-color: #d3d3e1;
	border-size: 1px;
	border-width: 1px;
	}

#menu li a {
  	height: 24px;
  	voice-family: "\"}\"";
  	voice-family: inherit;
  	// height: 32px;
	text-decoration: none;
	font-weight: bold;
	}

#menu li a:link, #menu li a:visited {
	color: #ffffff;
	display: block;
	background: url(menu.gif);
	padding: 7px 0 0 35px;

	}

#menu li a:hover {
	color: #03088f;
	background: url(menu.gif) 0 -32px;
	padding: 7px 0 0 32px;
	}

#menu li a:active {
	color: #fff;
	background: url(menu.gif) 0 -64px;
	padding: 7px 0 0 35px;
	}
	
#content { margin: 15px 30px 0; }
.imagefloat { float: right; }

.extra {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0e088f;
	background-color: #d3d3e1;
}

