		BODY, TABLE, TD, DIV, TEXT, P, SPAN
		{
			font-family : arial, sans-serif;
			font-size : 11px;
			font-weight : normal;
			color : #000000;
		}
		
		h1
		{
			font-size: 22px;
			margin: 5px;
			color: #990000;
		}
		
		h2
		{
			font-size: 16px;
			margin: 4px;
			color: #990000;
		}
		
		h3
		{
			font-size: 15px;
			margin: 0px;
			color: #000000;
		}
		
		h4
		{
			font-size: 14px;
			margin: 0px;
			color: #000000;
			font-weight : normal;
		}
		
		h5
		{
			font-size: 13px;
			margin: 0px;
			color: #000000;
			font-weight : normal;
		}
		
		li
		{
			font-size: 14px;
			margin: 5px;
			color: #000000;
			font-weight : normal;
		}
		
		.mini
		{
			font-size: 10px;
			color: #000000;
		}
		
		

		A:link  {
			color : #000000;
			text-decoration : none;
			font-weight : normal;
		}

		A:visited  {
			color : #000000;
			text-decoration : none;
			font-weight : normal;
		}

		A:active  {
			color : #000000;
			text-decoration : none;
			font-weight : normal;
		}

		A:hover  {
			color : #990000;
			text-decoration : none;
			font-weight : normal;
		}
		
		
		
		.borderw
		{
			border: 1px solid #ffffff;
		}
		
		.border
		{
			border: 1px solid #000000;				
		}
		
		.borderf
		{
			border: 1px solid #000000;
			background-color: #FFECB1;				
		}
		
		.borderg
		{
			border: 1px solid #000000;
			background-color: #FFCC99;				
		}
		
		.borderh
		{
			border: 1px solid #000000;
			background-color: #BCCED6;				
		}
		
		
		

