body	{
	margin:	0;
	padding: 0;
	font: 13px "Times New Roman", Times, serif;
	color:	#001A5D;
	background-color : #fff;
	}
div, p, th, td, li, dd, dl, dt    {
             /* redundant selectors to help NS4 not forget */
    font-family: "Times New Roman", Times, serif;
    }
	
a	{
	text-decoration: none;
	font-weight: bold;
	text-decoration:	underline;
	}
	
a:link	{
	color:	#001A5D;
	background-color: transparent;
	text-decoration:	underline;	
	}
	
a:visited	{
	color:	#001A5D;
	background-color: transparent;
	text-decoration:	underline;	
	}
a:active	{
	color:	#001A5D;
	background-color: transparent;
	text-decoration:	underline;	
	}
a:hover	{
	color:	#FF9900;
	background-color: transparent;
	text-decoration:	underline;
	text-decoration:	underline;	
	}
dt 	{
	font-weight: bold;
	}
ol, ul, li, dl, dt, dd {
	font: 13px/18px "Times New Roman", Times, serif;
	color:	#001A5D;
	margin-bottom : 8px;
	margin-left : 40px;
	margin-right : 80px;
	margin-top : 0px;
	}
li {
	padding: 2px 0px 2px 0px;
}
ul ul {
	list-style-type : square;
}

p {
	font: 13px/17px  "Times New Roman", Times, serif;
	color:	#001A5D;
	margin-bottom : 15px;
	margin-left : 40px;
	margin-right : 125px;
	margin-top : 0px;
	}	
	
h1  {
	font-family: arial,helvetica,verdana, sans-serif;
	color: #001A5D;
}

h2, h3, h4 {
	font-family: arial,helvetica,verdana, sans-serif;
	color: #001A5D;
}
h1	{
	font-size:	21px;
	margin-bottom : 17px;
	margin-left : 40px;
	margin-right : 125px;
	margin-top : 20px;
	}
h2	{
	font-size:	16px;
	margin-bottom : 10px;
	margin-left : 40px;
	margin-right : 100px;
	margin-top : 20px;
	}
h3	{
	font-size:	13px;
	padding-bottom : 0px;
	padding-left : 0px;
	padding-right : 0px;
	padding-top : 0px;
	margin-bottom : 0px;
	margin-left : 40px;
	margin-top : 0px;
	}
h4 {
	font-size:	14px;
	}
	

.hidden	{
	display: none;
	}

.caption {
    float: right;
	margin: 0px 30px 5px 5px;
	width: 200px;
	font: 12px/14px  "Times New Roman", Times, serif;
	color:	#333;
}

.vphoto {
	float: right;
	margin: 0px 30px 5px 5px;
	width: 200px;
	font: 12px/14px  "Times New Roman", Times, serif;
	color:	#333;
	} 
	
	.hphoto {
	float: right;
	margin: 0px 30px 5px 5px;
	width: 275px;
	font: 12px/14px  "Times New Roman", Times, serif;
	color:	#333;
	} 



b, strong {
	font-weight: bold;
}

.center {
	text-align: center;
}

input.textbox, textarea, select    {
 	font-size: 12px; 
	font-family: "Times New Roman", Times, serif;
	background-color: #FFF; 
	color: #333;
	border: 1px;
	border-color: #000; 
	border-style: solid;
 }	
 	   
input.button     { 
	font-size: 11px; 
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	background-color: #FF9900; 
	color: #fff;
	border-style: outset;
}