@charset "utf-8";
@import "../../styles/common.css";





/*STTLES*/
/*******************************************************************/
div.box h3 { background: url(../images/title.gif) 0 0 no-repeat #802033;}
div#sidebar h3 a { background: url(../images/side.gif) 0 0 no-repeat;}





table {
	text-align: left;
	line-height: 1.4;
	font-size: 85%;
}
th {
	width: 100px;
	text-align: center;
	background: #A89990;
	border: solid 2px #FFF;
	font-weight: normal;
	color: #FFF;
}
td {
	padding: 4px;
	background: #EFEFF0;
	border: solid 2px #FFF;
	vertical-align: top;
}
td.ex { width: 120px; background: #BEB2AA; color: #FFF;}
td.wh {
	text-align: center;
	background: #FFF;
	border: solid 1px #CCC;
}
td.non { background: #FFF; border: none;}
.req { color: #06C;}