body {
	font-family: sans-serif;
	background-color: #AFC0DA;
	margin: 0px 0px 0px 0px;
	font-size: 9pt;
}
td {
	font-size: 9pt;
}
img {
  border-width: 0px;
}

/* header content */
span.bigbanner {
	font-size: 16pt;
	color: #FFFF66;
	position: absolute;
	left: 120px;
	top: 4px;
}
span.banner {
	font-size: 10pt;
	color: #CFE0FA;
	position: absolute;
	left: 120px;
	top: 32px;
}
img.icon {
  position: absolute;
	left: 40px;
	top: 4px;
}
div.header {
  width: 100%;
	background-color: #000000;
	height: 54px;
	z-index: -1;
}
div.headerBar {
  width: 100%;
	background-color: #FFFFFF;
	height: 1px;
}

/* round box */
div.box {
	width: 100px;
	background-color: #000000;
	color: #CFE0FA;
	position: absolute;
	left: 10px;
	top: 63px;
}
p.boxIndent {	margin: 0 10px; }
div.boxTop { background: url(images/containers/black-tr3.jpg) no-repeat top right; }
div.boxBottom {	background: url(images/containers/black-br3.jpg) no-repeat top right; }
img.corner {
   width: 15px;
   height: 15px;
   border: none;
   display: block !important;
}

/* body styles */
div.bodyPosition {
	position: absolute;
	left: 120px;
	right: 10px;
	top: 64px;
}
p.bodyIndent { margin-left: 20px; }
span.bodyHeader {
	color: #C76C04;
	font-weight: normal;
	font-size: 11pt;
}

/* links */
a:link { text-decoration: none; }
a:visited { text-decoration: none; }
a:active { text-decoration: underline; }
a:hover { text-decoration: underline; }

a.PlainLinkYellow:link { color:#FFFF66; text-decoration: none }
a.PlainLinkYellow:active { color:#FFFF66; text-decoration: none }
a.PlainLinkYellow:visited { color:#FFFF66; text-decoration: none }
a.PlainLinkYellow:hover { color:#CCCC33; text-decoration: none }

a.PlainLinkWhite:link { color:#FFFFFF; text-decoration: none }
a.PlainLinkWhite:active { color:#FFFFFF; text-decoration: none }
a.PlainLinkWhite:visited { color:#FFFFFF; text-decoration: none }
a.PlainLinkWhite:hover { color:#999999; text-decoration: none }
