

body
{
background-color:#ffffff;
/*overflow:hidden;*/
}
a:visited
{
color:#800040;
}

a:link
{
color:#000080;
}

.heading
{
width:100%;
text-align:center;
font-size:400%;
font-weight:bold;
/*color:#F8d050;*/
color:#F8c52c;
}

.footer
{
width:100%;
color:#000000;
}

.bluebar
{
width:100%;
font-size:small;
background-color:#0000ff;

}

/* MENU BAR - Definitions for background and buttons */
.menubar 
{
float:left;
background-color:#0000ff;
width:100;
height:100%;
clear:none;
color:#06efFF;
text-decoration:none;
}

a.menulnk:link
{
color:#00008f;
text-decoration:none;
}

a.menulnk:visited
{
color:#00008f;
text-decoration:none;
}

a.menulnk:active
{
font-weight:bold;
}
.menubtn
{
border-width:medium;
background-color:#06b5f5;
border-style:outset;
margin-left:5;
margin-right:5;
cursor:pointer;
/*color:#00008f;*/
color:#00008f;
}

/* =====   END MENUBAR ======= */

.mainpanel
{
/*color:#06efFF;*/
color:#000000;
font-size:125%;
border-style:none;
margin-left:105;
}

.contactpanel
{
text-align:center;
}

.maintitle
{
text-align:center;
vertical-align:middle;
font-size:600%;
font-style:bold;
/*color:#FFd050; */
color:#000000;
}

/* table - default colors for table - gold */
table
{
color:#000000;
background:#ffffff;
border:none;
/*border:solid #000000;*/
}
td
{
background:#ffffff;
}
th
{
color:black;
}

/* hiddentable - hides all cell outlines */
.hiddentable
{ 
/*color:#FFd050;*/
color:#000000;
border:none;
background:none;
}

/* field-Form input area med-light blue background, gold text */
.field
{

background-color:#Dfdfdf;
color:#000000;
border:none;
border-color:#000000;
font-size:18;
}

/* label-text label next to input bold gold text */
.label
{
font-size:12;
font-weight:bold;
text-align:right;
}
.label-left
{
font-size:12;
font-weight:bold;
text-align:left;
}

.biglabel
{
font-size:18;
font-weight:bold;
text-align:right;

}
.bigdata
{
font-size:18;
text-align:center;
}


