html, body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #4b4a4a;
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	background-image: url(background_lines.png);
	background-repeat: repeat-x;
}

.text_10 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.text_10 a:link, .text_10 a:visited {
	color: #0000FF;
	text-decoration: none;
}
.text_10 a:hover, .text_10 a:active {
	color: #0000FF;
	text-decoration: underline;
}

.text_24 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
}
.text_24 a:link, .text_24 a:visited {
	color: #0000FF;
	text-decoration: none;
}
.text_24 a:hover, .text_24 a:active {
	color: #0000FF;
	text-decoration: underline;
}

.text_grey {
	color: #898989;
}

.text_orange {
	color: #C68A00;
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: normal;
	margin: 0px;
}
h1 a:link, h1 a:visited {
	color: #0000FF;
	text-decoration: none;
}
h1 a:hover, h1 a:active {
	color: #0000FF;
	text-decoration: underline;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	margin: 0px;
}
h2 a:link, h2 a:visited {
	color: #0000FF;
	text-decoration: none;
}
h2 a:hover, h2 a:active {
	color: #0000FF;
	text-decoration: underline;
}

.content {
	background-image: url(central_background.jpg);
	background-repeat: no-repeat;
}
.contents_content {
	padding: 10px;
}

/*-------------[ page navigator ]---------------*/
.page_normal {
	font-weight: bold;
	color: #ffffff;
	text-align:center;
	background-image: url(page_btn_number.png);
	background-repeat: no-repeat;
	width:26px;
	height:25px;
	cursor: pointer;
}
.page_normal_o {
	font-weight: bold;
	color: #ffffff;
	text-align:center;
	background-image: url(page_btn_number_o.png);
	background-repeat: no-repeat;
	width:26px;
	height:25px;
	cursor: pointer;
}
.page_select {
	font-weight: bold;
	color: #ffffff;
	text-align:center;
	background-image: url(page_btn_number_o.png);
	background-repeat: no-repeat;
	width:26px;
	height:25px;
	cursor: default;
}
.page_inactive {
	color: #aaaaaa;
	text-align:center;
	background-image: url(page_btn_number_d.png);
	background-repeat: no-repeat;
	width:26px;
	height:25px;
	cursor: default;
}
/*-------------[ page navigator end ]---------------*/
/*-------------[ page navigator alt ]---------------*/
.page_first_normal {
	background-image: url(page_btn_first.png);
	background-repeat: no-repeat;
	width:26px;
	height:25px;
	cursor: pointer;
}
.page_first_normal_o {
	background-image: url(page_btn_first_o.png);
	background-repeat: no-repeat;
	width:26px;
	height:25px;
	cursor: pointer;
}
.page_first_select {
	background-image: url(page_btn_first_o.png);
	background-repeat: no-repeat;
	width:26px;
	height:25px;
	cursor: default;
}
.page_first_inactive {
	background-image: url(page_btn_first_d.png);
	background-repeat: no-repeat;
	width:26px;
	height:25px;
	cursor: default;
}

.page_previous_normal {
	background-image: url(page_btn_prev.png);
	background-repeat: no-repeat;
	width:20px;
	height:25px;
	cursor: pointer;
}
.page_previous_normal_o {
	background-image: url(page_btn_prev_o.png);
	background-repeat: no-repeat;
	width:20px;
	height:25px;
	cursor: pointer;
}
.page_previous_select {
	background-image: url(page_btn_prev_o.png);
	background-repeat: no-repeat;
	width:20px;
	height:25px;
	cursor: default;
}
.page_previous_inactive {
	background-image: url(page_btn_prev_d.png);
	background-repeat: no-repeat;
	width:20px;
	height:25px;
	cursor: default;
}

.page_next_normal {
	background-image: url(page_btn_next.png);
	background-repeat: no-repeat;
	width:20px;
	height:25px;
	cursor: pointer;
}
.page_next_normal_o {
	background-image: url(page_btn_next_o.png);
	background-repeat: no-repeat;
	width:20px;
	height:25px;
	cursor: pointer;
}
.page_next_select {
	background-image: url(page_btn_next_o.png);
	background-repeat: no-repeat;
	width:20px;
	height:25px;
	cursor: default;
}
.page_next_inactive {
	background-image: url(page_btn_next_d.png);
	background-repeat: no-repeat;
	width:20px;
	height:25px;
	cursor: default;
}

.page_last_normal {
	background-image: url(page_btn_last.png);
	background-repeat: no-repeat;
	width:26px;
	height:25px;
	cursor: pointer;
}
.page_last_normal_o {
	background-image: url(page_btn_last_o.png);
	background-repeat: no-repeat;
	width:26px;
	height:25px;
	cursor: pointer;
}
.page_last_select {
	background-image: url(page_btn_last_o.png);
	background-repeat: no-repeat;
	width:26px;
	height:25px;
	cursor: default;
}
.page_last_inactive {
	background-image: url(page_btn_last_d.png);
	background-repeat: no-repeat;
	width:26px;
	height:25px;
	cursor: default;
}
/*-------------[ page navigator alt end ]---------------*/

