
body
{
background-color:#00008f;
/*overflow:hidden;*/
}
a:visited
{
color:#FFd050;
}

a:link
{
color:#FFd050;
}

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

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

.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;
}

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

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

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

/* table - default colors for table - gold */
table
{
color:#FFd050;
background:#FFd050;
border:solid #FFd050;
}
td
{
background:#00008f;
}
th
{
color:black;
}

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

/* field-Form input area med-light blue background, gold text */
.field
{
background-color:#0000ff;
color:#FFd050;
border:none;
border-color:#FFd050;
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;
}


