/* Place inside HEAD tag - css link: <LINK REL="stylesheet" TYPE="text/css" HREF="mainstyle.css">
 */

BODY
{
background-color: #FFFFFF;
}

/* These are styles specified for the Hyperlinks */

A:link
{
font-size: 10pt;
font-family: arial, sans-serif;
color: #5F74B0;
font-weight: normal;
text-decoration: underline;
}

A:active
{
font-size: 10pt;
font-family: arial, sans-serif;
color: #5F74B0;
font-weight: normal;
text-decoration: underline;
}

A:visited
{
font-size: 10pt;
font-family: arial, sans-serif;
color: #5F74B0;
font-weight: normal;
text-decoration: underline;
}

A:hover
{
font-size: 10pt;
font-family: arial, sans-serif;
color: #999999;
font-weight: normal;
text-decoration: underline;
}

/* These are styles specified for the Navigation Hyperlinks */

.nav 
{
font-size: 10pt;
font-family: arial, sans-serif;
color: #F2E7D2;
font-weight: normal;
text-transform: none;
}

.nav A:link
{
font-size: 10pt;
font-family: arial, sans-serif;
color: #F2E7D2;
font-weight: normal;
text-transform: none;
text-decoration: underline;
}

.nav A:active
{
font-size: 10pt;
font-family: arial, sans-serif;
color: #F2E7D2;
font-weight: normal;
text-transform: none;
text-decoration: underline;
}

.nav A:visited
{
font-size: 10pt;
font-family: arial, sans-serif;
color: #F2E7D2;
font-weight: normal;
text-transform: none;
text-decoration: underline;
}

.nav A:hover
{
font-size: 10pt;
font-family: arial, sans-serif;
color: #ffffff;
font-weight: normal;
text-transform: none;
text-decoration: underline;
}

/* These are styles specified for the Navigation */

.navheading
{
font-size: 9pt;
font-family: arial, sans-serif;
color: #FFD564;
font-weight: bold;
text-transform: uppercase;
text-decoration: none;
}

.navbackground
{
background-repeat: no-repeat;  
background-image: url('images/img_nav_background2.jpg');
background-height: 100%;
}

.indexbackground
{
background-image: url('images/img_home_background.jpg');
background-repeat: repeat-x;  
}

/* These are styles specified for the Copyright */

.copyright
{
font-size: 8pt;
font-family: arial, sans-serif;
color: #8D8367;
font-weight: normal;
text-decoration: none;
}

.copyright A:link
{
font-size: 8pt;
font-family: arial, sans-serif;
color: #8D8367;
font-weight: normal;
text-transform: none;
text-decoration: underline;
}

.copyright A:active
{
font-size: 8pt;
font-family: arial, sans-serif;
color: #8D8367;
font-weight: normal;
text-transform: none;
text-decoration: underline;
}

.copyright A:visited
{
font-size: 8pt;
font-family: arial, sans-serif;
color: #8D8367;
font-weight: normal;
text-transform: none;
text-decoration: underline;
}

.copyright A:hover
{
font-size: 8pt;
font-family: arial, sans-serif;
color: #B8B09A;
font-weight: normal;
text-transform: none;
text-decoration: underline;
}

/* Styles defined for Content (headings, tables, paragraphs) */

HR
{
height: 1px;
color: #D9D4C2;
}

P		
{
font-size: 10pt;
font-family: arial, sans-serif;
color: #000000;
}

.bold		
{
font-size: 10pt;
font-family: arial, sans-serif;
color: #000000;
font-weight: bold;
}

.top A:link
{
font-size: 8pt;
font-family: arial, sans-serif;
color: #8D8367;
font-weight: normal;
text-transform: none;
text-decoration: underline;
}

.top A:active
{
font-size: 8pt;
font-family: arial, sans-serif;
color: #8D8367;
font-weight: normal;
text-transform: none;
text-decoration: underline;
}

.top A:visited
{
font-size: 8pt;
font-family: arial, sans-serif;
color: #8D8367;
font-weight: normal;
text-transform: none;
text-decoration: underline;
}

.top A:hover
{
font-size: 8pt;
font-family: arial, sans-serif;
color: #B8B09A;
font-weight: normal;
text-transform: none;
text-decoration: underline;
}

TD
{
font-size: 10pt;
font-family: arial, sans-serif;
color: #000000;
}

H1 		/* This is the Title of the page */
{
font-family: arial, sans-serif;
font-size: 12pt;
color: #FFD564;
font-weight: bold;
}

H2 		/* This heading references the text on the page */
{
font-family: arial, sans-serif;
font-size: 12pt;
color: #96531E;
font-weight: bold;
}

H3		/* This heading references the text on the page */
{
font-family: arial, sans-serif;
font-size: 10pt;
color: #B68940;
font-weight: bold;
}

UL
{
list-style-image: url('bullet.gif');
list-style-position: outside
}