		
		BODY, TABLE, TD, P, DIV, SPAN, H1, H2, H3, UL, LI, FONT
		{
			font-family: verdana, arial, helvetica, sans-serif;
			font-style: normal;
			text-decoration: none;
		}
		
		BODY, TABLE, TD, P, DIV, SPAN, UL, LI, FONT, INPUT, SELECT, TEXTAREA
		{
			font-weight: normal;
			font-size: 14px;
		}

		BODY, P, DIV, SPAN, H1, H2, H3, UL
		{
			border-style: none;
			border-width: 0px;
		}
				
		B
		{
			font-weight: bold;
		}
		
		P
		{
			display:block;
			margin-top: 3px; 
			margin-bottom: 3px;
			padding-top: 3px; 
			padding-bottom: 3px;
		}
			

		A
		{
			color: #0000E0; 
			text-decoration: none;
		}
		
		A:visited
		{
			color: #000080; 
		}
		
		A:hover
		{
			color: #0000E0; 
			text-decoration: underline;
		}
		
		A:active
		{
			color: #A0A0A0;
		}
		
		H1, H2, H3
		{
			margin-left: 0px; 
			margin-right: 0px; 
		}
		
		H1
		{
			margin-top: 7px; 
			margin-bottom: 7px;
			font-size: 24px;
			font-weight: normal;
		}
		
		H2
		{
			margin-top: 7px; 
			margin-bottom: 7px;
			font-size: 18px;
			font-weight: bold;
		}
		
		H3
		{
			margin-top: 7px; 
			margin-bottom: 7px;
			font-size: 15px;
			font-weight: bold;
		}