body {/* applied to total body */
	color: #999999;/*black - for normal text*/
	font: 11px "Tahoma";
	text-decoration: none;
	font-weight:normal;
	
}
.style1
{font-family:"Tahoma";
font-size:11px;
font-weight:normal;
}

.style2
{
	font-color: #ffffff;
	font-weight: normal;
	font-family: "Tahoma";
	font-size: 11px;
	color: #A7B9B6;
}

.style4
{font:11px "Tahoma";
font-color: #002157;
font-weight:bold;
}

a.one:link {color: #A7B9B6}
a.one:visited {color: #ffffff}
a.one:hover {color: #CC99CC; text-decoration: none;}


a.two:link {color: #441E1F}
a.two:visited {color: #000000}
a.two:hover {color: #4588D4}
