html, body {
	margin: 0;
	padding: 0;
	background: #FFFFFF;
	font-size: 11px;
	font-family: verdana;
	background-color: #212121;
	background-image: url(../images/partners/background.jpg);
	background-repeat: repeat-x;
	height:100%;
}

TD{
	font-size: 12px;
	font-family: tahoma;
	color: #EEEEEE;
}

.even{
     background-color: #222222;
}

.odd{
    background-color: #282828;
}


.bgTop{
	background: url(../images/partners/top.jpg) no-repeat;
}

.bgBig{
	background: url(../images/partners/back_big.gif) no-repeat;
    background-color: #0e1112;
}

.frontBoxCoverage{
	background: url(../images/partners/front_box_coverage.gif) no-repeat;
}

.frontBoxRates{
	background: url(../images/partners/front_box_rates.gif) no-repeat;
}

.frontBoxTools{
	background: url(../images/partners/front_box_tools.gif) no-repeat;
}

.standardText{
	font-size: 13px;
	font-family: tahoma;
	color: #EEEEEE;
	line-height:20px;
}

.standardText2{
	font-size: 12px;
	font-family: tahoma;
	color: #EEEEEE;
	line-height:18px;
}

.standardText3{
	font-size: 14px;
	font-family: tahoma;
	color: #EEEEEE;
	line-height:18px;
}

.button {
  font-size: 12px;
  color: #FFFFFF;
  border: 1px solid #555555; background-color: #333333; padding: 4px;
  cursor: pointer;
  cursor: hand;  
  font-weight:bold;
}

.infoBox{
	font-size: 11px;
	border: 1px solid #555555; background-color: #222222; 
	padding: 10px; 
	color: #FFFFFF;
}

.alertBox{
    font-size: 11px;
    border: 1px solid #555555; 
    padding: 10px; 
    color: #FFFFFF;
    background: url(../images/partners/partner_flash.gif)
}


a:link { text-decoration: underline;color:#FFF;}
a:active { text-decoration: underline;color:#FFF;}
a:visited { text-decoration: underline;color:#FFF;}
a:hover { text-decoration: underline;color:#FFF;}

a.forumLink:link { text-decoration: none;font-size:12px;color:#000;font-weight:bold;}
a.forumLink:active { text-decoration: none;font-size:12px;color:#000;font-weight:bold;}
a.forumLink:visited { text-decoration: none;font-size:12px;color:#000;font-weight:bold;}
a.forumLink:hover { text-decoration: underline;font-size:12px;color:#000;font-weight:bold;}

a.navigation:link { text-decoration: none; font-size: 12px; padding: 0 5 0 5px;}
a.navigation:active { text-decoration: none; font-size: 12px; padding: 0 5 0 5px;}
a.navigation:visited { text-decoration: none; font-size: 12px; padding: 0 5 0 5px;}
a.navigation:hover { text-decoration: underline; font-size: 12px; padding: 0 5 0 5px;}

a.small:link { text-decoration: none; font-size: 9px; font-weight:normal;}
a.small:active { text-decoration: none; font-size: 9px; font-weight:normal;}
a.nsmall:visited { text-decoration: none; font-size: 9px; font-weight:normal;}
a.small:hover { text-decoration: underline; font-size: 9px; font-weight:normal;}


