/* CUSTOM (CLASS) STYLES */


/* SELECTOR (HTML ELEMENTS) STYLES */


a:active { color: #000000; text-decoration: underline; }
a:link    { color: #000000; text-decoration: underline; }
a:visited { color: #000000; text-decoration: underline; }
a:hover     { color: #000000; text-decoration: underline; }

a.menu { color: #000000; text-decoration: none; font-weight: bold;}
a.menu:active { color: #000000; text-decoration: none;  font-weight: bold;}
a.menu:link    { color: #000000; text-decoration: none;  font-weight: bold;}
a.menu:visited { color: #000000; text-decoration: none;  font-weight: bold;}
a.menu:hover     { color: #000000; text-decoration: underline;  font-weight: bold;}

a.submenu { color: #000000; text-decoration: none;}
a.submenu:active { color: #000000; text-decoration: none;}
a.submenu:link    { color: #000000; text-decoration: none;}
a.submenu:visited { color: #000000; text-decoration: none;}
a.submenu:hover     { color: #000000; text-decoration: none;}

a.footer:active { color: #000000; text-decoration: none; }
a.footer:link { color: #000000; text-decoration: none; }
a.footer:visited { color: #000000; text-decoration: none; }
a.footer:hover { color: #000000; text-decoration: underline; }



/* MAIN BODY PARTS COMMON ELEMENTS GROUPED TOGETHER */

table.header, table.main, table.footer { 
width: 728px; 
border: 1px solid black;
padding: 0px;
border-collapse: collapse;
 }

body, table.header, td.main, table.body, td.body, td.menubuttons, td.lemenu {
border-collapse: collapse;
font-family: verdana, arial, Helvetica, sans-serif;
font-size: 13px;
}

/* MAIN BODY PARTS INDIVIDUAL ELEMENTS */

table {
padding: 0px;
}

td {
padding: 5px;
font-size: 13px; 
font-family: verdana, arial, Helvetica, sans-serif;
 }

table.header {
}

td.header {
text-align: left;
padding: 0px; 
font-size: 13px; 
background-color: #ffffff;
 }



table.body {
padding-left: 35px;
width: 728px;
background-color: #ffffff;

}

td.body {
padding: 19px; 
font-size: 13px; 

 }

td.chart {
padding: 5px;
border: 1px solid black;

 }


table.footer {
}

td.footer {
background-image: url(images/footer-bg.jpg);
text-align: center;
color: #000000;
font-size: 11px;
padding: 2px; 
 }

table.menu { 
width: 728px;
padding: 0px;
border-collapse: collapse;

 }


body   { 

background-image: url(images/edge.gif);
color: #000000; 
margin: 8px; 
padding: 0px;
scrollbar-arrow-color: #D0D8B5; 
scrollbar-base-color: #C1C9A3; 
scrollbar-track-color: #D0D8B5; 
scrollbar-face-color: #C1C9A3;
scrollbar-shadow-color: #32477F; 
scrollbar-highlight-color: #B9C8EE; 
}

/* SPECIALTY SECTIONS - use these for anything particular to this site or certain page */

td.form {
text-align: right;
width: 25%;
padding: 4px;
} 

hr.light {
border: 0;
height: 1px;
color: #ABB97B;
background-color: #ABB97B;}

/* HEADINGS, TEXT CONTROL AND MISCELLANEOUS STUFF */

.bold {font-weight: bold;}
.large {font-weight: bold;font-size: 15px;}
.small {font-weight: bold; font-size: 11px;}

h1.seo {
  visibility: hidden;
  	line-height: 0px;
} 
h1, h2, h3, h4, h5, h6 {
display: inline; 
font-weight: bold; 
font-family: verdana, arial, Helvetica, sans-serif;
}

h1  {color: #000000; font-size: 18px;}
h2  {color: #000000; font-size: 16px; }
h3  {color: #000000; font-size: 15px; }
h4  {color: #000000; font-size: 14px; }
h5  {font-size: 14px; }
h6  {font-size: 13px; }
p {  }


INPUT, SELECT, TEXTAREA {
margin: 0px;
padding: 0px;
border-collapse: collapse;
}

