html {
	height: 100%;
}
a{
	color: #2C2F3B;
/*	font-weight: bold;*/
	text-decoration: none;
}

a:hover{
	color: #CCCCCC;
}

body{
	background: #353F6A;
	color: #FFFFFF;
	font: 10pt Arial,Helvetica,sans-serif;
	margin: 0;
	height: 100%;
}

td{
	font: 10pt Arial,Helvetica,sans-serif;
}

.my_heading{
	color: #FFFFFF;
	font-weight: bold;
	font-size: 11pt;
	text-decoration: none;
}

.innerframe {
	background: #8C95BB; /*4F5261;*/
	height: 100%;
}

.section1 {
	background: #FFFF18;
}

.section2 {
	background: #12BD5A;
}

.section3 {
	background: #112FB2;
}

.section4 {
	background: #D61476;
}
.section5 {
	background: #FF8A18;
}
#footer{
        font-size:9pt;
        text-align:center;
	background: #2C2F3B;
}
.lista{
	text-align: left;
}
.distname{
 color: #2C2F3B;
}
.awhite{
color:white;
text-decoration: underline;
}