		BODY, TABLE, TD, DIV, TEXT, P, SPAN
		{
			font-family : times new roman, serif;
			font-size : 13px;
			font-weight : normal;
			color : #000000;
		}
		
		h1
		{
			font-size: 24px;
			margin: 5px;
			color: #000000;
		}
		
		h2
		{
			font-size: 20px;
			margin: 0px;
			color: #990000;
		}
		
		h3
		{
			font-size: 16px;
			margin: 5px;
			color: #000000;
		}
		
		h4
		{
			font-size: 14px;
			margin: 0px;
			color: #000000;
			font-weight : normal;
		}
		
		h5
		{
			font-size: 12px;
			margin: 0px;
			color: #ffffff;
			font-weight : normal;
		}
		
		li
		{
			font-size: 14px;
			margin: 5px;
			color: #55798C;
			font-weight : normal;
		}
		
		.mini
		{
			font-size: 10px;
			color: #55798C;
		}
		
		

		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;
		}
		
		.top:link  {
			color : #D4DFE5;
			text-decoration : none;
			font-weight : normal;
		}

		.top:visited  {
			color : #D4DFE5;
			text-decoration : none;
			font-weight : normal;
		}

		.top:active  {
			color : #D4DFE5;
			text-decoration : none;
			font-weight : normal;
		}

		.top:hover  {
			color : #ffffff;
			text-decoration : none;
			font-weight : normal;
		}
		
		.borderw
		{
			border: 1px solid #ffffff;
		}
		
		.border
		{
			border: 1px solid #909090;
		}
