/* Start of CMSMS style sheet 'Tables' */
/* TABLES */


.specialsHead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
}
.specialsSubhead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
       color: #B9E27A;
	text-align: center;
	}
#specialsTable {
	background-color: #4B770E;
        width: 590px;
}
#specialsTable td {
	padding: 3px;
    background-color: #FFFFFF;
}
#specialsTable th {
	background-color: #4B770E;
    border-style: none;
}


table#two_col {
width: 600px;
}
td#two_col_main {
width: 390px;
padding: 0 10px 0 0;
background-color: #fffed5;
}
td#two_col_sidebar {
width: 200px;
padding: 0;
font-size: 12px;
font-weight: normal;
color: #3C5705;
line-height: 20px;
}


/* END TABLES */
/* End of 'Tables' */

