/* style.css */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #4d4d4d;
	background-color : #dddddd;
}
p,ul,ol,li,div,nobr,b,i {
	font-size:10pt;
	font-family : Arial, Helvetica, sans-serif;
	color: #4d4d4d;
}
h2 { font-size:14pt; font-family:Arial, Helvetica, sans-serif;  color: #0063ad} 
h4 {  font-size:11pt; font-family:Arial, Helvetica, sans-serif; color: #4d4d4d} 
td { font-family:Arial, Helvetica, sans-serif;  } 
td { font-size:10pt;  } 
th { font-family:Arial, Helvetica, sans-serif;  } 
th { font-size:10pt;  ; font-weight: bold} 
.menu{
	font-size:10pt;
	font-family : Arial, Helvetica, sans-serif;
	color: #0063ad;
	text-decoration: none;
	margin-top: 5px;
	margin-bottom: 5px;
}
a {text-decoration: none;
	font-weight : bold;
	}
a:visited {  color: #0063ad }
a:link {  color: #0063ad }
a:active {  color: #0063ad }
a:hover { color: #e72129}
