@charset "utf-8";

.main_back {
	background-image: url(images/back_main.png);
	background-repeat: repeat;
}
.dark_back {
	background-image: url(images/back_dark.png);
	background-repeat: repeat;
}
.title_text_normal {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: normal;
	color: #BBBBBB;
}
.title_text_shade {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: normal;
	color: #006699;
}
.main_text {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #BBBBBB;
}
.main_text_just {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #BBBBBB;
	text-align: justify;
}
.main_text_shade {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #006699;
}
.main_text_shade_just {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #006699;
	text-align: justify;
}
.top_dv {
	background-image: url(images/topdiv_up.png);
	background-repeat: repeat-x;
}
.bot_dv {
	background-image: url(images/topdiv_down.png);
	background-repeat: repeat-x;
}
a.shade:link {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #BBBBBB;
	text-decoration:none;
}
a.shade:visited {
    font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #BBBBBB;
	text-decoration:none;
}
a.shade:hover {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #006699;
	text-decoration:none;
}
a.shade:active {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #BBBBBB;
	text-decoration:none;
}
.text_dv {
	background-image: url(images/mntxt_div.png);
	background-repeat: repeat-x;
}
.sm_t_text {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 20px;
	font-weight: normal;
	color: #999;
}
.sm_b_text {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #BBBBBB;
}
.sm_blu_txt {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 20px;
	font-style: normal;
	font-weight: normal;
	color: #006699;
}

.drk_dv {
	background-image: url(images/drk_dv.png);
	background-repeat: repeat-x;
}
.alt_drk_text {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #111;
}
.alt_blu_text {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #006699;
}
.sma_txt {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #999;
}
