@charset "utf-8";
/* CSS Document */

.background {
	background-color: #F2F2F2;
	background-image: url(images/background.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.smallgreytext {
	font-family: arial;
	font-size: 10px;
	color: #666666;
}

.mediumgreytext {
	font-family: arial;
	font-size: 13px;
	color: #333333;
}

.mediumwhitetext {
	font-family: arial;
	font-size: 13px;
	color: #ffffff;
}