/****************************************************
These are the style rules controlling the anchors in the menu.shtml page.  
All are identified with the menuLinks class:  <a href="file" class="menuLinks">
*******************************************************/

a.menuLinks:link
{
text-decoration: none; 
color: #ffffff; 
font-family: Arial, Verdana, Helvetica, Sans-Serif; 
font-size: 10pt;
font-weight: bold
}

a.menuLinks:visited
{
text-decoration: none; 
color: #ffffff;
font-family: Arial, Verdana, Helvetica, Sans-Serif; 
font-size: 10pt;
font-weight: bold
}

a.menuLinks:hover 
{
color: #6666CC;
font-family: Arial, Verdana, Helvetica, Sans-Serif;
font-size: 10pt; 
font-weight: bold;
text-decoration: underline
}

a.menuLinks:active 
{
color: #ffffff;
font-family: Arial, Verdana, Helvetica, Sans-Serif;
font-size: 10pt; 
font-weight: bold;
text-decoration: underline
}

/********************************************************
These are the additional style rules controlling the anchors that take users to the top of a page.  
All are identified with the toTop class
********************************************************/

a.toTop:link
{
	font-size: 8pt;
	font-family: Arial, Verdana, Helvetica, Sans-Serif
	text-align: right
}

a.toTop:visited
{
	font-size: 8pt
	font-family: Arial, Verdana, Helvetica, Sans-Serif
	text-align: right
}

a.toTop:hover
{
	font-size: 8pt
	font-family: Arial, Verdana, Helvetica, Sans-Serif
	text-align: right
}

a.toTop:active
{
	font-size: 8pt
	font-family: Arial, Verdana, Helvetica, Sans-Serif
	text-align: right
}

p.toTop
{  
	font-size: 8pt; 
	text-align: right;
	font-family: Arial, Verdana, Helvetica, Sans-Serif
}

/********************************************************
These are the style rules controlling all non-menu 
anchors in other pages. 
********************************************************/

a:link
{
text-decoration: none;
color: #6666CC;
font-family: Arial, Verdana, Helvetica, Sans-Serif;
font-size: 10pt; 
font-weight: bold
}

a:visited
{
text-decoration: none;
color: #6666CC;
font-family: Arial, Verdana, Helvetica, Sans-Serif;
font-size: 10pt; 
font-weight: bold
}

a:hover 
{	
text-decoration: underline;
color: #CCCC66;
font-family: Arial, Verdana, Helvetica, Sans-Serif;
font-size: 10pt; 
font-weight: bold
}

a:active 
{
text-decoration: underline;
color: #6666CC;
font-family: Arial, Verdana, Helvetica, Sans-Serif;
font-size: 10pt; 
font-weight: bold
}

/********************************************************
These are the style rules controlling the normally used elements:
body, headers,paragraphs, tables etc.  Any special class or id designations 
for these elements will be listed in the sections below
********************************************************/

body 
{
background-color: #ffffff
}

h1 
{
font-size: 16pt; 
font-family: Arial, Verdana, Helvetica, Sans-Serif;
font-weight: bold;
color: #656C43
}

h2 
{
font-size: 14pt; 
font-family: Arial, Verdana, Helvetica, Sans-Serif;
font-weight: bold
}

h3
{
font-size: 12pt;
font-weight: bold;
font-family: Arial, Verdana, Helvetica, Sans-Serif;
}

h4
{
font-size: 8pt;
font-family: Arial, Verdana, Helvetica, Sans-Serif
}

p 
{ 
font-size: 10pt; 
font-family: Arial, Verdana, Helvetica, Sans-Serif; 
color: #000000
}

table, td, th
{
font-size: 10pt; 
font-family: Arial, Verdana, Helvetica, Sans-Serif
}

th 
{
font-weight: bold;
text-align: center
}

ul 
{
font-size: 10pt; 
font-family: Arial, Verdana, Helvetica, Sans-Serif
}

/**********************************************************
These are the style rules controlling various pseudo-classes:  these
are rules that only apply when a particular class or id name is noted in an
html tag.  For example, <p class="menu"> 
***********************************************************/

p.menuHeaders
{
font-weight: bold;
color: #CCCC66
}

p.menu 
{ 
font-size: 10pt; 
font-weight: bold; 
font-family: Arial, Verdana, Helvetica, Sans-Serif;
color: #000000;
text-align: center;
}

p.title 
{ 
text-align: center;
font-size: 16pt; 
font-family: Arial, Verdana, Helvetica, Sans-Serif;
color: #656C43;
font-weight: bold
}

p.subtitle 
{ 
font-size: 11pt; 
font-family: Arial, Verdana, Helvetica, Sans-Serif; 
font-weight: bold;
color: #CCCC66
}

/*********
this next rule is an example of an id.  It is used
for a table with the id of insets:  <table id="insets"> 
**********/

table#insets  
{
text-align: center;
width: 90% 
}

table#subtitle
{
padding: 5px;
width: 100%;
background-color: #6666CC;
border-collapse: collapse;
border: thin solid #656C43
}

td#nav
{
background-color: #330066
}