body { 
	float: left;  
	background-color: #fff;
	font-size: 14px;
    font-family: 'Arial', sans-serif;
}

a:link { 
	color: #0a3a82; 
	text-decoration: underline; 
}

a:visited { 
	color: #0a3a82; 
	text-decoration: underline; 
}

a:hover { 
	color: red; 
	text-decoration: underline; 
}

a.mItem:link { 
	font-weight: bold; 
	color: #01215e; 
	text-decoration: none; 
}

a.mItem:visited {	
	font-weight: bold; 
	color: #01215e; 
	text-decoration: none; 
}

a.mItem:hover { 
	color: #01215e; 
	text-decoration: underline; 
}

p { 
	margin-left: 15px; 
	margin-right: 15px; 
	text-align: justify; 
}

p.img { 
	float: right; 
	margin-left: 10px; 
	margin-right: 10px; 
}

td { 
	background-color: white; 
}

td img { 
	display: block; 
	border-top-style: none; 
	border-right-style: none; 
	border-left-style: none; 
	border-bottom-style: none; 
}

td.sidemenu { 
	background-color: #e2dfa1;
	text-align: center;
}

td.sidemenu a {
   	padding: 2px 2px;
	display: block;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	margin-right: 10px;
}

td.sidemenu a:link, td.sidemenu a:visited {
    color: #036;
    background-color: transparent;
    text-decoration: none;
    font-size: 12px;
    font-family: 'Trebuchet MS', Verdana, sans-serif;
	font-weight: normal;
}

td.sidemenu a:hover {
    color: #f00;
    text-decoration: none;
    font-size: 12px;
    font-family: 'Trebuchet MS', Verdana, sans-serif;
	font-weight: normal;
}

td.topmenu { 
	background-color: #5a6989;
	color: #e2dfa1;
	text-decoration: none;
    font-size: 11px;
    font-family: 'Trebuchet MS', Verdana, sans-serif;
	font-weight: normal;
	text-align: center;
}

td.topmenu a {
	text-align: center;
   	padding: 0px 10px 0px 10px;
	border-right: 1px solid #e2dfa1;
}

td.topmenu a:link, td.topmenu a:visited {
    color: #e2dfa1;
    background-color: transparent;
    text-decoration: none;
    font-size: 12px;
    font-family: 'Trebuchet MS', Verdana, sans-serif;
	font-weight: normal;
}

td.topmenu a:hover {
    color: #5a6989;
    text-decoration: none;
    background-color: #e2dfa1;
}

td.pict { 
	width: 123px; 
}

h1 {
	text-align: right;
	font-size: 24px;
    font-family: 'Trebuchet MS', Verdana, sans-serif;
	font-weight: normal;
	margin-top: 10px;
	margin-top: 10px;
	margin-right: 3px;
	display: inline;
	
}

h2 { 
	color: #5a6989;
	margin-top: 10px; 
	margin-bottom: 5px; 
	text-decoration: none;
	font-size: 14px;
    font-family: 'Arial', sans-serif;
    margin-left: 15px; 
    text-align: left;
}

h3 { 
	color: #5a6989;
	margin-top: 10px; 
	margin-bottom: 5px; 
	font-size: 12px;
    font-family: 'Arial', sans-serif;
    margin-left: 15px; 
    text-align: left;
}
li { margin-right: 2% }
hr { width: 35%; }
.verdana10 { font-size: 11px; vertical-align: top; font-family: verdana, arial, helvetica; background-color: white; text-align: right; height: 80px; }

