body
{
	margin: 0;
	padding: 0;
	font-family: Tahoma;
	font-size: 12px;
}

/*PublicationServices Specific - BEGIN*/
.headerstyle
{
	background-color: #3C5388;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 12px;
	text-align: center;
	height: 35px;
}

.itemstyle
{
	font-weight: bold;
	font-size: 11px;
	text-align: center;
	height: 35px;
}

.alternatingitemstyle
{
	background-color: #FFFF99;
	font-weight: bold;
	font-size: 11px;
	text-align: center;
	height: 35px;
}

.fundgrid
{
	margin-top: 15px;
	border: solid 1px #000000;
}

.fundheader
{
	font-weight: bold;
}

.fundgrid td
{
	padding: 5px;
	border: none;
}

.subheader
{
	font-weight: bold;
	text-align: center;
	margin: 20px;
}
/*PublicationServices Specific - END*/