@charset "utf-8";
/* CSS Document */

*
		{
	margin: 0px;
	padding: 0px;
}
body
		{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	background-color: #EBEBEB;
	background-image: url(site_image/banner_bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
.twelvept
		{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
}
.bold
		{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
a:link {
	color: #003399;
}
a:visited {
	color: #003399;
}
a:hover {
	color: #3366FF;
}
a:active {
	color: #3366FF;
}
li
		{
	list-style-type: circle;
	list-style-position: inside;
}
.eithteenpt
		{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	font-style: normal;
}
