body {
	background-color: White;
}
h1 {
	font-family: Arial;
	font-size: 26px;
	font-weight: bold;
	text-align: center;
	background-color: #F4F4F4;
}
h2 {font-family: Arial;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
   }
td {font: 12px Arial;
    color: black;
   }
p {font: 12px Arial;
    color: black;
   }
tr.TitleRow {
	background-color: #DDDDDD;
}	
	
a:link     {
	font-size: 10pt;
	font-weight: bold;
	background-color: transparent;
	line-height: 12pt;
	text-decoration: underline;
	color: Blue;
	border: 1px none Black;
	padding: 0 1px 0 1px;
	font-family: Arial, Helvetica, sans-serif;
}
a:visited  {
	font-size: 10pt;
	font-weight: bold;
	background-color: transparent;
	border-style: solid;
	border-color: silver;
	line-height: 12pt;
	color: black;
	text-decoration: underline;
	border: 1px none Black;
	padding: 0 1px 0 1px;
	font-family: Arial, Helvetica, sans-serif;
}
a:hover  {
	font-size: 10pt;
	font-weight: bold;
	border-top: thin;
	letter-spacing: normal;
	line-height: 12pt;
	color: white;
	text-decoration: underline;
	background-color: Blue;
	padding: 0 1px 0 1px;
	border: none Gray;
	font-family: Arial, Helvetica, sans-serif;
}
a:active  {
	font-size: 10pt;
	font-weight: bold;
	background-color: transparent;
	line-height: 12pt;
	color: red;
	text-decoration: underline;
	padding: 0 1px 0 1px;
	font-family: Arial, Helvetica, sans-serif;
}

