
td img {display: block;}

td 
{
    font-size:11px;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#FFFFFF;
	background-color:#e2e3d2;
	line-height:14px;
}

a:link 
{
    color:#FFFFFF;
    text-decoration:none;
}

a:hover 
{
    color:#FFFFFF;
    text-decoration:underline;
}

a:visted 
{
    color:#FFFFFF;
    text-decoration:none;
}

a:active 
{
    color:#FFFFFF;
    text-decoration:none;
}

.footer{
	padding-top:5px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#353334;
	line-height:12px;
}
.blackText{
	color:#000000;
}
.tableRowTitle{
	background-color:#000000;
	color:#FFFFFF;
	font-weight:bold;
}
.tableRowHeader{
	background-color:#e2e3d2;
	color:#000000;
	font-weight:bold;
}
.tableRowLight{
	background-color:#999999;
	color:#FFFFFF;
}
.tableRowLight a:link{color:#FFFFFF;}
.tableRowLight a:hover{color:#FFFFFF;}
.tableRowLight a:visited{color:#FFFFFF;}
.tableRowDark{
	background-color:#666666;
	color:#FFFFFF;
}
.tableRowDark a:link{color:#FFFFFF;}
.tableRowDark a:hover{color:#FFFFFF;}
.tableRowDark a:visited{color:#FFFFFF;}
.pageTitle{
	font-size:18px;
	text-align:center;
}
.tableRowButton{
	background-color:#325077;
}


.subtitle 
{
    font-weight:bold;
    text-decoration:underline;
}
