/* HOME STYLES */

#homeTable {
	position: relative;
	left: 5px;
}
#home {
	width: 265px;
	position: relative;
	left: -10px;
	top: -10px;
}
#home h1 {
	margin: 10px 0 0 0;
	padding: 0;
}
#home h1, #home h1 a {
	font-size: 14px;
	color: #008000;
	text-decoration: none;
}
#home h1 a:hover {
	text-decoration: underline;
}
#home p {
	font-size: 12px;
	padding: 0;
	margin: 0;
	line-height: 15px;
}