body{
  	margin:0px;
	padding:0px;
	height:100%;
	/* background-image: url("../images/iutared.gif"); */
	/* background-image: url("../images/bg_body_soft_g.png"); */
	background: #1b2e3e url("../images/bg_orb.jpg") fixed repeat-x top;
	/* background-repeat: repeat; */
    	font-family: Tahoma,Arial,Helvetica,sans-serif; 
    	font-style: normal;
    	font-variant: normal;
    	font-weight: normal;
    	text-align: center;
    	font-size: 12px;
}

a{
 	color: #9f1d1b;
 	text-decoration: none;
	}

a:hover{
 	color: #880000;
 	text-decoration: none;
	}

table {
	width: 100%;
	margin: 0px;
	padding: 0px;
	border-collapse: collapse;
	}
	
td {
	margin: 0px;
	padding: 0px;
	vertical-align: top;
	}
	
.t_enum td {
	padding: 0 0 4px 4px;
	vertical-align: top;
	}
	
.t_enum td ul {
	margin: 0;
	}
	
#base {
	width: 800px;
	margin: 0px;
	padding: 0px;
	position: relative;
	border : 2px hidden #b09d9d;
	/* background-color: #F0BC08; */
	text-align: left;
	}
	
#baset {	
	border : 2px hidden #b09d9d;
	/* background-color: #f7f1e1; */
	filter:alpha(opacity=90);
	-moz-opacity:0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;
	}
	
.mid {
	/* background-image: url("../images/bg_body.png"); */
	/* background-repeat: repeat; */
	font-family: Tahoma,Arial,Helvetica,sans-serif;
    	
	}
	
.left { margin: 0px;
	padding: 2px;
	width: 160px;
	
	}
	
.main { margin: 0px;
	padding: 2px;
	}
	
.tbox { margin: 0px;
	padding: 2px;
	background-image: url("../images/boxback.png");
    	background-repeat: repeat-y;
    	border-bottom-color: #333333;
    	border-bottom-width: 1px;
    	border-bottom-style: solid;
	vertical-align: top;
	font-family: Tahoma,Arial,Helvetica,sans-serif;
	font-size: 12px;
	}

.tbox p{ margin: 0px;
	padding: 0px 4px 0px 4px;
	}
	
.prima {
	margin: -2px 0 0 0;
	padding:0px;
	font-weight: bold;
	font-size: 24px;
	color: #AA0000;
	float: left;
	}
	
.tit1 {
	margin: 0px;
	padding:0px;
	font-weight: bold;
	font-size: 24px;
	color: #AA0000;
	}
	
.tit2 {
	margin: 0px;
	padding:0px;
	font-weight: bold;
	font-size: 20px;
	font-style: italic;
	color: #AA0000;
	}
	
#subt {
	text-align: center;
	font-size: 30px;
	color: #FFFFFF;
	background-color: #CC0000;
}
	
.right {margin: 0px;
	padding: 2px;
	width: 160px;
	}
	
.imgl {	float: left;}

.footer { 
	text-align:center;
	}

.footer .ftable th{
	border : 1px solid #CC9900;
	background-color: #F0BC08;
	font-size: 12px;
	text-align:center;
	color: #AA0000;
	}
	
.footer .ftable td{width: 50%;
	border : 1px solid #CC9900;
	background-color: #DDDDDD;
	font-size: 12px;
	font-weight: bold;
	text-align:center;
	}
	
.footer .ftable td a{ text-decoration: none;
	color: #00AAFF;
	}
	
.footer .ftable td a:hover{ text-decoration: none;
	color: #00EEFF;
	}
	
.valid {vertical-align: bottom;
	}

.XulMenu {
    font-family: tahoma, verdana;
    font-size: 12px;
}
.XulMenu .button,
.XulMenu .button:hover,
.XulMenu .button-active,
.XulMenu .button-active:hover {
    width: 150px;
    line-height: normal;
    padding: 5px 6px 4px 6px;
    background-image: url("../images/butback.png");
    background-repeat: repeat-y;
    color: #990000;
    font-weight: bold;
    text-decoration: none;
    cursor: pointer;
    
    display: block;
    position: relative;
}
.XulMenu .button:hover {
    border-color: #ffffff #ACA899 #ACA899 #ffffff;
}
.XulMenu .button-active,
.XulMenu .button-active:hover {
    border-color: #ACA899 #ffffff #ffffff #ACA899;
}
.XulMenu .item,
.XulMenu .item:hover,
.XulMenu .item-active,
.XulMenu .item-active:hover {
    background: #ccffff;
    line-height: normal;
    padding: 3px 30px 3px 20px;
    color: #990000;
    font-weight: bold;
    text-decoration: none;
    cursor: hand;
    border: 1px solid black;
    display: block;
    position: relative;
}
.XulMenu .item:hover,
.XulMenu .item-active,
.XulMenu .item-active:hover {
    background: #316AC5;
    color: #ffffff;
}
.XulMenu .section {
    background: #ffffff;
    border: 1px solid;
    border-color: #F1EFE2 #716F64 #716F64 #F1EFE2;
    padding: 2px 1px 1px 2px;
    position: absolute;
    visibility: hidden;
    z-index: -1;
}
.XulMenu .arrow {
    position: absolute;
    top: 7px;
    right: 8px;
    border: 0;
}

* html .XulMenu td { position: relative; } /* ie 5.0 fix */