/* LINK STYLES */
a, a:link, a:visited,  a:active {
color: #515152;
}
 a:hover {
 color: #515152;
 text-decoration: none;
 }
 
h1 {
font-size: 16px;
line-height: 18px;
color: #366177;
}

h3 {
color: #ee2e24;
font-size: 16px;
}

UL {
	list-style-type: none;
	padding-left: 0px;
	margin: 0px 0px 10px 0px;
	font-weight: bold;
}

LI {
	background-image: url(/promosource/common/images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding: 0px 15px;
	margin: 0px 5px 3px 0px;
}