/* CSS Document */
body {
	margin-left:30px;
	margin-right:30px;
	margin-bottom:30px;
}
.mainHeading {
	font-family:Trebuchet MS;
	font-size:28px;
	font-weight:bold;
	text-align:center;
}
.subHeading {
	font-family:Trebuchet MS;
	font-size:14px;
}
.contentText {
	font-family:Trebuchet MS;
	font-size:12px;
	text-align:justify;
}
a:link {
	font-family:Trebuchet MS;
	color:#7d2424;
	text-decoration:none;
}
a:hover {
	font-family:Trebuchet MS;
	color:#7d2424;
	text-decoration:underline;
}
a:visited {
	font-family:Trebuchet MS;
	color:#7d2424;
	text-decoration:none;
}
.yeargroupWelcome {
	font-family:Trebuchet MS;
	font-size:18px;
	color:#0000FF;
	text-align:center;
}