body {
	padding: 0 0 0 0;
	background-color: #ffffff;
	color: Black;
}

body, td {
	font-family: Arial, Helvetica, sans-serif;
	color: #444444;
	border: thin Silver;
	font-size: 15px;
}

img {
	border-color: White;
}

a {
	text-decoration: none;
	afont-weight: bold;
	color: #FF6633;
}

a:hover {
	text-decoration: underline;
}

.header a {
	text-decoration: none;
	color: #483900;
	font-size: 12px;
	font-weight: bold;
}

.h1 {
	font-size: 33px;
}

.h2 {
	font-size: 19px;
}

.h3 {
	font-size: 17px;
}

.header a:hover {
	text-decoration: underline;
}

.menu {
	font-size: 11px;
	background: url(/static/images/menu_bk.png);
}

.separator {
	width: 100%;
	border: 0;
	height: 1px;	
	color: #000000;
	background-color: #000000;	
}

.box_top {
	background: url(/static/images/block_htt.png);
}

.box_left {
	background: url(/static/images/block_vlt.png);
}

.box_right {
	background: url(/static/images/block_vrt.png);
}

.box_bottom {
	background: url(/static/images/block_hbt.png);
}

.box_top1 {
	background: url(/static/images/block_ht.png);
}

.box_left1 {
	background: url(/static/images/block_vl.png);
}

.box_right1 {
	background: url(/static/images/block_vr.png);
}

.box_bottom1 {
	background: url(/static/images/block_hb.png);
}

.capitolo {
	font-size: 12px;
}

.error{
	color: Red;
}

.footer {
	font-size: 12px;
}

.bold {
	font-weight: bold;
}

.big {
	font-size: 14px;
	font-weight: bold;
}

.header {
	background-color: #fff6d3;
	background-color: #FFFFFF;
}

.content {
	background-color: #FFFFFF;
}

.tab_body {
	border-top : none #cdcdcd;
	border-bottom : 1px solid #cdcdcd;
	border-left : 1px solid #cdcdcd;
	border-right : 1px solid #cdcdcd;
	background-color: White;
}

.tab_unselected{
	border-top : 1px solid #cdcdcd;
	border-bottom : 1px solid #cdcdcd;
	border-left : 1px solid #cdcdcd;
	border-right : 1px solid #cdcdcd;
	background-color: White;
}

.tab_selected{
	border-top : 1px solid #cdcdcd;
	border-bottom : none #cdcdcd;
	border-left : 1px solid #cdcdcd;
	border-right : 1px solid #cdcdcd;
	background-color: White;
}