body {
	font-size:12px;
	background-color: #660000;
	margin: 0px;
	font-family: Tahoma, Arial;
	color: #FFF0F0;
	background-image: url(images/body_bg_top.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}
.body_bg_left {
	background-image: url(images/body_bg_left.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.body_bg_right {
	background-image: url(images/body_bg_right.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.body_bg_bottom {
	background-image: url(images/body_bg_bottom.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}
.bg_content_top {
	background-image: url(images/content_top.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.yellow_l {font-family: Tahoma, Arial;
	font-size: 20px;
	font-style: normal;
	color: #FFFFFF;
	text-decoration: none;
	padding: 0px;
}
/*--------------------------------------------*/
a:link {
	font-family: Tahoma, Arial;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #FFFF66;
	text-decoration: none;
}
a:visited {
	font-family: Tahoma, Arial;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #FFFF66;
	text-decoration: none;
}
a:active {
	font-family: Tahoma, Arial;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #FFFF66;
	text-decoration: none;
}
a:hover {
	font-family: Tahoma, Arial;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #FF0000;
	text-decoration: none;
}
a.link_menu:link {
	font-family: Tahoma, Arial;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #FFFF00;
	text-decoration: none;
}
a.link_menu:visited {
	font-family: Tahoma, Arial;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #FFFF00;
	text-decoration: none;
}
a.link_menu:active {
	font-family: Tahoma, Arial;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #FFFF00;
	text-decoration: none;
}
a.link_menu:hover {
	font-family: Tahoma, Arial;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #FF0000;
	text-decoration: none;
}
a.button_flatM {
	border-style: solid;
	border-width: 1px;
	border-color: #2b4f82 #2b4f82 #2b4f82 #2b4f82;
	background-image: url(template/styles/images/button_d.gif);
	color: #000000;
	font-family: Tahoma, Arial;
	font-size: 8pt;
	padding: 1px;
	padding-left: 10px; 
	padding-right: 10px;
	text-decoration: none;
	font-weight: normal;
}

a.button_flatM:visited {
	border-style: solid;
	border-width: 1px;
	border-color: #2b4f82 #2b4f82 #2b4f82 #2b4f82;
	background-image: url(template/styles/images/button_d.gif);
	color: #000000;
	font-family: Tahoma, Arial;
	font-size: 8pt;
	padding: 1px;
	padding-left: 10px; 
	padding-right: 10px;
	text-decoration: none;
	font-weight: normal;
}

a.button_flatM:hover {
	border-style: solid;
	border-width: 1px;
	border-color: #fe7c0c #fe7c0c #fe7c0c #fe7c0c;
	background-image: url(template/styles/images/button_d.gif);
	color: red;
	font-family: Tahoma, Arial;
	font-size: 8pt;
	text-decoration: none;
	font-weight: normal;
}

a.button_flatM:active {
	border-style: solid;
	border-width: 1px;
	border-color: #2b4f82 #2b4f82 #2b4f82 #2b4f82;
	background-image: url(template/styles/images/button_d_swap.gif);
	color: #000000;
	font-family: Tahoma, Arial;
	font-size: 8pt;
	padding: 1px;
	padding-left: 10px; 
	padding-right: 10px;
	text-decoration: none;
	font-weight: normal;
}
/*--------------------------------------------*/
.text_small {
	color: #FFFFFF;
	font-size: 12px;
}
.text_small_b {
	color: #FFCC33;
	font-size: 12px;
	font-weight: bold;
}
.text_small_b2 {
	color: #FFCC00;
	font-size: 12px;
	font-weight: bold;
}
.text_header {
	color: #FFFF00;
	font-size: 18px;
	font-weight: bold;
}
.text_header2 {
	color: #FFCC66;
	font-size: 12px;
	font-weight: bold;
}
.text_header3 {
	color: #FF6600;
	font-size: 12px;
}
.text_verysmall {
	font-size: 10px;
	color: #FFFFFF
}
/*--------------------------------------------*/
h1 {
	color: #FFFFFF;
	font-size: 16px;
	font-weight: bold;
}
h2 {
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
}
h3 {
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
}
hr {
	height: 1px;
	border: 0px;
	background-color: #660000;
}
/*--------------------------------------------*/
#mask{
width:100%;
background-color: #353535;
position:absolute;
top:0;
left:0;
display: none;
opacity: .8;
filter: alpha(opacity=80);
}
/*--------------------------------------------*/
