.greentile {
	background-color: #C4D48C;

}
.greytile {
	background-image: url(images/grey_tile.gif);
	background-repeat: repeat-y;
}
.white {
	background-color: #FFFFFF;
}
.textpadding {
	padding-top: 20px;
	padding-right: 15px;
	padding-bottom: 20px;
	padding-left: 15px;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #555555;
}
h1 {
	font-size: 14pt;
	font-weight: normal;
	color: #686DA7;
	margin-bottom: 0;


}
h2 {
	font-size: 14px;
	font-weight: bold;
}
hr {
	color: #FFFFFF;
	background-color: #FFFFFF;
	border: #FFFFFF;
}
a:link {
	color: #686DA7;
	text-decoration: none;
}
a:visited {
	color: #686DA7;
	text-decoration: none;
}
a:hover {
	color: #686DA7;
	text-decoration: underline;
}