/*
-------------------------
Specials Title
-------------------------
*/
h2{
    color:#99481b;
	text-decoration:underline;
	font-size:12px;
}

/*
-------------------------
Specials Main Tables Holding All the content
-------------------------
*/
.eSpecials_MainTable{
size:30px;
}

/*
-------------------------
Specials Content
-------------------------
*/
.eSpecials_content{
font-size:12px
}


/*
-------------------------
Td that shows the Valid through Date 
-------------------------
*/
.eSpecials_ValidThroughBar{
	background:#99481b;
	color:#ffffff;
}

/*
-------------------------
Links Should be the same as the H2
-------------------------
*/
a.eSpecials_TitleLink:link, a.eSpecials_TitleLink:visited {
	color:#99481b;
	text-decoration:underline;
	font-size:12px;
}
 
a.eSpecials_TitleLink:hover, a.eSpecials_TitleLink:active {
	color:#99481b;
	text-decoration:underline;
	font-size:12px;
}

/*
-------------------------
Text Link (Click Here)
-------------------------
*/
a.eSpecials_TextLink:link, a.eSpecials_TextLink:visited {
	color:#99481b;
	text-decoration:underline;
	font-size:12px;
}
 
a.eSpecials_TextLink:hover, a.eSpecials_TextLink:active {
	color:#703414;
	text-decoration:underline;
	font-size:12px;
}
