.small	{
		font-size: 10px;
	    font-family: Verdana, Arial, sans-serif;
	    line-height: 13px;
		color: #000000;
	    }
	   
.med 	{
		font-size: 12px;
	    font-family: Verdana, Arial, sans-serif;
		line-height: 17px;
		color: #000000;
		}
	   		   		 
H1	 	{
		font-size: 12px;
	    font-family: Verdana, Arial, sans-serif;
		font-weight: bold;
		color: #000000;
		}

A:link	{
		color: #000000;
		background-color: transparent;
		}
	   
A:visited {
		color: #000000;
		background-color: transparent;
		}
	   
A:active {
		color: #660000;
		background-color: transparent;
		}

A:hover {
		color: #999999;
		background-color: transparent;
		}
	   


.nav 	{
		font-size: 11px;
	    font-family: Verdana, Arial, sans-serif;
		line-height: 17px;
		color: #FFFFFF;
		text-align: right;
		border-bottom: 1px solid #999999;
		height: 22px;
		}

.nav A:link	{
		color: #FFFFFF;
		background-color: transparent;
		text-decoration: none;
		}
	   
.nav A:visited {
		color: #FFFFFF;
		background-color: transparent;
		text-decoration: none;
		}
	   
.nav A:active {
		color: #660000;
		background-color: transparent;
		text-decoration: none;
		}

.nav A:hover {
		color: #cccccc;
		background-color: transparent;
		text-decoration: underline;
		}
	   


.footer 	{
		font-size: 11px;
	    font-family: Verdana, Arial, sans-serif;
		line-height: 22px;
		color: #FFFFFF;
		text-align: right;
		}

.footer A:link	{
		color: #FFFFFF;
		background-color: transparent;
		text-decoration: none;
		}
	   
.footer A:visited {
		color: #FFFFFF;
		background-color: transparent;
		text-decoration: none;
		}
	   
.footer A:active {
		color: #660000;
		background-color: transparent;
		text-decoration: none;
		}

.footer A:hover {
		color: #cccccc;
		background-color: transparent;
		text-decoration: underline;
		}
	   
