BODY	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	
	}
	
H1	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: 	#006699;
	font-weight: bold;
	margin: 0px;
	padding: 0px;

	}	
H2	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: 	#000000;
	font-weight: bold;
	background-color: transparent;
	margin-left: 0px;
	margin-top: 0px; 
	margin-bottom: 0px;
	}
	
H3	{
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #003366;
	margin-top: 0px;
	margin-bottom: 0px;

	}

H4	{
	font-size: 11px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	color: #FFFFFF;
	margin-top: 0px; 
	margin-bottom: 0px;
}
H5	{
	font-size: 11px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	margin-top: 0px; 
	margin-bottom: 0px;
}

H6	{
	font-size: 10px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	margin-top: 0px; 
	margin-bottom: 0px;
}

P, td	{
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	white-space: normal;
	color: #333333;
	margin: 0px;

	}
	
li	{
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	white-space: normal;
	margin-top: 4px;
	margin-bottom: 0px;
	margin-left: -22px;
	list-style-type: disc;
	margin-right: 0px;




	}
	
UL	{
	margin-top: 0; 
	margin-bottom: 0;
	list-style-image: url(images/bullet_ltgreen_buff.gif);
	}
A:link {
	color: #006699;
	background: transparent;
	text-decoration: none;

	 }
A:visited {
	color: #006699;
	background: transparent;
	text-decoration: none;

	}
A:active {
	color: #006699;
	background: transparent;
	text-decoration: none;

	 }			
A:hover {
	color: #000000;
	background: transparent;
	text-decoration: underline;


	 }
		 
.bc	{
	 border-collapse: collapse; 
	 }

.td.normal {
	background-image:url(images/menu_off.jpg);
}
.td.normalon{
	background-image:url(images/menu_on.jpg);
}
.menu {
	font-family: "Trebuchet MS", Arial;
	font-size: 14px;
	font-weight: bold;
	color: #663333;
	list-style-type: square;
	list-style-image: url(images/bullet_sws2.jpg);
	padding-left: 8px;


}
a.menu:hover {
	color: #ffffff;
	background: transparent;
	text-decoration: underline;

	 }
.hilite {
	font-size: 12px;
	font-weight: bold;
	color: #006699;
}
.emphasis {
	font-size: 12px;
}
.center {
	text-align: center;
	}
.REDhilite {
	font-size: 12px;
	font-weight: bold;
	color: #C00;
}