<STYLE type="text/css">
/* TAG STYLES */

	/*TABLE STYLES*/
	
		TABLE {
				font-family : Verdana, Arial, sans-serif ;
				font-size : 9pt;
				color:#ffffff;
				background-color:#FFFFFF;
		}
		TH {
			font-family:Verdana, Arial, sans-serif;
			font-size:12px;
			color:#ffffff;
			font-weight:bold;
			background-color:#003366;
			text-align: left;
			cell-spacing:0px;
			padding:3px;
			border: #003366;
		}
		TR {
				font-family : Verdana, Arial, sans-serif ;
				font-size : 9pt;
				color:#003366;
		}

	/* OTHER FORM ELEMENTS */
	
		textarea {
				font-family : Verdana, Arial, sans-serif ;
				font-size : 9pt;
				color:#003366;
				background-color:#FFFFFF;
		}
		
		
		body {
				font-family : Verdana, Arial, sans-serif ;
				font-size : 9pt;
				color:#003366;
		}
		
		p {
				font-family : Verdana, Arial, sans-serif ;
				font-size : 9pt;
		}
		
		select {
				font-family : Verdana, Arial, sans-serif ;
				font-size : 9pt;
				color:#003366;
				background-color:#FFFFFF;
		}

/* CLASS STYLES */
	/* Form Elements */
		.button {
				font-family : Verdana, Arial, sans-serif ;
				font-size : 9pt;
				color:#003366;
				background-color:#CCCCCC;
		}
		.tableheader2 {
				font-family: Verdana, Arial, sans-serif;
				font-size:12px;
				color:#003366;
				font-weight:bold;
				background-color:#639CCE;
				cell-spacing:0px;
				padding:0px;
		}
		.tableheader3 {
				font-family: Verdana, Arial, sans-serif;
				font-size: 12px;
				font-weight: bold;
				color: #003366;
				background-color:#CCCCCC;
				cell-spacing:0px;
				padding:0px;
		}
		/* Pale blue background with standard body text */
		.tableBody1 {
				font-family : Verdana, Arial, sans-serif ;
				font-size : 9pt;
				color:#003366;
				background-color:#E6F3FF;
		}
		/* Pale blue background with bold body text */
		.tableBoldBody1 {
				font-family : Verdana, Arial, sans-serif ;
				font-size : 9pt;
				color:#003366;
				font-weight: bold;
				background-color:#E6F3FF;
		}
		/* Slightly darker blue background with standard body text */		
		.tableBody2 {
				font-family : Verdana, Arial, sans-serif ;
				font-size : 9pt;
				color:#003366;
				background-color:#D1E4EF;
		}
		/* Slightly darker blue background with bold body text */
		.tableBoldBody2 {
				font-family : Verdana, Arial, sans-serif ;
				font-size : 9pt;
				color:#003366;
				font-weight: bold;
				background-color:#D1E4EF;
		}						
				
		/*  used in selectable tables */
		.even        	{ background-color: #E0F4F5; font-size: 12px; color: #18576f; cursor: hand }
		.odd         	{ background-color: #FFFFFF; font-size: 12px; color: #18576f; cursor: hand }
		.selectRow     	{ cursor: hand }
		.alertRow		{ background-color: #FFDFE0; font-size: 12px; color: #18576f; cursor: hand }
		
	
	/* Text */
		.bodyText {
				font-family : Verdana, Arial, sans-serif ;
				font-size : 9pt;
				color:#003366;
				font-weight: normal;
		}	
		.boldBody {
			font-family: Verdana, Arial, sans-serif;
			font-size: 12px;
			font-weight: bold;
			color: #003366;
		}
		.bigBoldBody {
			font-family: Verdana, Arial, sans-serif;
			font-size: 14px;
			font-weight: bold;
			color: #003366;
		}
		
		
		.redBody {
				font-family : Verdana, Arial, sans-serif ;
				font-size : 9pt;
				font-weight: normal;
				color:#990000;
		}
		.redBoldBody {
			font-family: Verdana, Arial, sans-serif;
			font-size: 12px;
			font-weight: bold;
			color: #990000;
		}
		.redBigBoldBody {
			font-family: Verdana, Arial, sans-serif;
			font-size: 14px;
			font-weight: bold;
			color: #990000;
		}
</STYLE>