/* sections */
body {
    margin: 0;
}
.body_section{
	padding-top:0.5em;
	vertical-align:top;
}

.main_section{
	vertical-align:top;
	padding-right:2em
}

.menu_section{
	padding-left:1em;
	vertical-align:top;
        width:200; 
}

/* menus */

.menu_header {
        background-image:url(/graphics/bgheader.gif);
        font-weight: bold;
	color:#000000;
}


.menu_body {
	border-left: 1px solid #D4D4D3;
	border-right: 1px solid #D4D4D3;
	background:#F8F8F8;
	padding-left:5px;	
	}


a.boxheader:link,a.boxheader:visited{
	text-decoration: none;
	color: #000000;

}



a:link,a:active{
	color: #000000;
	text-decoration: underline;
}
a:visited,a:visited:active{
	color: #720000;
	text-decoration: underline;
}
a.link:hover,a:visited:hover{
	color: #D10000;
	text-decoration: underline;
}



a.footer:link,a.footer:visited{
	text-decoration: none;
	color: #ffffff;

}



tr.head {
	background:#D4D4D3;
}

tr.odd {
	background:#ffffff;
}

tr.even {
	background:#F0F0F0;
}



td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: bold;
	color:#333333;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color:#333333;
}


