p, td, tr {
	font-size: 10pt;
	font-family: Arial;
	color: RGB(125,125,125);
	margin-left: 45px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
}

h1 {
	font-size: 10pt;	
	font-family: Arial;
	font-weight: Bold;
	color: RGB(125,125,125);
	font-style: Italic;
	text-decoration: underline;
	margin-left: 25px;
}

h2 {
	font-size: 10pt;	
	font-family: Arial;
	font-weight: Bold;
	margin-left: 25px;
}

a:link {
   	font-size: 10pt;
	font-family: Arial;
   	font-weight: bold;
	text-decoration: none;
   	color: RGB(200,135,71);
}

a:visited {
   	font-size: 10pt;
   	font-family: Arial;
   	font-weight: bold;
   	text-decoration: none;
   	color: RGB(200,135,71);
   	border-style: none;
}

a:hover {
   	font-size: 10pt;
   	font-family: Arial;
   	font-weight: bold;
   	text-decoration: none;
   	color: black;
   	border-style: none;
}

a:active {
   	font-size: 10pt;
   	font-family: Arial;
   	font-weight: bold;
   	text-decoration: none;
   	color: RGB(200,135,71);
   	border-style: none;
}