a               {
		font-family : verdana;
		font-weight : normal;
		font-color: #8C6239;
		text-decoration: none; 
		}

a:link		{
		font-family : verdana;
		font-weight : normal;
		font-color: #8C6239;
		text-decoration: none;
		}

a:active        {
		font-family : verdana;
		font-weight : normal;
		font-color: #8C6239;
		text-decoration: none;
		}

a:visited       {
		font-family : verdana;
		font-weight : normal;
		font-color: #8C6239;
		text-decoration: none;
		}

a:hover         {
		font-family : verdana;
		font-weight : normal;
		font-color: #979797;
		text-decoration: none;
		}

/* sub menu link purple */

.nav		  { color: #636; font-size: 10px; font-family: verdana, arial; font-style: normal; font-weight: bold; text-decoration: none }
	
a.nav:link  { color: #636; font-weight: bold; text-decoration: none }
a.nav:visited  { color: #606; font-weight: bold; text-decoration: none }
a.nav:hover { color: #ffffff; font-weight: bold; text-decoration: none }

/* sub menu link grey */

.b		{
		color : #8C6239;
		font-style : normal;
		font-family : verdana, arial;
		font-weight  : normal;
		font-size :12px;
		text-decoration : none;
		}
	
a.b:link{color : #8C6239; text-decoration : none}
a.b:visited{color : #8C6239; text-decoration : none}
a.b:hover{color : #979797; text-decoration : none}



.sml 	{ 
	text-decoration : none;
	font-family : verdana, arial;
	font-weight : normal;
	font-size : 11px;
	}

.grey 	{ 
	text-decoration : none;
	font-family : verdana, arial;
	font-weight : normal;
	font-size : 10px;
	color: #737373;
	}

/* page links purple */

.navb		  { color: #B56CBB; font-size: 10px; font-family: verdana, arial; font-style: normal; font-weight: normal; text-decoration: none }
	
a.navb:link  { color: #B56CBB; font-weight: normal; text-decoration: none }
a.navb:visited  { color: #B56CBB; font-weight: normal; text-decoration: none }
a.navb:hover { color: #663366; font-weight: normal; text-decoration: none }

.white               {
	font-family : verdana;
	font-weight : bold;
	font-color: #ffffff;
	text-decoration: none;
	font-size: 10px;
	color: #FFFFFF;
		}
.white:link   { color: #ffffff; font-weight: bold; text-decoration: none }
.white:visited { color: #ffffff; font-weight: bold; text-decoration: none }
.white:hover    { color: #9999FF; font-weight: bold; text-decoration: none }
	
