.body {
	background-color: #dee8f2;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
body {
	background-color: #dee8f2;
}
a:link.class1 {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover.class1 {
	color: #CCCCCC;
}
a:link.class2 {
	color: #000000;
	text-decoration: none;
	font-style:bold
}
a:hover.class2 {
	color: #CCCCCC;
}

.whitelink {
	color: #FFFFFF;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.blacklink {
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.custom_button {
	background-color: #00B39F;
	color: #FFFFFF;
}
.blocktext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
.heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000000;
	font-weight: bold;
}
.heading_green {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #00AF9D;
}
.heading2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #000000;
}
.heading_white {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	font-weight: bold;
}
.helptext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}
