<pre>body    { background-color: white; font-family: Verdana; font-size: 8pt }
h1 
{
font-size: 10pt;
font-family: "Verdana";
color: black
}

p  
{
font-size: 8pt;
font-family: "verdana";
color: #072952
}

a 
{
text-decoration: none;
color: Blue;
}
a:hover
{
text-decoration : underline;
color: #104D9D;
}

.TableStyle
{
border-width: 1px;
border-style: dashed;
border-color: #174D7B;
border-collapse: collapse;
background-color: white;
}

.TableStyle th
{
border-width: 1px;
padding: 5px;
border-style: inset;
border-color: gray;
background-color: white;
font-size: 8pt;
font-family: "verdana";
color: #990000;
}

.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;
}

.Result
{
border-width: 1px;
border-style: dashed;
border-color: Green;
border-collapse: collapse;
padding:10px;
font-size: 10pt;
font-family: "verdana";
color: Green;
}

.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;
}

.Link
{
font-size: 8pt;
font-family: "verdana";
color: #FFFFFF
}

.Link a:hover
{
text-decoration : underline;
color: #FFFFFF;
}

.Logout
{
font-size: 8pt;
font-family: "verdana";
color: Blue
}

.Logout a:hover
{
text-decoration : underline;
color: #FFFFFF;
}

.Heading
{
padding: 5px;
/*background-color: #104D9D;*/
font-weight: bold;
color: #104D9D;
font-family: "verdana";
font-size: 8pt;
}

.Note
{
font-family: "verdana";
font-size: 8pt;
color: Red;
}

.Pending
{
padding: 5px;
background-color: #eeeeee;
color: #FD7974;
font-family: "verdana";
font-size: 10pt;
font-weight: bold;
}

.Pending a:hover
{
text-decoration : underline;
color: #990000;
}
.Pending a 
{
text-decoration: none;
color: #FD7974;
}

.PageHeading
{
padding: 5px;
font-weight: bold;
color: #104D9D;
font-family: "verdana";
font-size: 8pt;
}
</PRE>