/* ================================
    CSS STYLES FOR EnterPage
   ================================
*/   

BODY
{
	font-family: Arial, helvetica, Verdana, Sans-Serif;
	background-color: white;
}


A:link {color: #053722}
A:visited {color: #053722}
A:active {color: #053722}


.eptitle
{
	font-size: 200%;
	color: #ffffff;
	font-family: 'Times New Roman' , times, Serif;
}

.epsubtitle
{
	font-size: 80%;
	color: #ffffff;
}

.epStorySubTitle
{
	font-weight: 500;
}

.eplinktotop
{
	font-size: 70%;
}

.greenCell
{
	background-color:#053722;
	text-align:left
}

.greyCell
{
	background-color:#DADADA;
}


.greenCellGreenText
{
	background-color:#053722;
	color:#053722;
	text-align:left
}
.eptable
{
	border-collapse:collapse;
	
}
