body
{
	margin: 0;
	background-color: #CCFFCC;
}

table
{
	border-spacing: 0;
	border-collapse: collapse;
}

a, a:visited
{
	color: #0000FF;
	text-decoration: none;
}

a:hover, a:active
{
	text-decoration: underline;
}

a.anchor, a.anchor:visited, a.anchor:hover, a.anchor:active
{
	color: #000000;
	text-decoration: none;
}

td
{
	vertical-align: top;
}

td, .container
{
	font-family: Verdana, sans-serif;
	font-size: 10pt;
	color: #000000;
}

.container
{
	background-color: #CCFFCC;
	text-align: center;
}

.topcont
{
	background-color: #009900;
	height: 125px;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
}

.header
{
	width: 800px;
	margin: 0 auto 0 auto;
	background-color: #66CC66;
	height: 125px;
	text-align: left;
}

.headtitle
{
	padding: 2px 10px 2px 125px;
	text-align: right;
	font-size: 40pt;
	font-variant: small-caps;
}

.headsubtitle
{
	padding: 2px 10px 2px 200px;
	text-align: right;
	font-size: 20pt;
	font-variant: small-caps;
}

.botcont
{
	width: 800px;
	margin: 0 auto 0 auto;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
}

.navigation
{
	width: 125px;
	background-color: #EEEEFF;
	border-right: 1px solid #CCCCFF;
}

.navigation a
{
	line-height: 1.5;
	margin-left: 5px;
}

.content
{
	width: 680px;
	background-color: #FFFFFF;
	padding: 2px 10px 10px 10px;
}

.footer
{
	margin: 0 auto 0 auto;
	width: 800px;
	text-align: center;
	font-size: 8pt;
}

.special
{
	border: 2px ridge #CCFFCC;
	background: #CCFFCC;
	width: 100%;
	height: 230px;
}
.special td
{
	padding: 5px;
}
.special .env
{
	font-size: 14pt;
}
.special .note
{
	font-size: 16pt;
	font-variant: small-caps;
	font-weight: bold;
}

.newshead
{
	font-size: 12pt;
	text-transform: lowercase;
	font-variant: small-caps;
	font-weight: bold;
	color: #003300;
	border-bottom: 1px dotted #003300;
}

.newsitem
{
	margin: 10px 0 0 10px;
}

.nihead
{
	font-weight: bold;
}

.nicite
{
	font-size: 8pt;
	color: #666666;
}

.address
{
	font-size: 8pt;
	font-weight: bold;
	text-align: center;
	color: #666666;
}

.floato
{
	float: right;
	width: 300px;
	margin: 5px;
	background-color: #DDDDDD;
}

.floato .caption
{
	font-size: 8pt;
	font-weight: bold;
}

/* NRI Styles */
.nrinav
{
	/*background: #CCFFCC;*/
	border-top: 1px solid #009900;
	border-bottom: 1px solid #009900;
	width: 100%;
}
.nrinav .left
{
	text-align: left;
	width: 33%;
}
.nrinav .center
{
	text-align: center;
	width: 34%;
}
.nrinav .right
{
	text-align: right;
	width: 33%;
}

