/* === body and text in general === */
body, td {
    font-family: verdana, arial;
    line-height:16px;
    vertical-align:top;
    font-size: 12px;
    color: #000000;
}

a {
    /*text-decoration: none;*/
    color: #990033;
    line-height:18px;
}

a:visited {
    /*text-decoration: none;*/
    color:#660033;
    line-height:18px;
}

H1 
{
	font-family: Verdana, Arial, Sans-Serif;
    font-size: 18px;
    font-weight: 900;
    letter-spacing:1px;
    color:Black;
}

H2 {
    font-size: 16px;
    font-weight:900;
    letter-spacing:1px;
    color:Black;
    /*text-decoration:underline;*/
    /* start:  do this because underline is too thick in Firefox */
    border-bottom-style: solid; 
    border-bottom-width: 1px;
    display: inline;
    /* end:  do this because underline is too thick in Firefox */
}

H2.multiLine {
    font-size: 16px;
    line-height: 22px;
    vertical-align:middle;
    font-weight:900;
    letter-spacing:1px;
    color:Black;
    /*text-decoration:underline;*/
    /* start:  do this because underline is too thick in Firefox */
    border-bottom-style: solid; 
    border-bottom-width: 1px;
    display: inline;
    /* end:  do this because underline is too thick in Firefox */
}

H3 {
    font-size: 14px;
    font-weight: 900;
    letter-spacing:1px;
    color:Black;
}

font.heading {
    font-size: 14px;
    font-weight: bold;
}

/* === signature font === */
font.sig {
    font-family: verdana;
    font-size: 9px;
    font-weight: normal;
    color: #ffffff;
}

/* === signature font - links === */
font.sig a {
    text-decoration: none;
    color: #c99260;
}

/* === content table === */
table.content td 
{
    text-align: justify;
    color:#333333;
    
}

/* === main table === */
table.main {
    width: 760px;
    cursor: default;
}

/* === main table cells (inherited) === */
table.main td.top {
    height: 140px;
    background-image: url(Images/Banner/white_top.gif);
    background-repeat:no-repeat;
    vertical-align:middle;
}

table.main td.middle {
    background-color: #ffffff;
}

table.main td.bottom {
    height: 43px;
    background-image: url(Images/Footer/white_bot.gif);
    text-align: center;
    color: #ffffff;
    vertical-align:middle;
}

/* === menu table === */
table.menu {
    width: 740px;
    border-collapse: collapse;
    cursor: default;
}

table.menu td {
    border-left: 1px solid #000000;
    border-right: 1px solid #000000;
    color: #ffffff;
    text-align: center;
    vertical-align:middle;
    font-size:10px;
}

/* === menu cells (inherited) === */
table.menu td.normal {
    width: 80px;
    height: 23px;
    background-color: #666666;
}

table.menu td.over {
    width: 80px;
    height: 23px;
    background-color: #990033;
    cursor: pointer;
}

table.menu td.selected {
    width: 80px;
    height: 23px;
    background-color: #ffffff;
    color: #626262;
}

table.menu td.filler {
    background-color: #3e3e3e;
}

.menuLink
{
	color:White;
	text-decoration:none;
}

.menuLink:visited
{
	color:White;
	text-decoration:none;
}

.backToTopLink:visited
{
	color:White;
	text-decoration:none;
}

.removeWhiteSpace {
	display:block;
}

.horizontalSepHR 
{
	height:1px;
	color:#cccccc;
	margin-left:30px;
	margin-right:30px;
	padding-left:30px;
	padding-right:30px;
}

.horizontalSepPurchaseProductsHR 
{
	height:1px;
	color:#cccccc;
}

A.copyrightAnchor
{
	color:white;
	text-decoration:underline;
}
A.anchoredTitle
{
	color:black;
	text-decoration:none;
	font-weight:900;
}
A.anchoredTitle:hover
{
	color:red;
	text-decoration:none;
	font-weight:900;
}

.homeLinksTable
{
    width: 100%;
    background-color:#cccccc;
	text-align: left;
}
.homeLinksTR
{
	/*background-color:White;*/
    background-color:#cccccc;
	text-align:left;
}
.homeLinksTD
{
	/*background-color:White;*/
	background-color:#cccccc;
	padding-left:5px;
	padding-right:5px;
	text-align:left;
}

.homeLinksHorizontalSepTD
{
	width:100%;
	background-color:white;
}
