/* CSS Document */
<style type="text/css">

<!--
/* a for IE*/
a               { text-decoration: none; color:#000000}

/* a:link for Netscape*/
a:link          { text-decoration: none; color:#000000}
a:visited		{ text-decoration: none; color:#000000}
a:active		{ text-decoration: none; color:#447595}
a:hover      { text-decoration:none; color:#447595}

.all_border {  border: 1px #000000; border-style:solid}
.all_border_grey {  border: 1px; border-color:#999999; border-style:solid}

body {

background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

body,td,th {
	font-family: Verdana, Arial, Times, serif; font-size:10px
	
}

.address
{
color:#FFEBB0;
}

.titles
{
font-family: Verdana, Arial, Times, serif; font-size:14px; font-weight:bold
}

-->
</style>



