<pre>body    { background-color: white; font-family: Verdana; font-size: 8pt }
h1 
{
font-size: 10pt;
font-family: "Verdana";
color: <%=PageColor%>
}

p  
{
font-size: 8pt;
font-family: "verdana";
color: #453615
}

a 
{
text-decoration: none;
color: Blue;
}
a:hover
{
text-decoration : underline;
color: <%=PageColor%>;
}


.TableStyle
{
border-width: 1px;
border-style: dashed;
border-color: #04197F;
border-collapse: collapse;
background-color: white;
}

.TableStyle th
{
border-width: 1px;
padding: 5px;
border-style: inset;
border-color: gray;
background-color: white;
}

.TableStyle td1
{
border-width : 1px;
padding: 3px;
border-color: White;
border-style: inset;
background-color: #D0D5EE;
}

.TableStyle td2
{
border-width : 1px;
padding: 3px;
border-color: White;
border-style: inset;
background-color: #BCBFCE;
}

.ErrorMessage
{
border-width: 1px;
border-style: dashed;
border-color: #928058;
border-collapse: collapse;
padding:10px;
}

.ErrorMessage p
{
font-size: 10pt;
font-family: "verdana";
color: #990000;
}

.Home a:hover
{
text-decoration : underline;
color: #5A4A26;
}

.Learn a:hover
{
text-decoration : underline;
color: #23498A;
}

.Visit a:hover
{
text-decoration : underline;
color: #7E0C0C;
}

.Support a:hover
{
text-decoration : underline;
color: #558645;
}

.Contact a:hover
{
text-decoration : underline;
color: #B99C12;
}

ul
{
font-size: 8pt;
font-family: "verdana";
color: #453615
list-style-type: square;
}

a.button{padding:.25em .5em; background:#578847; color:#fff; display:block; margin:0 .5em .5em;}
a.button:hover{background:#bb9e12; color:#fff; text-decoration:none;}
</PRE>



