
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; font-family: Geneva, Arial, Helvetica, Swiss, SunSans-Regular; margin-top: 0px; margin-bottom: 0px }
h3  { color: white; font-style: normal; font-weight: normal; font-size: 12px; font-family: Geneva, Arial, Helvetica, Swiss, SunSans-Regular }
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: #8bbc72;
	border-bottom: 1px solid #557d40
	}

td.TableHeader   {
	color: #557d40;
	background-color: #bbdea9;
	border-bottom: 1px solid #7eb95f
	}

td.TableRow  {
	color: #557d40;
	background-color: #bbdea9
	}

td.TableErrorRow {
	color: #f60;
	background-color: #fc6
	}

td.TableFooter {
	color: #fff;
	background-color: #999
	}

td.MainColumnHeading   {
	color: #fff;
	background-color: #8bbc72;
	border-right: 1px solid #557d40;
	border-bottom: 1px solid #557d40
	}

td.ColumnHeading   {
	color: #557d40;
	background-color: #bbdea9;
	border-right: 1px solid #7eb95f;
	border-bottom: 1px solid #7eb95f
	}

td.ColumnItem  {
	color: #557d40;
	background-color: #fff;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc
	}

td.ColumnItemAlt  {
	color: #557d40;
	font-size: x-small;
	background-color: #eee;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc
	}

td.MainButton   { color: #fff; font-size: 12px; font-family: Geneva, Arial, Helvetica, Swiss, SunSans-Regular; text-align: center; margin: 0px; border-bottom: 1px solid #060; cursor: hand  }
td.MainButtontop { color: #fff; font-size: 12px; font-family: Geneva, Arial, Helvetica, Swiss, SunSans-Regular; text-align: center; margin: 0px; border-top: 1px solid #060; border-bottom: 1px solid #060; cursor: hand  }
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: #000; text-decoration: none }
a:hover  { color: #f00 }
/*
** Use these when GoLive's layout view correctly picks up :link styles.
** This version hides links that don't have an href by giving them the
** same color as the TableHeader background.  We really need two
** link styles to make this idea work: one for TableHeader and one
** for MainTableHeader.

a.HeadingArea-Link  {
	color: #bbdea9
	}

a.HeadingArea-Link:link  {
	color: #ffc
	}
*/
a.HeadingArea-Link  {
	color: #ffc
	}

a.HeadingArea-Link:visited {
	color: #ffc
	}

a.HeadingArea-Link:hover  { color: #ff0 }
