@charset "UTF-8";
/* CSS Document */

	a:link {text-decoration: none; color: #9d0917;}
	a:visited {text-decoration: none; color: #9d0917;}
	a:active {text-decoration: none; color: #9d0917;}
	a:hover {text-decoration: none; color: #d3222a;}

html, body{ 
 margin:0; 
 padding:0; 
 text-align:left; 
 background: #FFF;
 color: #000000; 
 font-size: 12px; 
 line-height: 14px;
 font-family: Arial, Helvetica, Verdana, sans-serif;
}

h1 {
 margin: 0px;
 color: #679c1c; 
 font-size: 20px; 
 font-family: Georgia, TimeNR, Times, serif; 
 font-weight:bold;
 line-height:20px;
}

#sp_partnerTable {
width:800;
line-height:16px;
}

#sp_partnerTable tr th {
padding:4px;
height:20px;
color: #679c1c; 
font-size: 14px; 
font-family: Georgia, TimeNR, Times, serif; 
font-weight:bold;
background-color:#f2f5e0;
border-top:2px solid #e1e9b6;
}

#sp_partnerTable tr td {
line-height:16px;
font-size:12px;
padding-top:9px;
padding-bottom:9px;
vertical-align:top;
}

#sp_partnerTable tr td b {
color:#000000;
}

.greenRow {
background-color:#f2f5e0;
}
