/* Standard styles */
body, td, p, a {
	font-family: arial, helvetica, sans, verdana;
	font-size: 8pt;
	color: #666666;
	/*color: #333333;*/
	}

body {
	background: white; /*FFFFCC;*/
	}

p {
	/*width: 600px;*/
	}

img {
	border: solid 1px #000000;
	}

li {
	padding-bottom: 7px;
	}

.noBorder {
	border: 0px;
	}

a {
	font-size: 10pt;
	}

b {
	color: #666666;
	}

/* 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;
	}

/* Home page specific */
.homePageAlert {
	width: 190px;
	background: white; /*#FFDD99;*/
	border: solid 2px #CCCCCC; /*#EE9966;*/
	font-size: 8pt;
	color: #C63;
	}

.homePageAlert b {
	font-weight: bold;
	font-size: 14pt;
	color: #E93;
	}

/* Transitions */

	/* default opacity for IE */
	img {
		filter:alpha(opacity=100);
	}



	/* duplicate image positioning */
	img.idupe {
		position:absolute;
		z-index:30000;
		visibility:hidden;
	}

