/* NEW SITE STYLE 11-NOV-2009 */

/* LINKS */

a:link {
	color: rgb(255,120,0); 
	font-family: Arial; 
	text-decoration: none; 
	font-size:10pt 
	}
	 
a:visited {
	color: rgb(255,120,0); 
	font-family: Arial; 
	text-decoration: none; 
	font-size:10pt 
	}

a:active     { 
	color: rgb(255,120,0); 
	font-family: Arial; 
	text-decoration: none; 
	font-size:10pt 
	}
	
a:hover      {
	color: rgb(220,180,100);
	text-decoration: underline; 
	font-size:10pt 
	}

/* BODY */

body         { 
	color: rgb(0,0,0); 
	font-family: Arial; 
	font-size: 10pt; 
	margin-top: 10;
	margin-bottom: 10;
	background-image: none; 
	background-color: rgb(0,128,0);
	background-repeat: repeat-x; 
	}


/* TABLES */

table
{
	background-color: rgb(204,255,204);
	font-size: 10pt;
	table-border-color-light: rgb(0,102,102);
	table-border-color-dark: rgb(0,102,102); 
}

cell
{
	cell-border-color-light: rgb(255,255,255);
}

/* MISCELLANEOUS */

numbered list {
	font-family: Arial; 
	color: rgb(102,102,153); 
	}

bulleted list {
	font-family: Arial; 
	color: rgb(102,102,153); 
	}
	
h1, h2, h3, h4, h5, h6
{
	font-family: Arial;
}
h1
{
	color: rgb(102,102,153);
	font-family: Arial;
	font-size:24pt
}
h2
{
	color: rgb(102,102,153); 
	font-family: Arial;
	font-size:14pt
}
h3
{
	color: rgb(102,102,153); 
	font-family: Arial;
	font-size:12pt;

}
h4
{
	color: rgb(102,102,153);
}
h5
{
	color: rgb(102,102,153);
}
h6
{
	color: rgb(102,102,153);
}