.bod
	{
    margin:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	background: White;
}

body{
	margin:0px;
	margin-left:10px;
	background-image: url('/images/bodybackground.gif');
}
.tbl
	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 24px;
	background-color: #FFFFFF;
	border: 1px double red
	}
	
.tabl
	{
	font-size: 12px;
	border:	10px solid #3366FF/*med blue*/;
	}
a
	{
	color: #003399
	}
a:hover
	{
	COLOR: #0099FF;
	}
	
.ttl
	{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	line-height: 40px;
	font-weight: lighter;
	font-variant: small-caps;
	letter-spacing: 1px
	}
	
.coljust
	{
	text-align: justify
	}

.bdr
	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FFFFFF;
	border: 1px double #CCCCCC;
	}
	
.head1
	{
	font-family: Arial, Helvetica, sans-serif;
	font-size:16pt;
	line-height: 24px;
	}
	
	
h1
	{
	font-family: Arial, Helvetica, sans-serif;
	font-size:16pt;
	line-height: 24px;
	}
	
h2  {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	color: #1F44AF;
	}
h3
	{
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #1F44AF;
	margin-top:10px;
	margin-bottom:0;
	}
.nomargin
	{
	margin-top:0;
	margin-bottom:10px;
	}
.border
	{
	border:	10px solid;
	border-top-color:#99B3FF;/*light blue*/
	border-right-color:#3366FF;/*med blue*/
	border-bottom-color:#2447B3/* dark blue*/;
	border-left-color:#3366FF/*med blue*/;
	border-bottom-width:15px;
	}
	
hr	{
	color: #3366FF; /*medium blue*/
	}
	
.title {
	font-weight: bold;
	}
	
.name {
	font-style: italic;
	font-weight: bold;
	}
	
