.navlinkon
	{
	    text-decoration : none;
	    color: #ffffff;
	    font-weight : bold;
	}
	
.navlinkoff
	{
	    text-decoration : none;
	    color: #669999;
	    font-weight : bold;
	}
	
	body {
		color : #336699;
		font-family : Arial, Helvetica, sans-serif;
		font-size : 11px;
		line-height : 15px;
		background-color : #ffffff;
	}

	td {
		color : #666666;
		font-family : Arial, Helvetica, sans-serif;
		line-height : 13px;
		font-size : 11px;

	}
	
	.nav {
		color : #336699;
		font-family : Arial, Helvetica, sans-serif;
		line-height : 13px;
		font-size : 10px;

	}
	
	.copyright {
		color : #666666;
		font-family : Arial, Helvetica, sans-serif;
		font-size : 9px;

	}
	
		B {
		color : #336699;
		font-family : Arial, Helvetica, sans-serif;
		font-size : 11px;
		font-weight : bold;
	}
	
		.bold {
		color : #CCFFFF;
		font-family : Arial, Helvetica, sans-serif;
		font-size : 11px;
		font-weight : bold;
	}
	
	.white {
		color : #ffffff;
		font-family : Arial, Helvetica, sans-serif;
		font-size : 12px;
		font-weight : bold;
	}

	h1 {
		font-size : 14px;
		font-weight : bold;
		text-transform : uppercase;
	}
	
	h2 {
		font-size : 12px;
	}
	
A:link
	{
	    text-decoration : none;
	    font-family : Arial, Helvetica, sans-serif;
	    color: #000000;
	    font-size : 11px;
	}
A:visited
	{
	    text-decoration: none;
	    font-family : Arial, Helvetica, sans-serif;
	    color: #666666;
	    font-size : 11px;
	}
A:hover
	{
	     text-decoration : underline;
	     font-family : Arial, Helvetica, sans-serif;
	     color: #666666;
	     font-size : 11px;
	}


A.copyright:link
	{
	    text-decoration : none;
	    font-family : Arial, Helvetica, sans-serif;
	    color: #aaaaaa;
	    font-size : 9px;
	}
A.copyright:visited
	{
	    text-decoration: none;
	    font-family : Arial, Helvetica, sans-serif;
	    color: #666666;
	    font-size : 9px;
	}
A.copyright:hover
	{
	     text-decoration : underline;
	     font-family : Arial, Helvetica, sans-serif;
	     color: #666666;
	     font-size : 9px;
	}