BODY {
	background-image : url(images/clouds.jpg);
	font-family : Arial, Tahoma, Helvetica, sans-serif;
}

P.green {
	FONT-SIZE: 12pt; 
	COLOR: green;
	line-height: 150%;
}

P.white {
	FONT-SIZE: 12pt; 
	COLOR: white;
	line-height: 150%;

}

P.cyan {
	FONT-SIZE: 12pt; 
	COLOR: cyan;
	font-weight: bold;

}

P.orange {
	FONT-SIZE: 12pt; 
	COLOR: orange;
	line-height: 150%;

}
P.whtight {
	FONT-SIZE: 12pt; 
	COLOR: white;
}

P.grtight {
	FONT-SIZE: 12pt; 
	COLOR: green;
}

P.italic {
	FONT-SIZE: 12pt; 
	font-style: italic;

}

P.black {
	color : black;
	font-family : Arial, Tahoma, Helvetica, sans-serif;
	font-size : 8pt;

}

A:LINK, A:VISITED {
	color : white;
	text-decoration : none;
}
A:LINK.green, A:VISITED.green {
	color : green;
	text-decoration : none;
}

A:LINK.green, A:VISITED.purple {
	color : purple;
	text-decoration : none;
}
A:HOVER {
	color: Aqua;
	text-decoration: none;
}

H6.white {
	color : white;
	font-family : Verdana, Arial, Tahoma, Helvetica, sans-serif;
	font-size : 10pt;
	font-weight: bold;
	margin-bottom: -1;
	
}
H3.white {
	color : white;
	font-family : Verdana, Arial, Tahoma, Helvetica, sans-serif;
	font-size : 12pt;
	font-weight: bold;
	margin-bottom: -1;
	
}
H5.white {
	color : white;
	font-family : Verdana, Arial, Tahoma, Helvetica, sans-serif;
	font-size : 8pt;
	font-weight: bold;
}

H2.white {
	color : white;
	font-family : Verdana, Arial, Tahoma, Helvetica, sans-serif;
	font-size : 18pt;
	font-weight: bold;
	
}

H1.white {
	color : white;
	font-family : Verdana, Arial, Tahoma, Helvetica, sans-serif;
	font-size : 24pt;
	font-weight: bold;
	
}
H1.cyan {
	color : cyan;
	font-family : Verdana, Arial, Tahoma, Helvetica, sans-serif;
	font-size : 14pt;
	font-weight: bold;
	
}
H1.orange {
	color : #ff6600;
	font-family : Verdana, Arial, Tahoma, Helvetica, sans-serif;
	font-size : 14pt;
	font-weight: bold;
	
}
H1.green {
	color : green;
	font-family : Verdana, Arial, Tahoma, Helvetica, sans-serif;
	font-size : 14pt;
		
}
BLOCKQUOTE {
	margin-left : 0;
}

CAPTION {
	font-family : Arial, Tahoma, Helvetica, sans-serif;
	font-weight : 800;
}
UL.list.gr {
	FONT-SIZE: 12pt; 
	COLOR: green
}