
h1    {
	color: #557d40;
	font-weight: bold;
	font-size: medium;
	font-family: georgia, serif;
	margin-bottom: .2em
	}

h2    {
	color: #557d40;
	font-weight: normal;
	font-size: x-small;
	margin-top: 0px;
	margin-bottom: 0px
	}

form {
	margin-top: 0px
	}

textarea, input {
	font-size: xx-small
	}

select, option {
	font-size: x-small
	}

td {
	color: #333;
	font-size: x-small;
	font-family: verdana, sans-serif
	}

td.MainTableHeader {
	color: #fff;
	background-color: #699
	}

td.TableHeader {
	color: #fff;
	background-color: #9cc
	}

td.TableFooter {
	color: #fff;
	background-color: #9cc
	}

td.ColumnHeading  {
	color: #cff;
	background-color: #7bb6b6;
	border-right: 1px solid #699;
	border-bottom: 1px solid #699
	}

td.ColumnItem  {
	color: #699;
	background-color: #cfeaeb;
	border-right: 1px solid #5dafb0;
	border-bottom: 1px solid #5dafb0
	}

td.ColumnItemAlt  {
	color: #fff;
	background-color: #9cc;
	border-right: 1px solid #5dafb0;
	border-bottom: 1px solid #5dafb0
	}

td.FormControlLabel  {
	color: #cff;
	background-color: #7bb6b6;
	border-right: 1px solid #699;
	border-bottom: 1px solid #699
	}

td.FormControl {
	color: #699;
	background-color: #cfeaeb;
	border-right: #5dafb0 1px solid;
	border-bottom: 1px solid #5dafb0
	}

input.MainButton {
	color: #fff;
	font-weight: bold;
	background-color: #699;
	cursor: hand;
	border-top: 1px outset #9cc;
	border-left: 1px outset #9cc;
	border-right: 1px outset #366;
	border-bottom: 1px outset #366;
	margin: 0px
	}

input.SecondaryButton {
	color: #666;
	font-weight: bold;
	background-color: #ccc;
	cursor: hand;
	border-top: 1px outset #fff;
	border-left: 1px outset #fff;
	border-right: 1px outset #999;
	border-bottom: 1px outset #999;
	margin: 0px
	}

a  {
	color: #377a7b;
	text-decoration: none
	}

a:visited {
	color: #377a7b
	}

a:hover {
	color: #63b4b5
	}

a.HeadingArea-Link  {
	color: #cff
	}

a.HeadingArea-Link:visited {
	color: #cff
	}

a.HeadingArea-Link:hover {
	color: #fff
	}
