/* default style sheet */

A		{ text-decoration : underline; }
A:Link		{color: #4B2E6B;
		font-weight: bold;
		}
A:Visited	{color: #4B2E6B;
		font-weight: bold;
		}
A:Active	{color: #4B2E6B;
		font-weight: bold;
		}
A:HOVER		{
        	color: #4B2E6B;
		font-weight: bold;
        	text-decoration: underline overline;
		}

A.nav:link	{color: #491500;
		font-weight: bold;
		text-decoration: none;
		}
A.nav:Visited	{color: #7C3F21;
		font-weight: bold;
		text-decoration: none;
		}
A.nav:Active	{color: #3F217C;
		font-weight: bold;
		text-decoration: none;
		}
A.nav:HOVER	{
        	color: #6D217C;
		font-weight: bold;
        	text-decoration: underline overline;
		}



BODY 	{
        font-family: verdana, tahoma, arial;
        font-weight: normal;
	font-size: 10pt;
        color: black;
 	background: #FFFFFF url('fw_bg.jpg');
	background-repeat: repeat-x;
	margin: 0px;
	}



TT 	{
    	font-family: tahoma, arial, verdana;
        font-size: 8pt;
    	font-weight: normal
	}



HR	{
	color: #E2D287;
	margin: 0px;
	}


TD {
        font-family: verdana, tahoma, arial;
        font-weight: normal;
	font-size: 10pt;
        color: black; 
	}

H1 {
        font-family: times new roman;
        font-weight: bold;
	font-size: 24pt;
        color: black;  
	}

H2 {
        font-family: times new roman;
        font-weight: bold;
	font-size: 12pt;
        color: black;  
	}

.box {
	border-color: white;
	border-style: dotted;
	border-right-width: 0px;
	border-left-width: 0px;
	border-top-width: 0px;
	border-bottom-width: 0px;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	background: white no-repeat url(graphics/bluebg.jpg) 0px 0px;
	}

.clsCMOn {
	color: #4B2E6B;
	font-size : 12px;
	text-decoration : none;
        padding: 2px 4px;
}

.clsCMOver {
	color: #4B2E6B;
	font-size : 12px;
	text-decoration : none;
        padding: 2px 4px;
}