/* CSS Document */
/*
Built: Saturday August 23rd 2008 
Designed By Devender Madishetti
for Blue Star Claing Services CSS Style Sheet 
Copyright 2008(c) http://www.bluestarclean.com/ All Rights Reserved.
*/


#coupon {
	width: 600px;
	border: 2px dashed #2363AA;
	padding: 10px;
	background-color: #C79493;

}


#content {
	border: 3px solid #003366;
	padding: 5px;
	background-color: #FFFFFF;
}
#content ul{
	margin-left: 0px;
	padding-right: 10px;
	padding-left: 10px;

}
#content li{
	list-style-type: none;
	margin-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 21px;
	font-weight: bold;
	color: #000066;
	text-align: center;
	line-height: 32px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FC84B1;

}
