body 
	{
	margin:0px;
	padding:0px;
	}
	
body, td 
	{ 
	font-family: arial; 
	font-size: smaller;
	color: #000000;
	}

h1	{
	font-size: medium;
	font-weight:bold;
	color: #000000;
	}
	
h2	{
	font-size: small;
	font-weight:bold;
	color: #99cccc;
	margin-bottom: 2px;
	}
		
li	{
	margin:3px;
	}
	
a 	{
	text-decoration:none;
	font-weight:bold;
	color:red;
	}
	
a:hover 
	{
	text-decoration:underline;
	font-weight:bold;
	color:#000000;
	}

.nav a 
	{
	text-decoration:none;
	font-weight:bold;
	color:#000063;
	}
	
.nav a:hover 
	{
	text-decoration:none;
	font-weight:bold;
	color:#000000;
	}
	
.subnav
	{
	font-size:13px;
	}
	
.subnav a 
	{
	text-decoration:none;
	font-weight:bold;
	color:#000000;
	line-height:14px;
	}
	
.subnav a:hover 
	{
	text-decoration:none;
	font-weight:bold;
	color:#ff0000;
	}
	
.nav_0
	{
	background-color: #7BA0DE;
	font-size: 12px;
	}	
	
.nav_1
	{
	background-color: #9CCFFF;
	font-size: 12px;
	}	
		