/* CSS Document */

/* body
 -------------------------------------------------*/
body { 
	background: #999999 url(../images/bg.gif) repeat;
	margin: 0px;
}
hr { 
	border-top: 1px solid #E99505;
	border-bottom: 1px solid #FFFFFF;
	height: 2px;
}
form { margin:0 }
.backCenter { height:100%; background-color:#999999 }
.bgcontenttop { background-image: url(../images/content_bg_top.gif) ;
				background-repeat: no-repeat;
				background-position: center top;
}
.bgcontent { background-image: url(../images/content_bg.gif) ;
			 background-repeat: repeat;
			 background-position: left top;
			 font-size:10px;
}
.bgcontentbottom { background-image: url(../images/content_bg_bottom.gif) ;
				   background-repeat: no-repeat;
				   background-position: right bottom;
}
.bgmenu_sx{ 	background-image: url(../images/menu_sx_bg.gif) ;
				background-repeat: no-repeat;
				background-position: left top;				
				}
				
/* 
-------------------------------------------------*/
.textGlobal {
	font-family: Verdana, Arial;
	color: #FFFFFF;
	font-size: 11px;
}
.textGlobal {
	font-family: Verdana, Arial;
	color: #FFFFFF;
    font-size: 11px;
}
.textGlobal a:link{
	color: #FFFFFF;
	text-decoration: underline;
}
.textGlobal a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}
.textGlobal a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background: #910608;
}


.TextMenu {
	font-family: Verdana, Arial;
	color: #FFFFFF;
    font-size: 11px;
}
.TextMenu a:link{
	color: #FFFFFF;
	text-decoration: none;
}
.TextMenu a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.TextMenu a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	background: #910608;
}

/* bottom
--------------------------------------------------*/
.bottom { 
	font-family: Tahoma, Arial, sans-serif;
	font-size:9px;
	line-height:1.3em;
	color:#333333;
	margin: 5px 0 10px 0;
}
.bottom a { color:#FFFFFF; text-decoration:none }
.bottom a:hover { color:#FF0000; text-decoration:none }


