/* Define all text styles to be used on website
--------------------------------------------------------------------------------------------*/

h1
	{
	font-family: Arial, Helvetica, sans-serif;
	font-size:16px;
	color: #333333;
	text-decoration:underline;
	}	
p
	{
	font-family: "Veranda", Arial, Sans-serif;
	font-size: 13px;
	color: #333333;
	line-height: 150%;
	}
	
.des 
	{
	font-family: "Veranda", Arial, Sans-serif;
	font-size: 11px;
	color: #666666;
	line-height: 150%;
	}

.desbold
	{
	font-family: "Veranda", Arial, Sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #666666;
	line-height: 150%;
	}
	
.bold 
	{
	font-family: "Veranda", Arial, Sans-serif;
	font-size: 14px;
	font-weight:bold;
	color: #333333;
	}
	
.footer 
	{
	font-family: "Trebuchet MS";
	font-size: 12px;
	text-align: center;
	color: #999999;
	}
	
	
/* Define all link styles to be used on website
--------------------------------------------------------------------------------------------*/

a:link	{

	font-family: "Veranda", Arial, Sans-serif;
	font-size: 13px;
	font-weight:: bold;
	color: #666666;
	text-decoration: underline;
}

a:visited{
	
	font-family: "Veranda", Arial, Sans-serif;
	font-size: 13px;
	font-weight:: bold;
	color: #666666;
	text-decoration: underline;
}

a:hover{

	font-family: "Veranda", Arial, Sans-serif;
	font-size: 13px;
	font-weight:: bold;
	color: #666666;
	text-decoration: underline;
}

a:active {

	font-family: "Veranda", Arial, Sans-serif;
	font-size: 13px;
	font-weight:: bold;
	color: #666666;
	text-decoration: underline;		
}


a.toplink:link	
	{
	font-family: "Veranda", Arial, Sans-serif;
	font-size:13px;
	font-weight:bold;
	color: #000000;
	text-decoration:underline;
	}

a.toplink:visited
	{	
	font-family: "Veranda", Arial, Sans-serif;
	font-weight:bold;
	font-size:13px;
	color: #000000;
	text-decoration:underline;
	}

a.toplink:hover
	{
	font-family: "Veranda", Arial, Sans-serif;
	font-weight:bold;
	font-size:13px;
	color: #000000;
	text-decoration: underline;
	}

a.toplink:active 
	{
	font-family: "Veranda", Arial, Sans-serif;
	font-weight:bold;
	font-size:13px;
	color: #000000;
	text-decoration:underline;		
	}
	

a.deslink:link	
	{
	font-family: "Veranda", Arial, Sans-serif;
	font-size:11px;
	font-weight: bold;
	color: #666666;
	}

a.deslink:visited
	{	
	font-family: "Veranda", Arial, Sans-serif;
	font-size:11px;
	font-weight: bold;
	color: #666666;
	}

a.deslink:hover
	{
	font-family: "Veranda", Arial, Sans-serif;
	font-size:11px;
	font-weight: bold;
	color: #CCCCCC;
	}

a.deslink:active 
	{
	font-family: "Veranda", Arial, Sans-serif;
	font-size:11px;
	font-weight: bold;
	color: #666666;	
	}
