p,tr,td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #F8A406;
}

h1,h2	{
			font-weight: bold; font-size: 24px; font-family: Helvetica, Arial, Verdana, sans-serif;
			text-decoration: none; line-height : 120%; color : #F8A406;
}

h3	{
			font-weight: bold; font-size: 16px; font-family: Helvetica, Arial, Verdana, sans-serif;
			text-decoration: none; line-height : 120%; color : #F8A406;
}

a:link {
	text-decoration: none;
	color : #FD4000;
}

a:active {
	text-decoration: none;
	color : #FFFFFF; 	
}

a:visited {
	text-decoration: none;
	color : #FD4000;	
}

a:hover	{
	text-decoration: underline;
	color : #FFFFFF;
}

.code {
	font-family: "Courier New", Courier, mono;
	font-size: 10pt;
	background-color: #CCCCCC;
	height: auto;
	width: 90%;
	color: #333333;
	margin-left: 5%;
	padding: 5px;
	border: #000000;
}

.headerstyle {
	background-color: #000000;
}
