body {
	font-family:		Arial, Helvetica, sans-serif;
	font-size:			10pt;
	color:				#000000;
	background-color:	#004990;
	margin-top:			0px;
	margin-left:		0px;
	margin-right:		0px;
	margin-bottom:		0px;
}
body.white{
	font-family:		Arial, Helvetica, sans-serif;
	font-size:			10pt;
	color:				#000000;
	background-color:	white;
}
body.offsetRight {
	margin-left:	3px;
}
hr {
	color:			#000066;
}
a:visited {
	color: blue;
}
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;

}
th.in-form {
	font-family:		Arial, Helvetica, sans-serif;
	font-weight:		bold;
	color:				#000066;
	background-color:	white;	
}
td.in-form {
	font-family:		Arial, Helvetica, sans-serif;
	font-weight:		bold;
	color:				#000066;
	background-color:	white;	
}
table.agendaTable tbody td { 
	text-align:		left;
	font-family:	Arial, Helvetica, Sans-serif;
	font-size:		18px;
	font-weight:	bold;
	font-variation:	normal;
	color:			#FFCC33;
}
.transparentTable {
	border: 0px none;
}
.header-one {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	text-transform: uppercase;
	color: #000000;
}
strong.header-primeColor {
	font-family:	Times New Roman, Times, Serif;
	font-size:		14pt;
	font-style:		normal;
	font-weight:	bold;
	font-variant:	small-caps;
	color:			white;
}
.header-primeColor {
	font-family:	Times New Roman, Times, Serif;
	font-style:		normal;
	color:			white;
}
.red {
	color: #FF000B;
}
.page-header {
	text-align:		center;
	color:			#FF000B;
	font-family:	Times New Roman, Times, Serif;
	font-size:		18pt;
	font-weight:	normal;
	font-variant:	small-caps;
}
.sub-heading {
	text-align:			center;
	color:				black;
	font-family:		Times New Roman, Times, Serif;
	font-size:			14pt;
	font-weight:		normal;
	font-variant:		normal;
	text-decoration:	none;
}
.small-text {
	font-size:	8pt;
}
.messagePage {
	text-align:		left;
	/*margin-left:	5px;*/
	font-family:	Arial, Helvetica, Sans-serif;
	font-size:		18px;
	font-weight:	bold;
	font-variation:	normal;
	color:			#FFCC33;
}

/* **************************************************
	drop shadow implementation for banner cell
*************************************************** */
#drop-shadow-container {
	width: 					680px;
	position:				absolute; 
	left:					50%;
	top:					18px;
	margin-left:			-340px;
	text-align:				center;
	font-size:				large; /*	css			 <font>
										xx-small	= 1
										x-small		= 2
										small		= 3
										medium		= 4
										large		= 5
										x-large		= 6
										xx-large	= 7 */
	font-family:			Arial, Helvetica, sans-serif;
	z-index:				1;
}
#drop-shadow {
	width: 					680px;
	position:				absolute; 
	left:					50%;
	top:					21px;
	margin-left:			-338px;
	text-align:				center;
	font-size:				large;
	font-family:			Arial, Helvetica, sans-serif;
	color:					black;
	z-index:				0;
	filter:					alpha(opacity=35);
}
