/* indexPage.css */
/* use ONLY on index pages */
#mainCell {
	padding:20px;
	padding-top:40px;
	}

#indexRow0, #indexRow1, #indexRow2 {
border:none;
padding:none;
margin:none;
}
#indexRow0 .titleCell {
	background-color: #0e1f64;
	height: 31px;
	color: #ffffff;
	font-size: 16px;
	font-family: Cosmos, Arial, Hevetica;
	font-style: italic;
	padding-left:6px;
	width: 167px;
}
#indexRow1 .arrowCell{
/*background-color: #0e1f64;*/
width: 25px;
}
#indexRow1 .textCell{
	background-color: #eff0f5;
	font-family: Arial, Helvetica, Geneva, sans-serif;
	font-size: 11px;
	color: #222222;
	line-height: 12px;
	padding:2px;
	width: 391px;
	}

#indexRow1 .linkCell {
	font-size: 14px; width: 146px;
	background-color: #dadce7; min-height: 31px;
	}
#indexRow2 .linkCell {
	font-size: 14px; width: 146px;
	background-color: #cacddd; min-height: 31px;
	}
#indexRow1 .linkCell A, #indexRow2 .linkCell A {
	display:block;
	font-size: 14px;
	padding-left: 7px;
	text-decoration: none;
	line-height:31px;
	}

#indexRow1 .linkCell A {background-color: #dadce7;}
#indexRow2 .linkCell A {background-color: #cacddd;}

#indexRow1 .linkCell A:hover {
	background-color: #f1cf00;
	color:#ffffff;
	text-decoration: none;
	}	
#indexRow2 .arrowCell{
/*background-color: #0e1f64;*/
color:#ffffff;
width: 25px;
}
#indexRow2 .textCell{
	background-color: #e2e4ec;
	font-family: Arial, Helvetica, Geneva, sans-serif;
	font-size: 11px;
	color: #222222;
	line-height: 12px;
	padding:2px;
	width: 391px;
	}

#indexRow2 .linkCell A:hover {
	background-color: #f1cf00;
	color:#ffffff;
	text-decoration: none;
	}

#indexRow1 TD.textCell A { font-size: 11px; text-decoration: none; color: #0e1b64;}
#indexRow1 TD.textCell A:link { font-size: 11px; text-decoration: none; color: #0e1b64;}
#indexRow1 TD.textCell A:visited { font-size: 11px; text-decoration: none; color: #0e1b64;}
#indexRow1 TD.textCell A:hover { font-size: 11px; text-decoration: none; color: #990000;}
#indexRow1 TD.textCell A:active { font-size: 11px; text-decoration: none; color: #990000;}
#indexRow2 TD.textCell A { font-size: 11px; text-decoration: none; color: #0e1b64;}
#indexRow2 TD.textCell A:link { font-size: 11px; text-decoration: none; color: #0e1b64;}
#indexRow2 TD.textCell A:visited { font-size: 11px; text-decoration: none; color: #0e1b64;}
#indexRow2 TD.textCell A:hover { font-size: 11px; text-decoration: none; color: #990000;}
#indexRow2 TD.textCell A:active { font-size: 11px; text-decoration: none; color: #990000;}