body {
	background-color: #ffffff;
	font-size: 12px;
	color: #666666;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	line-height:18px;
}

.RED {
color:#FF0000;
font-weight:bold;
}

.header{
font-size:16px;
color:#333333;
}

.black {
color: #000000;
}

.headertextG {
color: #bfd72f;
font-size:16px;
line-height:22px;
}

.headertextB {
color: #3ce0fb;
font-size:16px;
line-height:22px;
}


.footer {
font-size:10px;
line-height:14px;
}

.padleft {
padding-left:15px;
}

a:link {
	color: #888b8b;
	text-decoration:none;
}

a:visited {
  color: #888b8b;
  text-decoration:none;
}

a:hover {
color: #888b8b;
	text-decoration: underline;
}

a:active {
	color: #888b8b;
	text-decoration: underline;
}

a.black1:link {
	color: #888b8b;
	text-decoration:underline;
	}

a.black1:visited {
		color: #888b8b;
	text-decoration:underline;
	}

a.black1:hover {
		color: #888b8b;
	text-decoration:underline;
	
}

a.green:link {
	color: #708660;
	text-decoration:underline;
	}

a.green:visited {
		color: #708660;
	text-decoration:underline;
	}

a.green:hover {
		color: #708660;
	text-decoration:underline;
	
}


