body {
	margin: 0px;
	padding: 0px;
}
A               {
	color: F2F2E6;
	text-decoration:underline;
}
A:link         {
	color: F2F2E6;
	text-decoration:underline;
}
A:active      {
	color: F2F2E6;
	text-decoration:underline;
}
A:visited     {
	color: F2F2E6;
	text-decoration:underline;
}
A:hover       {
	color: white;
	text-decoration:underline;
}


A.admin            {color:#ffffff;   text-decoration:none;}
A.admin:link      {color:#ffffff;  text-decoration:none;}
A.admin:active   {color:#ffffff;  text-decoration:none;}
A.admin:visited  {color:#ffffff;  text-decoration:none;}
A.admin:hover    {color:#ffffff;  text-decoration:underline;}

A.new               {color: white;	text-decoration:underline;}
A.new:link         {color: white;	text-decoration:underline;}
A.new:active      {color: white; 	text-decoration:underline;}
A.new:visited     {color: white; 	text-decoration:underline;}
A.new:hover       {color: GREEN;	text-decoration:underline;}

body, tr,td, table {
	color: #ffffff;
	font-family: Arial;
	font-size: 10pt;
}

.style1 {
	color: white;
	background-color: #96B1A2;
	font-family: Arial;
  	font-weight : normal;
	font-size: 10pt;
}
.style2 {
	color: white;
  	background-color: #96B1A2;
	font-family: Arial;
  	font-weight : bolder;
	font-size: 10pt;
}
.style3 {
	color: white;
  	background-color: #96B1A2;
	font-family: Arial;
  	font-weight : normal;
	font-size: 12pt;
}
.style4 {
	color: white;
  	background-color: #96B1A2;
	font-family: Arial;
  	font-weight : bolder;
	font-size: 12pt;
}
