

.return
{
font-size: 10pt;
text-align: right;
}

.mainheading
{
font-size: 28pt;
}

.navbar
{
font-size: 9pt;
border-width: thick;
}

.navbarcells
{
font-weight: 700;
border-spacing: 10px;
padding: 3px;
text-align: center;
white-space: nowrap;
background-color: yellow;
}

.titlebar
{
padding: 20px;
border-width: thin;
border-color: darkblue;
border-style: solid;
text-align: center;
background-color: yellow;
}

a:link.navbarlink
 {color: darkblue;}    
 /* unvisited link */

a:visited.navbarlink
{color: darkblue;
} 
 /* visited link */

a:hover
{
color: darkblue;
} 

a:hover.navbarlink;
{
color: blue;
} 


body
{
background-color: #FFFFCC;
/*
background-color: rgb(255,255,128);
background-image: url("arguspeacocklight.GIF");
*/
color: darkblue;
font-size: 14pt;
font-family: helvetica;
background-attachment: fixed;
background-repeat: no-repeat;
background-position: center;
margin: 5%;
}


.center
{
text-align: center;
}

.bigtext
{
font-size: 14pt;
font-weight: 500;
}

caption
{
font-style: italic;
font-size: 14pt;
}

.division
{
border-color: darkblue;
border-style: solid;
border-width: medium;
}

.smalltext
{
font-size: 11pt;
}

.accesstable
{
text-align: center;
}

.rowheadings
{
text-align: center;
font-weight: 900;
}

.tdblank
{
border-width: none;
border-style: none;
border-color: transparent;
text-align: center;
}

.tdgrid
{
border-width: none;
border-style: none;
border-color: transparent;
text-align: left;
}

td
{
text-align: left;
border-color: darkblue;
border-style: solid;
border-width: thin;

}

.tdextend
{
width: 120px;
}

.titlebar
{
text-align: center;
}

.arguslogo
{
height: 100px;
width=170px;
}


.accesslogo
{
height: 200px;
width=250px;
}

h1
{
font-size: 24pt;
}

h2
{
font-size: 22pt;

}

h3
{
font-size: 20pt;

}

h4
{
font-size: 18pt;
text-decoration: underline;
}
h5
{
font-size: 16pt;
}
h6
{
font-size: 14pt;
}