/* --------------------- HEADER ------------------------- */
#header {
	background-color: #013D63;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
}
div.footer {
	font-size: 7pt;
	color: #808080;
	padding-left: 10px;
	padding-right: 10px;
}
td.title {
   font-family: sans-serif;
   font-size: 46px;
   filter: alpha(opacity=60);
   -moz-opacity: 60%;
   z-index: 2;
}
table.menuTable {
/*   position: absolute;
   left: 0px;
   top: 76px; */
   height: 24px;
   z-index: 4;
   background-image: url('images/menu/menubck.jpg');
   opacity: 60;
   filter: alpha(opacity=60);
   -moz-opacity: 60%;
}

.menulabels {
   font-family: sans-serif;
   font-size: 10pt;
}

.smallgraytext {
   color: "#636565";
   font-family: sans-serif;
   font-size: 8pt;
}

.hideshowlabel {
   font-family: sans-serif;
   font-size: 8pt;
}
/* --------------------- /HEADER ------------------------- */
#content
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	text-align: justify;
	color: #2C2C2C;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}
#content p, #content td, #content li
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #2C2C2C;
	text-align: justify;
}
.normaltext 
{
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 9pt;
}
:hover img {
	border-color: #FF9900;
}
.caption0 {
	font-size: 16pt;
	font-weight: bold;
	color: #55708e;
}
.caption0 a:link { color: #55708e; }
.caption0 a:active { color: black; }
.caption0 a:visited { color: #55708e; }
.caption0 a:hover { color: #FF9900}

.caption1 {
	font-size: 14pt;
	color: #0099CC;
}
.caption1 a:link { color: #0099CC; }
.caption1 a:active { color: black; }
.caption1 a:visited { color: #0099CC; }
.caption1 a:hover { color: #FF9900}

.caption2 {
	font-size: 11pt;
	font-weight: bold;
}

.yellowMarkedText {
	background-color: #FFFF66;
}
.graytext {
	color: #808080
}
.annotation, .annotation a:link, .graytext a:visited  {
    color: gray;
    font-size: xx-small;
}
.bluetext {	color: #0066FF }
.bluetext a:link {	color: #0066FF }

a.bluetext { color: #0066FF }

A:link { color: black; }
A:active { color: black; }
A:visited { color: black; }
a:hover { color: #FF9900}
td
{
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 9pt;
   vertical-align: top;
}
td.contentTextTd
{
   font-size: 11pt;
}

td.main
{
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 11pt;
}
.emailTable {
	border: thin dotted #CCCCCC;
}
img.blackBorderImg {
	border: 1px solid #000000;
}
img.blackBorderImg a:hover, a.img.blackBorderImg:hover {
	border-color: #FF9900;
}
div.floatImageRightDiv {
	float: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
	font-size: 10px;
	font-style: italic;
}
div.floatImageLeftDiv {
	float: left;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-size: 10px;
	font-style: italic;
}
div.ImageLegend {
	font-size: 10px;
	font-style: italic;
}
div.imgRightFloatDiv {
	float: right;
	margin: 10px 0px 15px 15px;
	font-size: 9pt;
	color: #283864;
	font-style: italic;
}
div.imgLeftFloatDiv {
	float: left;
	margin: 10px 15px 15px 0px;
	font-size: 9pt;
	color: #283864;
	font-style: italic;
}
div.imgMiddleDiv {
	font-size: 9pt;
	color: #283864;
	font-style: italic;
	text-align: center;
	margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
	margin-bottom: 20px;
}
span.blackedOut {
	background-color:#2C2C2C;
}
span.blackedOut::selection {
	background: #2C2C2C; color:#2C2C2C; /* Safari */
	}
span.blackedOut::-moz-selection {
	background: #2C2C2C; color:#2C2C2C; /* Firefox */
}