 a:link    { color:#000000; text-decoration:underline; font-weight:bold; }
 a:visited { color:#000000; text-decoration:underline; font-weight:bold; }
 a:hover   { color:#000000; text-decoration:underline; font-weight:bold; }
 a:active  { color:#000000; text-decoration:underline; font-weight:bold; }
body { background-color:#ffffff;
       font-family:Helvetica,Arial,sans-serif;
         font-size:10pt;
         vertical-align:top;
	text-align:justify;
 }
H1 {    color:#000000;
        font-size:24pt;}
H2 {    color:#000000;
        font-size:18pt;}
H3 {    color:#000000;
        font-size:7pt;}
H4 {	color:#000000;
        font-size:12pt;
}
ul {
        margin-top:3px;
}
.menutitle{
        margin-top:10px;
        color:#000000;
        font-weight:bold;
        font-size:10pt;
}
.menuitem{
        color:#000000;
        font-weight:bold;
        font-size:10pt;
}

em em{
 font-weight:bold;
}

.right{
	text-align:right;
}

.center{
	text-align:center;
}

.rightborder{
	text-align:right;
        border-width:1px; 
	border-color:black;
	border-style:solid;
	background-color:#ffffff; 
	padding:4px; 
	margin:0px;

}

.centerborder{
	text-align:center;
        border-width:1px; 
	border-color:black;
	border-style:solid;
	background-color:#ffffff; 
	padding:4px; 
	margin:0px;

}

.border{
        border-width:1px; 
	border-color:black;
	border-style:solid;
	background-color:#ffffff; 
	padding:4px; 
	margin:0px;
}

