/* Standard styles */
body, td, p, a {
	font-family:  verdana, arial, helvetica, sans;
	font-size: 8pt;
	color: #333333;
	/*color: #333333;*/
	}

body {
	background: #003300; /*003300;*/
	}



.noBorder {
	border: 0px;
	}



/* Headings */
h1 {
	color: #CC9966;
	font-size: 12pt;
	font-weight: bold;
	text-align: left;
	}

h2 {
	color: #CC9966;
	font-size: 10pt;
	font-weight: bold;
	text-align: left;
	}

h3 {
	color: #CC9966;
	font-size: 10pt;
	font-weight: bold;
	text-align: left;
	}

h4 {
	color: #CC9966;
	font-size: 8pt;
	font-weight: bold;
	text-align: left;
	}


/* Transitions */

	/* default opacity for IE */
	img {
		filter:alpha(opacity=100);
	}



	/* duplicate image positioning */
	img.idupe {
		position:absolute;
		z-index:30000;
		visibility:hidden;
	}

