/*

Copyright (c) 2000, MVA Ltd
All Rights Reserved.

*/

/* navigation styles */
	a.categorynav {
		font-family: verdana,arial,helvetica,sans-serif; 
		font-size: 11px; 
		font-weight: bold; 
		text-decoration: none; 
		color: #000099;
	}
	a.categorynav:hover {
		color: #ff6600;
	}
	a.blacknav {
		font-family: verdana,arial,helvetica,sans-serif; 
		font-size: 11px; 
		font-weight: bold; 
		text-decoration: none; 
		color: #000000;
	}
	a.blacknav:hover {
		color: #ff6600;
	}	
	a.menunav {
		font-family: verdana,arial,helvetica,sans-serif; 
		font-size: 14px; 
		font-weight: bold; 
		text-decoration: none; 
		color: #000099;
	}
	a.menunav:hover {
		color: #00ccff;	 
	}
	a.undnav {
		font-family: verdana,arial,helvetica,sans-serif; 
		font-size: 12px; 
		font-weight: bold; 
		text-decoration: underline; 
		color: #000000;
	}
	a.undnav:hover {
		color: #00ccff;	 
	}
	a.weenav {
		font-family: verdana,arial,helvetica,sans-serif; 
		font-size: 10px; 
		font-weight: bold; 
		text-decoration: none; 
		color: #000099;
	}
	a.weenav:hover {
		color: #cc3333;	 
	}
	/* text styles */
	.mainheading {
		font-family: Verdana,arial,helvetica,sans-serif; 
		font-size: 14px; 
		font-weight: bold; 
		color: #000099
	}
	.smallheading {
		font-family: Verdana,arial,helvetica,sans-serif; 
		font-size: 12px; 
		font-weight: bold; 
		color: #000099
	}

	.blackheading {
		font-family: Verdana,arial,helvetica,sans-serif; 
		font-size: 13px; 
		font-weight: bold; 
		color: #000000
	}
		
	.siteheading {
		font-family: Verdana,arial,helvetica,sans-serif;
		font-size: 30px; 
		font-weight: bold; 
		color: #000099
	}

	.bodytext,select,input	{
		font-family: verdana,arial,helvetica,sans-serif;
		font-size: 11px;
		line-height: 130%;
		color: #000000	
	}
	.boldbodytext,select,input	{
		font-family: verdana,arial,helvetica,sans-serif;
		font-size: 11px;
		font-weight: bold;
		line-height: 130%;
		color: #000000	
	}