html, body {
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	padding: 10px;
	font-family: Verdana,Tahoma,Arial,sans-serif;
	color: #666666;
	font-size: 62.5%;
	background: #f7f7f7;
	width: 745px;
}

body div.auto_overflow{
	overflow: auto;
	width:745px;
	height:360px;
}

body div.auto_overflow2{
	overflow: auto;
	width:745px;
	height:320px;
}

body div.auto_overflow2 a{
	color:#F00;
}

body div.no_overflow{
	overflow: hidden;
	width:740px;
	height:350px;
}

h1, h2, h3, h4, h5 {
	font-weight: bold;
}
h1, h2 {
	color: #3CB878;
}
h3, h4 {
	color: #90A6EF;
}
h5 {
	color: #666666;
}
h1 {
	font-size: 18px;
	text-align: center;
}
h2 {
	font-size: 17px;
	text-align: center;
}
h3 {
	font-size: 16px;
}
h4 {
	font-size: 15px;
}
h5 {
	font-size: 15px;
}

div.indent {
	margin-left: 30px;
}

p {
	font-size: 15px;
	text-indent: 30px;
}

p.no_indent{
	text-indent: 0px;
}

p.indent1 {
	text-indent: 30px;
}
p.indent2 {
	text-indent: 50px;
}
p.indent3 {
	text-indent: 70px;
}
p.indent4 {
	text-indent: 90px;
}

p.col_left {
	float: left;
	margin-top: 0px;
	width: 120px;
}
p.col_right {
	margin-left: 140px;
}
p.col_left, p.col_right {
	text-indent: 0px;
}

/***** content *****/
#content {
	padding-left:25px;
	padding-top:18px;
	padding-right:25px;
	vertical-align:top;
}

#content h1 {
	font-size:16px;
	color: #F7941D;
}

#box_gray {
	vertical-align:top;
	padding-top:10px;
	padding-left:40px;
	padding-right:25px;
	color: #000000;
	text-align: left;
}

#box_gray h1 {
	color: #3cb878;
	font-weight: bold;
	font-size: 15px;
}

#box_gray h2 {
	font-weight: bold;
	color: #90a6ef;
	font-size:14px;
}

#box_gray_detail {
	width:100%
}

#box_gray_detail td {
	vertical-align:top;
	padding-top:15px;
}

#box_gray_detail li {
	vertical-align:top;
	padding-left:20px;
}


#box_gray_content {
	vertical-align:top;
	color: #000000;
	text-align: left;
}

#box_gray_content td {
	vertical-align:top;
	padding-top:15px;
}

#box_gray_content li {
	vertical-align:top;
	padding-left:20px;
}

.text_header_menu {
	color: #002157;
	font-size:16px;
	font-weight: bold;
}

.text_content_normal {
	color: #505050;
	font-size:15px;
}

.text_content_bold {
	color: #2bb099;
	font-weight: bold;
	font-size:15px;
}

.text_content_link {
	color: #f392a8;
	font-size: 15px;
	text-decoration:none;
}

.text_content_menu {
	color: #9d0a0e;
	font-size: 15px;
	font-weight: bold;
}

.text_content_menu a {
	color: #993300;
	text-decoration:none;
	}

.text_content_menu a:visited {
	color: #993300;
	text-decoration:none;
	}


.text_content_menu a:hover{
	background-color:#eeeeee;
	color: #0072bc;
	text-decoration:none;
}

/***** page navigator *****/
div.pagnav {
	padding-top: 5px;
	font-family: sans-serif;
}

#page_navbg_1 {
	width:10px;
	height:35px; 
	background:url(../template/images/page_nav_1.gif) no-repeat;
}

#page_navbg_2 {
	height:35px;
	background:url(../template/images/page_nav_2.gif);
	background-repeat: repeat;
}
#page_navbg_3 {
	width:10px;
	height:35px; 
	background: url(../template/images/page_nav_3.gif);
}


