body {
	background-attachment: fixed;
	background-color: #CCCCFF;
	background-repeat: repeat;
	background-position: left top;
	
	margin-left: 5;
	margin-right: 0;
	margin-bottom: 0px;
	margin-top: 2px;
	
	font-family: Tahoma;
	font-size: 10pt;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
}

p {
	font-weight: bold;
	text-align: left;
	width: 120px;
	height: 18px;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 0px;
	margin-top: 0px;
}

A {
	color: white;
	font-weight: bold;
	text-decoration: none;
	width: 105px;
	height: 18px;
}

A:hover {
	color: #6804e1;
	text-align: center;
	text-decoration: none;
	background-color: #FF6633;
	width: 105px;
	height: 18px;
}

A:visited {
	text-decoration: none;
	width: 105px;
	height: 18px;
}

hr {
	 align: center;
	 color: #6804e1;
	 width: 80px;
	height: 1px;
}

