/* Will control scrollbars. Note will control main page scrollbar in IE since "DOCTYPE" has been removed! */
<!--
body {
	scrollbar-face-color:#0000cc;
	scrollbar-highlight-color:#99ccff;
	scrollbar-shadow-color:#4e331d;
	scrollbar-arrow-color:#99ccff;
	scrollbar-track-color:#99ccff;
}
-->

/* Controls main body default background and text. you can also add,
a background image, background: #0000cc url(images/bg_cat.gif);
a border, border: #99ccff 2px solid;
They may be added to any of the following also. */
BODY {
font-size: 11px; 
font-family: Verdana, Arial, Helvetica, sans-serif; 
font-weight: normal; 
color: #000000;
font-size: 11px; 
background-color: #ffffff;
width: auto;
padding: 0, 0, 0, 0;
margin: 0, 0, 0, 0;
wrap-option: emergency; 
}

/* Controls the logo and top banner section */
.head {
vertical-align: center;
height: 62px; 
width: auto; 
margin: 0, 0, 0, 0;
padding: 0, 0, 0, 0;
wrap-option: emergency;
}

/* Link color-normal */
a { 
color: #0000cc;
text-decoration: none; 
}

/* Link color-hover over */
a:hover { 
color: #000000;
text-decoration: none; 
}

/* Link color-active */
a:active { 
color: #000000;
text-decoration: none; 
}

/* Link color-visited links */
a:visited { 
color: #0000cc;
text-decoration: none;
}

/* Controls links in top header menu */
.header-menu {
background-color: #0000cc;
font-family: Verdana, Arial, Helvetica, sans-serif; 
font-style: normal; 
font-variant: small-caps; 
font-weight: bold; 
font-size: 11px;
color: #ffffff; 
}

/* Controls links in top header menus */
a.header-menu {
font-family: Verdana, Arial, Helvetica, sans-serif; 
font-style: normal; 
font-variant: small-caps; 
font-weight: bold; 
font-size: 11px;
color: #ffffff; 
}

/* Controls links in top header menu */
.header-menu a:hover {
background-color: #ffffff;
font-family: Verdana, Arial, Helvetica, sans-serif; 
font-style: normal; 
font-variant: small-caps; 
font-weight: bold; 
font-size: 11px;
color: #0000cc; 
}

/* Controls links in top headeer menus */
.header-menu a:visited {
font-family: Verdana, Arial, Helvetica, sans-serif; 
font-style: normal; 
font-variant: small-caps; 
font-weight: bold; 
font-size: 11px;
color: #ffffff; 
}

/* Controls main h1 tag */
h1 {
font-family: Verdana, Arial, Helvetica, sans-serif; 
font-style: normal; 
font-variant: small-caps; 
font-weight: bold; 
font-size: 13px; 
color: #000000;  
}

/* Controls h2 tag */
h2 {
font-family: Verdana, Arial, Helvetica, sans-serif; 
font-style: normal; 
font-variant: normal; 
font-weight: bold; 
font-size: 13px; 
color: #000000;  
}

/* Controls h3 tag */
h3 {
font-family: Verdana, Arial, Helvetica, sans-serif; 
font-style: normal; 
font-variant: small-caps; 
font-weight: bold; 
font-size: 13px; 
color: #000000;  
}

/* Controls horizontal line */
hr { 
height: 2px;
width: 60%;
color: #0000cc;
}

/* Controls text in paragraphs */
p {
font-size: 11px; 
font-family: Verdana, Arial, Helvetica, sans-serif;
background-color: transparent; 
}

/* Controls text in top left and bottom menus */
.text-menu {
font-family: Verdana, Arial, Helvetica, sans-serif; 
font-style: normal; 
font-variant: normal; 
font-weight: normal; 
font-size: 10px; 
}

/* Background and font for top most bar of every table */
.main_bg {
background-color: #0000cc;
font-family: Verdana, Arial, Helvetica, sans-serif; 
font-style: normal; 
font-variant: small-caps; 
font-weight: bold; 
font-size: 12px;
color: #ffffff;
}

/* Link font for back in top main bar */
.jsback {
font-family: Verdana, Arial, Helvetica, sans-serif; 
font-style: normal; 
font-variant: small-caps; 
font-weight: bold; 
font-size: 12px;
color: #ffffff;
}

/* Controls outter or inner tables */
.light_bg {
font-size: 11px; 
font-family: Verdana, Arial, Helvetica, sans-serif;
background-color: #ffffff;
}

/* Controls outter table as a border or can be used as a table alone */
.drk_bg {
background-color: #0000cc;
}

/* Controls the text Membership table within main table, Text is controled by special_font */
.table_line {
height: 0;
background-color: #FFFAF0;
border: solid #0000cc 1px;
border-top-width: 1px;
}

/* Controls the text Membership table */
.special_font {
font-family: Verdana, Arial, Helvetica, sans-serif; 
font-style: normal; 
font-variant: normal; 
font-weight: normal; 
font-size: 12px; 
color: #000000;  
}

/* Controls Enter link and text you would like larger then normal */
.text-lg {
font-family: Verdana, Arial, Helvetica, sans-serif; 
font-style: normal; 
font-variant: normal; 
font-weight: normal; 
font-size: 18px; 
}

/* Controls text you would like smaller then normal */
.text-sm {
font-family: Verdana, Arial, Helvetica, sans-serif; 
font-style: normal; 
font-variant: normal; 
font-weight: normal; 
font-size: 10px; 
}

/* Controls bottom footer text and links*/
.bottom_sm {
font-family: Verdana, Arial, Helvetica, sans-serif; 
font-style: normal; 
font-variant: normal; 
font-weight: normal;
font-size: 9px;
text-align: center;
}

/* Controls bottom footer text and links*/
a.bottom_sm {
font-family: Verdana, Arial, Helvetica, sans-serif;
color: #000000;
text-decoration: none; 
font-style: normal; 
font-variant: normal; 
font-weight: normal;
font-size: 9px;
text-align: center;
}