		HTML,BODY,TD,P,A,DIV
		{
			font-family: Verdana,Arial,Tahoma;
			font-size: 9pt;
			color: #000000;
		}
		BODY {
			margin-top: 0;
			margin: 0;
			background: #ffffff url() top left repeat-y;
		}
		A
		{
		 color : Blue;
		 text-decoration : none;	
		}
		A:HOVER
		{
		 color : Gray;
		 text-decoration : none;	
		}		
		A.mainnav
		{
			color: #FFFFFF;
			font-size: 10pt;
			font-weight : bold;
			text-decoration: none;
		}
			A.mainnav:HOVER
		{
			color: #ffff99;
			font-size: 10pt;
			font-weight : bold;
			text-decoration: none;
		}
		A.rownav
		{
			color: #FFFFFF;
			font-size: 10pt;
			font-weight : bold;
			text-decoration: none;
		}
			A.rownav:HOVER
		{
			color: #ffff99;
			font-size: 10pt;
			font-weight : bold;
			text-decoration: none;
		}		
		A.subnav
		{
			color: #b7b7b7;
			font-size: 8pt;
			font-weight : bold;
			text-decoration: none;
		}
			A.subnav:HOVER
		{
			color: #330099;
			font-size: 8pt;
			font-weight : bold;
			text-decoration: none;
		}
		.header
		{
			color: #330099;
			font-size: 11pt;
			font-weight : bold;
		}
		TD.ParentLogin
		{
			background-color: #330099;
			text-transform : capitalize;
			text-align : right;
			padding : 5 5 5 5;
			color : White;
			font-weight : bold;
		}
		TD.fileincident
		{
			font-weight : bold;
			color: #330099;
			padding : 5 5 0 5;
			vertical-align : text-bottom;
		}
		TD.login
		{
			background-color: #d6cceb;
			padding : 5 5 5 5;
		}
		TD.content
		{
			vertical-align : top;
			padding : 5 5 5 5;
		}	
		TR.HeaderRow
		{
			background-color : #ffff99;
			text-transform :uppercase;
			font-weight : bold;
		}
		.personalcells
		{
			background : WHITE;
		}	
