body {
	background-color: #CCCCCC;
}
.style1 {
	font-size: x-small;
	font-weight: bold;
}

A:link {
	color: #FF0000;
	text-decoration: none;
}

A:visited {
	color: #FF0000;
	text-decoration: none;
}

A:active {
	color: #FF0000;
	text-decoration: none;
}

A:hover {
	color: #000000;
	text-decoration: underline;
}

TD {
	font-size: 12px;
	font-family : Verdana;
}

P {
	font-size: 12px;
	font-family : Verdana;
}

TD.smaller {
	font-size: 11px;
	font-family : Verdana;
	color : #000000;
}

P.smaller {
	font-size: 11px;
	font-family : Verdana;
	color : #000000;
}

HR {
	height: 1px;
	color : #1478EB;
}

.bodyline	{ border: 1px #000000 solid; }

