/* CSS Document */


p a {
	font-weight: normal;
	text-decoration: none;
	font-family: "Courier New", Courier, mono;
	font-size: 12px;
	color:#FF0000;
	}
	
p  {
	font-weight: normal;
	text-decoration: none;
	font-family: "Courier New", Courier, mono;
	font-size: 12px;
	color:#000000;
	}
	
p a:link { text-decoration: none;
	color:#FF0000;
		}
p a:visited {  text-decoration: none;
	color:#FF0000;
		}
p a:hover { text-decoration: none;
	background:#000000;
		color:#FFFFFF;
		}
p a:active { text-decoration: none;
	color:#FF0000;
		}
		
#home {
	margin-top: 10px;
	width: 277px;
	height: 31px;
	margin-left: auto;
	margin-right: auto;
	}
	
.recordlabelhead {
	font-family: "Courier New", Courier, mono;
	color:#000000;
	font-size: 14px;
	font-weight: bold;
	}