body {
	font-family: "Trebuchet MS", Verdana, Arial, helvetica, sans-serif;
	font-size: 10pt;
	text-align: left;
	color: #808080;
	background-color: #FFFFFF;
	background-image: url('grey4.gif');
	margin-top: 0px;
	margin-bottom: 0px
}
a:link, a:visited, a:active {
    text-decoration: none;
    color: #003399;
}
a:hover {
	text-decoration: underline;
	color: #808080;
}
a:link img, a:visited img, a:active img {
    border: 1px;
    border-style: solid;
    border-color: #808080;
}
a:hover img {
    border: 1px;
    border-style: solid;
    border-color: #003399;
}
table {
    text-align: left;
    border-width: 0px; 
    border-style: solid;
}
.big {
   font-size: 18px;
   font-weight: normal;
}
hr {
    color: #E4E4E4;
    background-color: #E4E4E4;
    height: 4px;
    border: 0pt;
    padding: 0;
    margin: 0px;
    margin-top: 4px;
    margin-bottom: 2px;
}