h1      { color: #800000; font-weight: bold; font-size: medium; font-family: georgia, serif; margin-bottom: 0.2em }

h2       { color: #ff8c00; font-weight: bold; font-size: x-small; margin-top: 0px; margin-bottom: 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: #8bbc72; border-bottom: 1px solid #800000 }

td.TableHeader     { color: white; font-weight: bold; background-color: red; border-bottom: 1px solid white }

td.TableRow    {
	color: #f00;
	background-color: white;
	border-right: 1px solid black;
	border-left: 1px solid black;
	text-align: left;
}

td.TableErrorRow {
	color: #f60;
	background-color: #fc6
	}

td.TableFooter   { color: black; font-weight: bold; font-size: 10px; background-color: #f5f5dc; border-right: 1px solid black; border-bottom: 1px solid black; border-left: 1px solid black }

td.MainColumnHeading    { color: #fff; background-color: #ff4500; border-right: 1px solid #557d40; border-bottom: 1px solid #557d40 }

td.ColumnHeading      { color: #f00; font-weight: bold; background-color: #dcdcdc; border-top: 1px solid black; border-right: 1px solid black; border-left: 1px solid black }

td.ColumnItem   { color: #f00; background-color: #fff; border-right: 1px solid #ccc; border-bottom: 1px solid #ccc }

td.ColumnItemAlt   { color: #f00; font-size: x-small; background-color: #eee; border-right: 1px solid #ccc; border-bottom: 1px solid #ccc }

input.MainButton   { color: black; font-weight: bold; background-color: #f5f5dc; margin: 0px; border-style: outset; border-width: 1px; border-color: #696969 #a9a9a9 #a9a9a9 #696969; 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
	}
input.MButton  { color: #666; font-weight: bold; background-color: #ff0; margin: 0px; border-style: outset; border-width: 1px; border-color: black #999 #999 black; cursor: hand  }
a     { color: #003399; font-size: 11px; text-decoration: none }

a:visited    { color: #FF0000; font-size: 11px}

a:hover     { color: #FF9900; font-size: 11px; text-decoration: underline }
/*
** 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: #ffd700 }
body     { text-align: justify}

