@charset "iso-8859-1";
/* 
Body background
 */

BODY {
background-color: #FFFFFF;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
margin-bottom: 0px;
margin-left: 0px;
margin-right: 0px;
margin-top: 0px
}

TD {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px
}

/* 
Seems to just change the background of the top bar
 */

.maincontent {
background-color: #FFFFFF;
color: #000000;
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
font-weight: normal
}

/* 
Light table background
 */

.contentbar1 {
background-color: #CCCCCC;
color: #FFFFFF;
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
font-weight: normal
}

/* 
Dark table background
 */

.contentbar2 {
background-color: #2C72B8;
color: #FFFFFF;
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
font-weight: bold
}

/* 
Category bar background and non-link text
and Specials, Also See etc bars
 */

.categorybar {
background-color: #CCCCCC;
color: #FFFFFF;
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
font-weight: bold;
text-decoration: none
}

/* 
Button bar (log in, home etc) and specials
etc background
 */

.menubar {
background-color: #FFFFFF;
color: #000000;
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
font-weight: normal
}

/* BELOW ARE CATEGORY BAR LINKS */

/* 
A visited link on the side bar
 */

A.barlink:visited {
color: #0F2C4A;
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
font-weight: bold;
text-decoration: none
}

/* 
Links on the side bar when mouse hovers over it
 */

A.barlink:hover {
color: #184878;
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
font-weight: bold;
text-decoration: underline
}

/* 
Category bar links that are active
 */

A.barlink:active {
color: #0F2C4A;
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
font-weight: bold
}

/* 
Category bar general links
 */

A.barlink:link {
color: #0F2C4A;
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
font-weight: bold;
text-decoration: none
}

/* BELOW ARE GENERAL LINKS */

/* 
Normal link in any general area of the page
that is active
 */

A:active {
color: #000000;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: normal;
text-decoration: none
}

/* 
Normal link in any general area of the page
 */

A:link {
color: #000000;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: normal;
text-decoration: underline
}

/* 
Normal link that has been visited
 */

A:visited {
color: #000066;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: normal;
text-decoration: none
  font-style=italic
}

/* 
Normal link when you hover over it with the mouse
 */

A:hover {
color: #9C9C9C;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: normal;
text-decoration: underline
}