<!--This is the MSS style sheet. Do not alter anything -->
<!-- inside this unless you want to make changes -->
<!-- to every page on the web site. The syntax in this -->
<!-- file counts . Be careful when making changes. -->

A:link		{	font-weight:		bold;
			text-decoration: none;
			color:		#004080;		}

A:active		{	font-weight:		bold;
			text-decoration:	none;
			color:		#004080;		}

A:visited 		{	font-weight:		bold;
			text-decoration:	none;
			color:		#004080;		}
			
		
A:hover		{	font-weight:		bold;
			text-decoration:	none;
			color:		#CC9900;}


HR		{	width: 		500px;
			color: 		gray;		}


Body		{	width		:	500px;
			font-size		:	10pt;
			font-family		:	arial, helvetica;	
			background-color	:	white;	
			margin		:	10; 		}


P		{	width		:	500px;
			font-family:	arial, helvetica;	
			font-size		:	10pt;
			line-height		:	1.3;
			text-align		:	justify;		}

TD		{	font-size:		10pt;	
			font-family:	arial, helvetica;}




