@charset "UTF-8";
body {
	margin: 0px;
	background-color: #005397;
	background-image: url(images/bgBlue.gif);
	background-repeat: repeat-x;
}
td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	vertical-align: top;
}

img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

.tableMain {
	background-image: url(images/bgRptBlue.gif);
	float: right;
}

.cellContent {
	line-height: 24px;
	color: #000033;
	padding-top: 40px;
	padding-right: 30px;
	padding-bottom: 40px;
	padding-left: 40px;
	text-align: right;
}

.footer {
	font-size: 9px;
	line-height: 12px;
	color: #333333;
}
.imageTitle {
	float: left;
	vertical-align: middle;
	padding: 2px;
}

.calloutBlue {
	background-color: #E1F0D1;
	width: 170px;
	padding-top: 4px;
	padding-right: 12px;
	padding-bottom: 14px;
	padding-left: 12px;
	line-height: 14px;
	color: #337733;
}

a:link {
	color: #000099;
	text-decoration: none;
}
a:visited {
	color: #000099;
	text-decoration: none;
}
a:hover {
	color: #337733;
	text-decoration: underline;
}
a:hover:visited {
	color:#337733;
	text-decoration: underline;
}

a.linkGreen:link {
	color: #337733;
	text-decoration: none;
}
a.linkGreen:visited {
	color: #337733;
	text-decoration: none;
}
a.linkGreen:hover {
	color: #000099;
	text-decoration: underline;	
}
a.linkGreen:hover:visited {
	color: #000099;
	text-decoration: underline;
}

a.linkFooter:link {
	color: #666666;
	text-decoration: none;
}
a.linkFooter:visited {
	color: #666666;
	text-decoration: none;
}
a.linkFooter:hover {
	color: #000000;
	text-decoration: underline;	
}
a.linkFooter:hover:visited {
	color: #000000;
	text-decoration: underline;
}
