
/* PAGE BACKGROUND */
.HeadBg {
    background-color: #6487dc;
}

/* background color for the content part of the pages */
Body
{
    SCROLLBAR-FACE-COLOR: #dcdcdc;
    SCROLLBAR-HIGHLIGHT-COLOR: #ffffff;
    SCROLLBAR-SHADOW-COLOR: #ffffff;
    SCROLLBAR-3DLIGHT-COLOR: #dcdcdc;
    SCROLLBAR-ARROW-COLOR: #ffffff;
    SCROLLBAR-TRACK-COLOR: #dcdcdc;
    SCROLLBAR-DARKSHADOW-COLOR: #dcdcdc;
}

.MainPage
{
   background-color: #dcdcdc;
}

/* text style for the selected tab */
.lit-on
{
	font-weight: bold;
	font-size: x-small;
	color: black;
	font-family: Verdana, Helvetica, sans-serif;
	background-color: #EDF2FC;
}

/* text style for the selected tab */
.lit-off
{
	font-weight: bold;
	font-size: x-small;
	color: #d0d0e0;
	font-family: Verdana, Helvetica, sans-serif;
	background-color: #4B65A4;
}

/* hyperlink styles of the unselected tabs */
A.lit-off:link    {
    text-decoration:    none;
}

A.lit-off:visited {
    text-decoration:    none;
}

A.lit-off:active  {
    text-decoration:    none;
}

A.lit-off:hover   {
    text-decoration: none;
    color:#ffffff;
}


/* text style for the selected tab */
.TabDarkBlue
{
	font-weight: bold;
	font-size: medium;
	color: white;
	font-family: Verdana, Helvetica, sans-serif;
	background-color: #445973;
}

.TabBlack
{
	font-weight: bold;
	font-size: medium;
	color: white;
	font-family: Verdana, Helvetica, sans-serif;
	background-color: #000000;
}

.TabWhite
{
	font-weight: bold;
	font-size: medium;
	color: black;
	font-family: Verdana, Helvetica, sans-serif;
	background-color: #EDF2FC;
}

.TabGold
{
	font-weight: bold;
	font-size: medium;
	color: black;
	font-family: Verdana, Helvetica, sans-serif;
	background-color: #FFCC00;
}

.TabRed
{
	font-weight: bold;
	font-size: medium;
	color: white;
	font-family: Verdana, Helvetica, sans-serif;
	background-color: #FF0000;
}

/* text style for the unselected tabs */
.OtherTabs
{
	font-weight: bold;
	font-size: medium;
	color: #000000;
	font-family: Verdana, Helvetica, sans-serif;
	text-decoration: none;
	background-color: #6487dc;
}

/* hyperlink styles of the unselected tabs */
A.OtherTabs:link    {
    text-decoration:    none;
}

A.OtherTabs:visited {
    text-decoration:    none;
}

A.OtherTabs:active  {
    text-decoration:    none;
}

A.OtherTabs:hover   {
    text-decoration: none;
    color:#ffffff;
}

TD.home_links A:link
{
	font-weight: normal;
	font-size: x-small;
	color: red;
	font-family: Verdana, Helvetica, sans-serif;
	text-decoration: none;
}

TD.home_links A:visited
{
	font-size: x-small;
  text-decoration: none;
  color: red;
}

TD.home_links A:hover
{
	font-weight: bold;
	font-size: x-small;
	color: red;
	text-decoration: none;
}

TD.links A:link
{
	font-weight: normal;
	font-size: xx-small;
	color: red;
	font-family: Verdana, Helvetica, sans-serif;
	text-decoration: none;
}

TD.links A:visited
{
	font-size: xx-small;
  text-decoration: none;
  color: red;
}

TD.links A:hover
{
	font-size: xx-small;
	color: red;
  text-decoration: none;
  font-weight: bold;
}

.news_text
{
	font-weight: normal;
	font-size: x-small;
	color: black;
	font-family: Verdana, Helvetica, sans-serif;
	text-decoration: none;
}

.news_textwhite
{
	font-weight: normal;
	font-size: x-small;
	color: white;
	font-family: Verdana, Helvetica, sans-serif;
	text-decoration: none;
}

.quotes_title
{
	font-weight: normal;
	font-size: x-small;
	color: white;
	font-family: Verdana, Helvetica, sans-serif;
	text-decoration: none;
}

.quotes_bold
{
	font-weight: normal;
	font-size: x-small;
	color: #000000;
	font-family: Verdana, Helvetica, sans-serif;
	text-decoration: none;
}

.quotes_text
{
	font-weight: normal;
	font-size: x-small;
	color: #2965ad;
	font-family: Verdana, Helvetica, sans-serif;
	text-decoration: none;
}


.title
{
	font-weight: normal;
	font-size: medium;
	color: #2965ad;
	font-style: italic;
	font-family: Verdana, Helvetica, sans-serif;
	text-decoration: none;
}

.titlewhite
{
	font-weight: bold;
	font-size: medium;
	color: #ffffff;
	font-style: italic;
	font-family: Verdana, Helvetica, sans-serif;
	text-decoration: none;
}

tr.info_captionbar
{
	background-color: #0080FF;
	font-weight: bold;
	font-size: x-small;
	color: #FFFFFF;
	font-family: Verdana, Helvetica, sans-serif;
}

.info_background
{
	background-color: #d7e5f0;
}

a.standardsButton
{
    border:1px solid;
    border-color:#ffc8a4 #7d3302 #3f1a01 #ff9a57;
    padding:0px 3px 0px 3px;
    font:bold 10px verdana,sans-serif; 
    color:#FFFFFF; background-color:#ff6600;
    text-decoration:none;
    margin:0px;
}
a.standardsButton:hover
{
    border:1px solid;
    border-color:#ffc8a4 #7d3302 #3f1a01 #ff9a57;
    padding:0px 3px 0px 3px;
    font:bold 10px verdana,sans-serif; 
    color:#FFFFFF; background-color:#ff6600;
    text-decoration:none;
    margin:0px;
}
a.standardsButton:visited
{
    border:1px solid;
    border-color:#ffc8a4 #7d3302 #3f1a01 #ff9a57;
    padding:0px 3px 0px 3px;
    font:bold 10px verdana,sans-serif; 
    color:#FFFFFF; background-color:#ff6600;
    text-decoration:none;
    margin:0px;
}

