/* Global Styles */

/* Global Styles */

body {
	margin:0;
	font-family: Arial, Helvetica, sans-serif;
	}
	
td	{
	font:12px Arial, Helvetica, sans-serif;
	color:#333333;
	}
	
a {
	color: #003399;
	text-decoration:underline;
	}
	
a:hover {
	color: #E35B0F;
	text-decoration:none;
	}
	

h1  {

font-family: Arial,Helvetica,sans-serif;

font-weight: bold;

color: #0000ff;

font-size: 26px;

}

h2  {
	color: #993399;
	font-weight: bold;
	font-weight: bold;
	font-size: 21px;

}
h3  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: Black;
}	

/* ID Styles */
#navigation {
	font:16px Arial, Helvetica, sans-serif;
	color: #cc0000;
	text-decoration:none;
	font-weight: bold;
	}
#navigation a {
	font:16px Arial, Helvetica, sans-serif;
	color: #003399;
	text-decoration:none;
	font-weight: bold;
	}
	
#navigation a:hover {
	color: #cc0000;
	}