a:link {
	color : #0000FF;
	text-decoration : none;
}

a:visited {
	color : #0000FF;
	text-decoration : none;
}

a:hover {
	color : #0000FF;
	text-decoration : underline;
}

a:active {
	color : #FF0000;
	text-decoration : none;
}

body {
	background-color : #FFFFFF;
	color : #000000;
	font-family : Arial, Helvetica, sans-serif;
	font-size : x-small;
	margin-top : 0px;
}

hr {
	color : #000000;
	height : 1px;
}

p {
	color : #000000;
	font-size : x-small;
}

td {
	color : #000000;
}

.bordercollapse {
	border-collapse : collapse;
}

.center {
	text-align : center;
}

.right {
	text-align : right;
}

