@charset "UTF-8";
body {
	margin: 0px;
	background-color: #C1D6C1;
	background-image: url(images/bgGreen.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/bgRptGreen.gif);
	float: right;
}

.cellContent {
	line-height: 18px;
	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;
}

.calloutGreen {
	background-color: #E5F5F3;
	width: 170px;
	padding-top: 4px;
	padding-right: 12px;
	padding-bottom: 14px;
	padding-left: 12px;
	line-height: 13px;
	color: #005099;
}

a:link {
	color: #0046AB;
	text-decoration: none;
}
a:visited {
	color: #0046AB;
	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;
}
.notes {
	font-size: 11px;
	font-style: italic;
	line-height: 12px;
	color: #666666;
}
