@charset "utf-8";
/* CSS Document */
body {
	background-image:url(../images/bg.gif);
	background-position:top center;
	background-repeat:repeat;
	margin: 0px;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
	background-color: #000000;
}
.bg_c {
	background-image:url(../images/bg_c.jpg);
	background-repeat:repeat-y;
	background-position:top right;
}
.hr_l {
	background-image:url(../images/hr_l.jpg);
	background-repeat:no-repeat;
	background-position:bottom center;
}
.table_rounded {
	background-color:#FFFFFF;
		-border-top-right-radius: 24px;
		-border-top-left-radius: 24px;
		-border-bottom-right-radius: 24px;
		-border-bottom-left-radius: 24px;
		-box-shadow: 2px 2px 6px rgba(0,0,0,0.6);
		-webkit-border-radius-topright: 1em;
		-webkit-border-radius-topleft: 1em;
		-webkit-border-radius-bottomright: 1em;
		-webkit-border-radius-bottomleft: 1em;
		-webkit-box-shadow: 2px 2px 6px rgba(0,0,0,0.6);
		-moz-border-radius-topright: 1em;
		-moz-border-radius-topleft: 1em;
		-moz-border-radius-bottomright: 1em;
		-moz-border-radius-bottomleft: 1em;
		-moz-box-shadow: 2px 2px 6px rgba(0,0,0,0.6);
}
.main_menu{
	color:#FFFF00;
	font-weight:bold;
	font-size:12px;
	text-decoration: none;
	padding-right:20px;
	text-align: left;
	padding-left: 10px;
}
.link_left_menu:link {
	text-shadow: 0.1em 0.1em 0.1em #314A1C;
	color:#FFFFFF;
	font-weight:bold;
	font-size:12px;
	text-decoration: none;
	padding-right:10px;
}
.link_left_menu:visited {
	text-shadow: 0.1em 0.1em 0.1em #314A1C;
	color:#FFFFFF;
	font-weight:bold;
	font-size:12px;
	text-decoration: none;
	padding-right:10px;
}
.link_left_menu:active {
	text-shadow: 0.1em 0.1em 0.1em #314A1C;
	color:#FFFFFF;
	font-weight:bold;
	font-size:12px;
	text-decoration: none;
	padding-right:10px;
}
.link_left_menu:hover {
	text-shadow: 0.0em 0.0em 0.0em #314A1C;
	color:#FFFFFF;
	font-weight:bold;
	font-size:12px;
	text-decoration: none;
	padding-right:9px;
}
a:link {
	color: #FF0000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FF0000;
}
a:hover {
	text-decoration: underline;
	color: #00CC00;
}
a:active {
	text-decoration: none;
	color: #FF0000;
}
/*--------------------------------------------*/
h1 {
	color: #FFFFFF;
	font-size: 22px;
	font-weight: bold;
}
h2 {
	color: #FF3300;
	font-size: 18px;
	font-weight: bold;
}
h3 {
	color: #FF3300;
	font-size: 14px;
	font-weight: bold;
}
hr {
	height: 1px;
	border: 0px;
	background-color: #cccccc;
}
/*--------------------------------------------*/
.img_border {
	border:solid #E1E1E1 5px;
	margin:5px;
}
.img_border2 {
	border:solid #E1E1E1 3px
}
.img_border2:hover {
	border:solid red 3px
}
/*--------------------------------------------*/
a.link_small:link {
	color: #FFFF66;
	text-decoration: none;
	font-weight: none;
}
a.link_small:visited {
	color: #FFFF66;
	text-decoration: none;
	font-weight: none;
}
a.link_small:active {
	color: #FFFF66;
	text-decoration: none;
	font-weight: none;
}
a.link_small:hover {
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: none;
}
a.link_menu:link {
	font-family: Tahoma, Arial;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
a.link_menu:visited {
	font-family: Tahoma, Arial;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
a.link_menu:active {
	font-family: Tahoma, Arial;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
a.link_menu:hover {
	font-family: Tahoma, Arial;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #FFFF66;
	text-decoration: none;
}
.text_white {color: #FFFFFF}

