/*************  MAIN PAGE **************/
body
	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color:#CCCCCC
	}
	
td, th
	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	cell-padding:0;
	margin: 0 0 0 0;

	}
p	{
	font-family: Arial, Helvetica, sans-serif;
	color:#333333;
	font-size:14px;
	font-weight:normal;
	cell-padding:5;
	margin: 5 5 5 5;
	}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight:bold;
	color: #ff9900;			/* orange */
	margin: 5 5 5 5;
	}
h2	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:bold;
	color: #24408f;			/* blue */
	margin: 5 5 5 5;
	}

h3	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	color: #24408f;			/* blue */
	letter-spacing:.1em;
	margin: 5 5 5 5;
	}

.style1
	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	color: #24408f;			/* blue */
	text-decoration: underline;
	}


/*************  NAVIGATION **************/

a	{
	color: #24408f;			/* blue */
	font-size: 14px;
	font-weight: bold;
	text-decoration: underline;
	}
	
a:hover
	{
	color: #ff9900;			/* orange */
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	}
	
a:visited
	{
	color: #24408f;			/* black */
	font-size: 14px;
	font-weight: bold;
	text-decoration: underline;
	}