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

body {
	background-image: url(images/background.png);
	background-repeat: repeat-x;
	background-color: #F3F3F3;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	text-align: center;
}
.blueTitle {
	color: #0178C9;
	font-size: 14px;
	font-weight: 900;
}

.blueTiny {
	color: #0178C9;
	font-size: 10px;
}

.blueSubtitle {
	color: #0178C9;
	font-weight: 900;
	font-size: 12px;
}

.blueText {
	color: #0178C9;
	font-size: 12px;
}

.greyTitle {
	color: #333333;
	font-size: 14px;
	font-weight: 900;
}

.greySubtitle {
	color: #333333;
	font-weight: bold;
	font-size: 12px;
}

.greyText {
	color: #333333;
	font-size: 12px;
}

.greyTiny {
	color: #333333;
	font-size: 10px;
}
.whiteTitle {
	color: #FFF;
	font-size: 14px;
	font-weight: 900;
}

.whiteSubtitle {
	color: #FFF;
	font-size: 8px;
}

.whiteText {
	color: #FFF;
	font-size: 12px;
}

.whiteTiny {
	color: #FFF;
	font-size: 10px;
}

a:link {
	color: #0178C9;
}
a:visited {
	color: #0178C9;
}
a:hover {
	color: #333333;
	text-decoration:none;
}
a:active {
	color: #0178C9;
}
