@charset "utf-8";
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	font-weight: bold;
	color: #3440D2;
}
.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #666666;
}
.atagcopy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #43CF3A;
	text-decoration: none;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #43CF3A;
	text-decoration: none;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #D838A2;
	font-style: normal;
	font-weight: bold;
}
.greyboxbkd {
	background-image: url(images/button%20bw.jpg);
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	left: 5px;
	top: 5px;
	right: 5px;
	bottom: 5px;
	padding: 8px;
}
.greenbox {
	background-image: url(images/buttongreen.jpg);
	background-repeat: no-repeat;
	padding: 8px;
}
.pinkbox {
	background-image: url(images/buttonpink.jpg);
	padding: 8px;
	background-repeat: no-repeat;
}
.bluebox {
	background-image: url(images/buttonblue.jpg);
	background-repeat: no-repeat;
	padding: 8px;
}
.subtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}
.subtitlegrey {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}

.bodytextwhite {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}
.greyborder {
	border: thin solid #666666;
}
.darkgreytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	font-weight: bold;
}
body {
	background-color: #FFFFFF;
}

