body {
	background: #FFF;
	font-family: Arial;
	font-size: 11px;
	color: #000;
}

body A {
	text-decoration: none;
	color: #000;
	font-weight: bolder;
}

body A:hover {
	text-decoration: none;
	color: #555;
	font-weight: bolder;
}

body TABLE {   
	font-family: Arial;
	font-size: 11px;
	line-height: 20px;
	color: #000;,
	font-weight: normal;
}

body TABLE A {
	text-decoration: none;
	color: #000;
	font-weight: bolder;
	font-style: normal;
}

body TABLE A:hover {
	text-decoration: none;
	color: RED;
	font-weight: bolder;
}

.white  {
	font-size: 13px;
  	font-family: Arial;
   	font-weight: bold;
	text-decoration: none;
	color: #aaa;
	font-weight: bolder;
	font-style: normal;
}

.white A {
	font-size: 13px;
 	 font-family: Arial;
  	 font-weight: bold;
	text-decoration: none;
	color: #6c77a7;
	font-weight: bolder;
	font-style: normal;
}

.white A:hover {
	text-decoration: none;
	color: #bfccdc;
	font-weight: bolder;
}

.white_small A {
	font-size: 11px;
  font-family: Arial;
   font-weight: bold;
	text-decoration: none;
	color: #aebbcb;
	font-weight: bolder;
	font-style: normal;
}

.white_small {
	font-size: 11px;
  	font-family: Arial;
   	font-weight: bold;
	text-decoration: none;
	color: #EEE;
	font-weight: bolder;
	font-style: normal;
}

.white_small A:hover {
	text-decoration: none;
	color: #bfccdc;
	font-weight: bolder;
}

.red {
	font-size: 16px;
	text-decoration: none;
	color: #bfccdc;
	font-weight: bolder;
}

.black  {
	font-size: 13px;
  	font-family: Arial;
   	font-weight: bold;
	text-decoration: none;
	color: #000;	
	font-style: normal;
}

.black A {
	font-size: 13px;
 	 font-family: Arial;
  	 font-weight: bold;
	text-decoration: none;
	color: #000;
	font-weight: bolder;
	font-style: normal;
}

.black A:hover {
	font-size: 13px;
 	 font-family: Arial;
  	 font-weight: bold;
	text-decoration: none;
	color: #FFF;
	font-weight: bolder;
	font-style: normal;
}


