/* HTML TAG STYLES */


body     {
	color: #707070;
	font-style: normal;
	font-weight: normal;
	font-size: 10pt;
	font-family: "Gill Sans", Arial, "Arial Narrow";
	text-decoration: none;
	background-color: white;
	text-align: left
}
p {}
td {}

/******* hyperlink and anchor tag styles *******/
a:link{
                color: #404040;
                text-decoration: none;
}
a:visited{
				color: #404040;
                text-decoration: none;
}
a:hover{
                text-decoration: underline;
}

