BODY {
	background-color : White;
	font-family : Arial, Helvetica, sans-serif;
	font-style : normal;
}

A:LINK {
	color : Red;

	text-decoration : underline;
	font : Arial, Helvetica, sans-serif;
}

A:HOVER {
	color : Blue;

	font : Arial, Helvetica, sans-serif;
}


A:ACTIVE {
	color : Lime;

	font : Arial, Helvetica, sans-serif;
}

A:VISITED {

	color : Red;
	font : Arial, Helvetica, sans-serif;
}

.MENU {
	font-size : 10px;
}

.BODY {
	color : #4e4e4e;
	font-size : 10px;
}
.head {
	font-size : 26px;
	color : #4e4e4e;
	font-weight : 600;
}

.title {
	color : #4e4e4e;
	font-size : 18px;
	font-weight : normal;
}

 .large{
	color : #4e4e4e;
	font-size : 14px;
	font-weight: bold;
}

.med {
	color : #4e4e4e;
	font : 12px;
}

.small {
	color : #4e4e4e;
	font : 11px;
}

.copyright {
	color : #4e4e4e;
	font : 9px;
}


SPAN {
	text-align : center;
}

.blue {
	color : Blue;
		font : 12px;
}

.red {
	color : red;
	font : 12px;
	font-style: normal;
}

.bluebg {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : bold;
	color : White;
	background-color : #6495ED;
}


.white_text {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
.redTXTyelloBG { font-family: Verdana, Geneva, sans-serif; font-size: 16px; font-style: normal; font-weight: bold; color: #F03; background-color: #FF3; }
