<STYLE TYPE="text/css">
<!--


/*sub heading blue*/	
	H4 
		{ 
		font-size: 6pt; 
		color: #111111;
		font-family: arial,sans-serif

		}

/*main heading red*/
	H1 
		{ 
		font-size: 12pt; 
		color: #5E6985;
		margin:0;
		font-family: arial,sans-serif 
		}

/*sub heading blue*/	
	H2 
		{ 
		font-size: 10pt; 
		color: #A90100;
		margin:0;
		font-family: arial,sans-serif 
		}

/*sub heading gold*/	
	H3 
		{ 
		font-size: 10pt; 
		color: #63492a;
		margin:0;
		font-family: arial,sans-serif
		
		}

/*black text*/	
	p 
		{
		color: #111111;
		font-size: 8pt;
		margin:0;
		font-family: arial,sans-serif
		}

	p.pside
		{
		color: #ffffff;
		font-size: 10pt; 
		font-family: arial,sans-serif; 
		font-weight: bold;
		}

/*link decorations*/
	
		a.body:link {color: #5E6985; font-size: 8pt; font-family: arial,sans-serif; font-weight: bold; text-decoration: underline}
		a.body:visited {color: #5E6985; font-size: 8pt; font-family: arial,sans-serif; font-weight: bold; text-decoration: underline}
		a.body:hover {color: #5E6985; font-size: 8pt; font-family: arial,sans-serif; font-weight: bold; text-decoration: none}
		
		a.side:link {color: #ffffff; font-size: 8pt; font-family: arial,sans-serif; font-weight: bold; text-decoration: none}
		a.side:visited {color: #ffffff; font-size: 8pt; font-family: arial,sans-serif; font-weight: bold; text-decoration: none}
		a.side:hover {color: #ffffff; font-size: 8pt; font-family: arial,sans-serif; font-weight: bold; text-decoration: underline}


/* cell background for extra links*/
	.cellbkgrd 
		{
		background-image: url('../images/redside.jpg');
		background-repeat: repeat-y;
		}

 td.mainBody 
	{
	color: #111111;
	margin:0; 
	font-size: 8pt;
	font-family: arial,sans-serif;
	background-color:ffffff;
	vertical-align:top;
	}

	td.mainBody	a:link {color: #5E6985; font-size: 8pt; font-family: arial,sans-serif; font-weight: bold; text-decoration: underline}
	td.mainBody	a:visited {color: #5E6985; font-size: 8pt; font-family: arial,sans-serif; font-weight: bold; text-decoration: underline}
	td.mainBody	a:hover {color: #5E6985; font-size: 8pt; font-family: arial,sans-serif; font-weight: bold; text-decoration: none}
		


	td.mainBody ul
	{ 
	list-style-image: url("arrow.jpg"); 
	list-style-type: circle;
	font-size: 8pt;
	font-family: arial,sans-serif;
	}








 table.body 
	{
	background-color: #A90100;
	}


 td.header 
	{
	background:#A90100; 
	font-family: arial,sans-serif;
	color:ffffff; 
	font-size:8pt; 
 	padding-left: 5px; 
	font-weight: bold;
	caption-side:bottom; 
	}
 








/* form boxes */

.sideBox {
	margin: 0px;
	padding: 5px 10px 5px 10px;
	clear: center;
	float: right;
	width: 200px;
	height: auto;
	border: 1px solid #44537A;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 8pt;
	color: #A90100;
	background-color: #F4F7FF;
	vertical-align: center;
/*	background: #FFF9F9 url(http://www.cleanfilms.com/images/error.gif) 5px 20% no-repeat;*/
}

.sideBox2 {
	margin: 0px;
	padding: 5px 10px 5px 10px;
	clear: center;
	float: center;
	width: 450px;
	height: auto;
	border: 1px solid #44537A;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 8pt;
	color: #A90100;
	background-color: #F4F7FF;
	vertical-align: center;
/*	background: #FFF9F9 url(http://www.cleanfilms.com/images/error.gif) 5px 20% no-repeat;*/
}

.form 

	{	
	font-size: 8pt;
	font-family: arial,sans-serif
	padding-left: 3px; 
	border: 1px #5E6985 solid; 
	color: #111111; 
	width: 120px; 
	background-color: #D7D9E0
	}

.formsub 

	{
	font-size: 8pt;
	font-family: arial,sans-serif
	padding-left: 3px; 
	border: 1px #5E6985 solid; 
	color: #ffffff; 
	width: 120px; 
	background-color: #5E6985
	}

/*repeating bg*/
/*

body

{ 
background-image: 
url("stripe.jpg");
background-repeat: repeat-x
}

*/

 #wm { 
	padding: 0px;
	color: #ddd; 
	font: 9pt arial;
	text-align: right;
	}
	
	#wm a:link {color: #ddd; font-size: 9pt; font-family: arial,sans-serif; text-decoration: none}
	#wm a:visited {color: #ddd; font-size: 9pt; font-family: arial,sans-serif; text-decoration: none}
	#wm a:hover {color: #aaa; font-size: 9pt; font-family: arial,sans-serif; text-decoration: none}



/*tables*/
	p.table
		{
		border-style: solid;
		border-color: #00255B;
		border-width: 2px;
		background-color: #00255B;
		font-size: 10pt;
		font-family: arial,sans-serif;
		color: #ffffff
		}



/*numbered list*/
	ol.decimal 
	{ 
	list-style-type: decimal;
	font-size: 10pt;
	font-family: arial,sans-serif	
	}

	ol.alpha
	{
	list-style-type: lower-alpha;
	font-size: 10pt;
	font-family: arial,sans-serif
	}


/*bulleted list*/
	ul.bullet
	{ 
	list-style-image: url("../images/bullet.gif"); 
	list-style-type: circle;
	font-size: 10pt;
	font-family: arial,sans-serif	
	}
	
	ul.arrow
	{ 
	list-style-image: url("arrow.jpg"); 
	list-style-type: circle;
	font-size: 10pt;
	font-family: arial,sans-serif
	}
	
	ul.arrow2
	{ 
	list-style-image: url("../images/arrow2.gif"); 
	list-style-type: circle;
	font-size: 10pt;
	font-family: arial,sans-serif
	}
-->
</STYLE>
