

	.text a:link { color : #cccc00; text-decoration : none; }
	.text a:visited { color : #999900; text-decoration : none; }
	.text a:hover { color : #cccc00; text-decoration : underline; }	
	.text a:active { color : #ffffcc; text-decoration : underline; }
	
	.textnoindent a:link { color : #cccc00; text-decoration : none; }
	.textnoindent a:visited { color : #999900; text-decoration : none; }
	.textnoindent a:hover { color : #cccc00; text-decoration : underline; }	
	.textnoindent a:active { color : #ffffcc; text-decoration : underline; }
	
	.innertext a:link { color : #cccc00; text-decoration : none; }
	.innertext a:visited { color : #999900; text-decoration : none; }
	.innertext a:hover { color : #cccc00; text-decoration : underline; }	
	.innertext a:active { color : #ffffcc; text-decoration : underline; }
	
	.small a:link { color : #cccc00; text-decoration : none; }
	.small a:visited { color : #cccc00; text-decoration : none; }
	.small a:hover { color : #cccc00; text-decoration : underline; }	
	.small a:active { color : #ffffcc; text-decoration : underline; }
	
	a:link { color : #000033; text-decoration : none; }
	a:visited { color : #000033; text-decoration : none; }
	a:hover { color : #cccc00; text-decoration : underline; }	
	a:active { color : #ffffcc; text-decoration : underline; }


	body {
		background-color:#333366;
		font-family:Verdana, sans-serif;
		color:#ffffff;
		font-style:normal;
		font-weight:normal;
		margin:0px 0px 0px 0px;
	    }

	.head {
		font-family : Verdana, Arial, Helvetica, sans-serif;
		font-size : 12pt;
		font-weight : bold;
		color : #ffffff;
		margin-left : 20px;
		line-height : 120%
	}

	.subhead {
		font-family : Verdana, Arial, Helvetica, sans-serif;
		font-size : 10pt;
		font-weight : bold;
		color : #cccccc;
	}

	.menu {
		font-family : Verdana, Arial, Helvetica, sans-serif;
		font-size : 9pt;
		font-weight : normal;
		color : #000033;
		text-decoration : none;
	}

	.text {
		font-family : Verdana, Arial, Helvetica, sans-serif;
		font-size : 9pt;
		font-weight : normal;
		color : #ffffff;
		margin-left : 100px;
		margin-right : 5px;
	}

	.innertext {
		font-family : Verdana, Arial, Helvetica, sans-serif;
		font-size : 9pt;
		font-weight : normal;
		color : #ffffff;
		margin-left : 232px;
		margin-right : 5px;
		padding-bottom:5px;
	}

	.textnoindent {
		font-family : Verdana, Arial, Helvetica, sans-serif;
		font-size : 9pt;
		font-weight : normal;
		color : #ffffff;
		margin-left : 20px;
		margin-right : 5px;
	}

	.small {
		font-family : Verdana, Arial, Helvetica, sans-serif;
		font-size : 8pt;
		font-weight : normal;
		color : #ffffff;
		margin-left : 20px;
		line-height : 120%;
	}
	
.pdm      {
	border-color: #000033;
	border-width: 1px;
	border-style: solid;
	border-bottom-width: 0px;
	cursor : hand;
	filter:alpha(Opacity=90);
	font-size : 9pt;
	font-weight : normal;
	color : #000033;
}
	
.pdmHover {
	background-color: #ffffff;
	color: #cccc00;
	font-size: 9px;
	border-bottom-color: #000033;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	cursor : hand;
	font-weight : normal;
}
	
.pdmOut   {
	background-color: #ffffff;
	color: #000033;
	font-size: 9pt;
	border-bottom-color: #000033;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	cursor : hand;
	font-weight : normal;
}
	
	
	TD, td, tr, TR, .body, LI, li {
		font-family : Verdana, Arial, Helvetica, sans-serif;
		font-size : 10pt;
		color : #ffffff;
	}
