.body {
	font-family: Tahoma;
	font-size: 13px;
	font-weight: bold;
	color: #333333;

}
.couponDisclaimer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #0000CC;
}
.couponTitle {
	font-family: Tahoma;
	font-size: 16px;
	color: #CC0000;
	font-weight: bold;
}
.couponDetails {
	font-family: Tahoma;
	font-size: 14px;
	font-weight: normal;
	color: #CC0000;


}
.style1 
{
	color:#0000CC;
}
.style2
{
	font-size:16px;
	font-weight:bold;
}

.topMenu
{
	color:white;
	background: Black;
	border-style:solid;
	border-color:white;
	border-width:thin;
	height: 20px;
	width:100px;
}/*end topMenu*/
.topMenuOver
{
    padding-left: 2px;
    background-color: red;
    color: white;
    left: 0px;
    width: 100px;
    height:20px;
	border-style:solid;
	border-color:white;
	border-width:thin;
}

.MenuGroup
{
         cursor: hand;
         font-family:sans-serif;
         font-size:10px;
         font-weight:bold;
         font-variant:small-caps;
}

.ChildItem
{
    padding-left: 2px;
    background-color:  Black;
    color: White;
    width: 150px;
    height:20px;
    text-align:left; 
    border-color:White;
    border-style:solid;
    border-width:thin;
    
}
.ChildItemOver
{
    padding-left: 2px;
    background-color: red;
    color:white;
    left: 0px;
    width: 150px;
    height: 20px;
    border-style:solid;
    border-width:thin;

}

