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

a:link {text-decoration: none; color: #2679b4; font-weight:bold;}
a:visited {text-decoration: none; color: #2679b4; font-weight:bold;}
a:active {text-decoration: none; color: #2679b4; font-weight:bold;}
a:hover {text-decoration: none; color: #000000; font-weight:bold;}

body {
	background-color: #c0c0c0;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(pics/_bg_fader.jpg);
	background-position: center;
	background-repeat: repeat-y;
	
}


.main_box {
	padding-top: 18px;
	padding-right: 9px;
	padding-bottom: 9px;
	padding-left: 9px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #dadada;
	border-bottom-color: #dadada;
	border-left-color: #dadada;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 10px;
	letter-spacing: 0.1em;
	font-weight: normal;
	line-height: 16px;
}

.main_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 10px;
	letter-spacing: 0.1em;
	font-weight: normal;
	line-height: 16px;
}

.bg_left_top {	background-image: url(pics/_bg_fader_left.gif);
	background-position: left;
	background-repeat: no-repeat;
}
.bg_right_top {	background-image: url(pics/_bg_fader_right.gif);
	background-position: right;
	background-repeat: no-repeat;
}
.text_footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 10px;
	letter-spacing: .1em;
}

.text_footer a:link {text-decoration: none; color:#FFFFFF; font-weight:normal;}
.text_footer a:visited {text-decoration: none; color:#FFFFFF; font-weight:normal;}
.text_footer a:active {text-decoration: none; color:#FFFFFF; font-weight:normal;}
.text_footer a:hover {text-decoration: none; color: #006eaa; font-weight:normal;}

#list li {

  list-style-image: url(pics/_bullet.gif);

  }
