/* CSS Document */

.darkGrey {
	font-family: Helvetica;
	font-size: 10px;
	color: #404040;
	font-weight:bold;
}

.lightGrey {
	font-family: Helvetica;
	font-size: 10px;
	color: #999999;
}

a {
	font-family: Helvetica;
	font-size: 10px;
	color: #999999;
	text-decoration:none;
}

a:hover {
	font-family: Helvetica;
	font-size: 10px;
	color: #999999;
	text-decoration:underline;
}

body {
	margin: 0px;
	padding: 0px;
}

.bgImage {
	background-image: url(../images/homepage/main.jpg);
	background-repeat: no-repeat;
}
