@charset "utf-8";
/* CSS Document */

body {
	background-image: url(images/bgrnd/LHM_logo.jpg);
	background-repeat: repeat;
	margin-left: 0px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #666666;
}
body, td, th {
	font-size: 12px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
}
h1 { font-size:24px;
	color: #FFFFFF;
}
h2 { font-size:16px;
	color: #FBFAFC;}

a:link {
	color: #FBFAFC;
	font-weight:bold;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	font-weight:bold;
	color: #FBFAFC;
}
a:hover {
	text-decoration: none;
	font-weight:bold;
	color: #FF6634;
}
#main { text-align:left; }
#main a:link {
	color: #FF6634;
	text-decoration:none;
	font-weight:normal;
	}
#main a:visited {
	color: #FF6634;
	text-decoration:none;
	font-weight:normal;
	}
#main a:hover {
	color: #FBFAFC;
	text-decoration:underline;
	font-weight:normal;
	}
.footer {
	color: #FFFFFF
}
