body, p, ul, ol, li {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	text-decoration : none;
	font-weight : normal;
	color : #767676;
}

a {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	text-decoration : none;
	color : #767676;
}

a:hover {
	text-decoration : underline;
}

.footer {
	color : White;
}

.footer:hover {
	text-decoration : underline;
}

.orange {
	color : #FF6300;
	font-weight : normal;
}

.orange:hover {
	text-decoration : underline;
}

.orange_u {
	color : #FF6300;
	text-decoration : underline;
	font-weight : normal;
}


orange_b {
	color : #FF6300;
	font-weight : bold;
}

.black {
	color : Black;
	font-weight : normal;
}

.black_b {
	color : Black;
	font-weight : bold;
}

.black_b: hover {
	text-decoration : underline;
}

.black:hover {
	text-decoration : underline;
}



