
h1    {
	color: #000099;
	font-weight: bold;
	font-size: medium;
	font-family: georgia, serif;
	margin-bottom: .2em
	}

h2    {
	color: #000099;
	font-weight: normal;
	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: #0000ff;
	border-bottom: 1px solid #000099
	}

td.TableHeader   {
	color: #000099;
	background-color: #bbdea9;
	border-bottom: 1px solid #7eb95f
	}

td.TableRow  {
	color: #000099;
	background-color: #bbdea9
	}

td.TableErrorRow {
	color: #f60;
	background-color: #fc6
	}

td.TableFooter {
	color: #fff;
	background-color: #999
	}

td.MainColumnHeading   {
	color: #fff;
	background-color: #0000ff;
	border-right: 1px solid #000099;
	border-bottom: 1px solid #000099
	}

td.ColumnHeading   {
	color: #000099;
	background-color: #0000ff;
	border-right: 1px solid #30F;
	border-bottom: 1px solid #30F
	}

td.ColumnItem  {
	color: #000099;
	background-color: #fff;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc
	}

td.ColumnItemAlt  {
	color: #000099;
	font-size: x-small;
	background-color: #eee;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc
	}

input.MainButton {
	color: #fff;
	font-weight: bold;
	background-color: #9c6;
	cursor: hand;
	border-top: 1px outset #cf9;
	border-left: 1px outset #cf9;
	border-right: 1px outset #693;
	border-bottom: 1px outset #693;
	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: #0000ff;
	text-decoration: none
	}

a:visited {
	color: #330033
	}

a:hover {
	color: #3333cc
	}
/*

a.HeadingArea-Link  {
	color: #000099
	}

a.HeadingArea-Link:link  {
	color: #ffc
	}
*/
a.HeadingArea-Link  {
	color: #ffc
	}

a.HeadingArea-Link:visited {
	color: #ffc
	}

a.HeadingArea-Link:hover {
	color: #000099
	}
