a:link
{
	color: rgb(0,102,153); 
}
a:visited
{
	color: rgb(0,153,102); 
} 
a:active 
{
	color: rgb(0,102,102);
}
body
{
	font-family: Arial, Helvetica;
	background-color: #FFFFCC;
	color: black;
        background-image: url(images/bg.gif);
        margin-top: 0;
        margin-left: 0;
        margin-right: 0;
}
table
{
	table-border-color-light: rgb(102,204,204);
	table-border-color-dark: rgb(0,102,102); 
}
table.image {
    cursor: hand;
    border-color: lightgreen;
}
table.rowNav1 { background-color: #CCFFCC; }
table.rowNav2 { background-color: #99FF99; }
table.rowNav3 { background-color: #66FF66; }
table.header { background: url(images/header_bg.gif); }

table.rowNav1 td {border: thin outset white; }
table.rowNav1 a:hover { background-color: lightblue; }
table.rowNav1 a, table.rowNav1 a:visited, table.rowNav1 a:active 
  { color: green; text-decoration: none; }

table.rowNav2 td.button {border: thin outset white; }
table.rowNav2 a:hover { background-color: lightblue; }
table.rownav2 a, table.rowNav2 a:visited, table.rowNav2 a:active 
  { color: green; text-decoration: none; }

tr.flip, td.flip {background-color: white; }
tr.flop, td.flop {background-color: lightblue; }
tr.flip2, td.flip2 {background-color: lightyellow; }
tr.flop2, td.flop2 {background-color: lightgreen; }

td.indexLogin { background-color: #B0D8E8; }

table.tips { background-color: #CCFFCC; }

h1.underline    { border-bottom: solid thin; }
h2.underline    { border-bottom: solid thin; }
h3.underline    { border-bottom: solid thin; }
h4.underline    { border-bottom: solid thin; }
h1
{
	color: rgb(0,153,153);
}
h2
{
	color: rgb(102,102,102); 
}
h3
{
	color: rgb(153,153,102); 
}
h4
{
	color: rgb(0,153,153);
        margin-bottom: 5;
}
h5
{
	color: rgb(102,102,102);
        margin-bottom: 1;
}
h6
{
	color: rgb(153,153,102);
}

p.opaque
{
  background-color: #FFFFCC; /* make same as background image */
}

span.error {
  color: red;
  font-weight: bold;
}


