/*
body {
  background: #f0eed8;
  color: #000;
  font: 94%/1.2 "Times New Roman", "Bitstream Vera Serif", sans-serif;
  text-align: center;
}
 */
 
h1    {
	color: green;
	font-weight: bold;

	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: .2em
	}

h2    {
	color: green;
	font-weight: bold;

	margin-top: 0px;
	margin-bottom: 0px;
    font-family: Arial, Helvetica, sans-serif	}
	
h3    {
	color: green;
	font-weight: bold;

	margin-top: 0px;
	margin-bottom: 0px;
    font-family: Arial, Helvetica, sans-serif	}

h4    {
	color: green;
	font-weight: bold;

	margin-top: 0px;
	margin-bottom: 0px;
    font-family: Arial, Helvetica, sans-serif	}
	
input {
	font-size: xx-small
	}

select, option {
	font-size: x-small
	}

b {font-weight: bold;
   font-family: Times New Roman, Arial, Helvetica, Geneva, Swiss, SunSans-Regular}

td  { color: #333; font-size: 11pt; font-family: verdana,arial,helvetica,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
	}

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: #0033CC; text-decoration: none ; font-weight: 400}

a:visited  { color: #336666; font-weight: 400}

a:hover  { color: #006699; font-weight: 400}
 */

/*
** 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: #00ff00
	}

a.HeadingArea-Link:hover {
	color: #557d40
	}
.locallink {  font-family: Tahoma, Arial, Helvetica, sans-serif; font-size: xx-small; font-weight: bolder; color: #003366}
.locallinkhover {  font-family: Tahoma, Arial, Helvetica, sans-serf; font-size: xx-small; font-weight: bolder; color: #000033}
.locallinkvisited {  font-family: Tahoma, Arial, Helvetica, sans-serf; font-size: xx-small; font-weight: bolder; color: #336666}
.h3 {  font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; color: #000000}

.PageTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #003300;
	text-align: center;
}
.Heading1 {  font-family: Arial, Helvetica, sans-serif; font-size: 18px; font-weight: bold; color: #003300}
.Heading2 {  font-family: Arial, Helvetica, sans-serif; font-size: 16px; font-weight: bold; color: #003300}
.Heading3 {  font-family: Arial, Helvetica, sans-serit; font-size: 14px; font-weight: bold; color: #003333}

textarea { }
textarea { 	font-size: xx-small; color: #000000} .Heading4 {  font-family: comic sans ms, Arial, Helvetica, sans-serif; font-size: 14px; font-weight: bold}
.itemtitle {  font-size: x-small; font-weight: bold}
p {  font-family: Tahoma, Arial, Helvetica, sans-serif; font-size: 14px; font-weight: lighter}
.p-small {  font-size: smaller}
.smalltype {  font-size: smaller}
.Heading5 {  font-size: x-small; font-weight: bold}

a:link.navmenu { font-family: sans-serif; color: #333333;  font-size: 80%; font-style: oblique; }
a:visited.navmenu { font-family: sans-serif; color: #333333; font-size: 80%; font-style: oblique; }
a:hover.navmenu { font-family: sans-serif; color: #999999; font-size: 80%; font-style: oblique; }

td.halfcolumn { width: 50%; }

   div.right {text-align: right; }
   div.left {text-align: left; }
