A:link {
	color: #000000;
	text-decoration: underline;
	font-weight: normal;
	text-align: left;
}

A:visited {
	color: #000000;
	text-decoration: none;
	font-weight: normal;
	
}

A:active {
	color: #000000;
	text-decoration: none;
	
}

A:hover {
	color: #FF0000;
	text-decoration: underline;
	underline: #000000;
	
}
body {
	background-color: #FFFFFF;
}
{
   border: thin solid Black;
}
hr {
    color: #000000;
	width: 100%;
	height: 1px;
	vertical-align: bottom;
}
p {
   color: #000000;
	font-size: 12px;
	font-family: Tahoma, Arial, Verdana,  sans-serif;
	font-weight: normal;
	text-align: justify;
	
}


td {
	color: #000000;
	font-size: 12px;
	font-family: Tahoma, Arial, Verdana,  sans-serif;
	font-weight: normal;
	text-align: center;
	vertical-align: top;
}
h1 {
	color: #000000;
	font-size: 12px;
	font-family: Tahoma, Arial, Verdana,  sans-serif;
	font-weight: normal;
	text-align: justify;
}
h2 {
	color: #000000;
	font-size: 12px;
	font-family: Tahoma, Arial, Verdana,  sans-serif;
	font-weight: normal;
	text-align: justify;
}
h3 {
	color: #000000;
	font-size: 12px;
	font-family: Tahoma, Arial, Verdana,  sans-serif;
	font-weight: normal;
	text-align: left;
	}	
ul {
	color: #000000;
	font-size: 12px;
	font-family: Tahoma, Arial, Verdana,  sans-serif;
	font-weight: normal;
	text-align: left;
}