/*
Filename: promoNew.css
Author: jwillmott
Description: extra style formatting for promotions
Created: 19-apr-2008
*/

/* index page text */
#indxPromo {
 font-size : 12px;
 font-family: Arial, Helvetica, sans-serif;
}
#indxPromo a {
	color: #0033CC; 
	text-decoration: underline;
	font-size : 12px;
	font-family: Arial, Helvetica, sans-serif;	
}
#indxPromo a:hover {
	color: #00008b; 
	text-decoration: none; 
}
#indxPromo h2 {
	font-size: 14px; 
	font-family: Arial, Helvetica, sans-serif; 
	border-bottom: 1px dotted #CC3300;
}
#contentPromo {
  width:770px;
	margin: 0;
	padding: 0 0 0 12px;
  font-size : 12px;
  font-family: Arial, Helvetica, sans-serif;	
}
#contentPromo a {
	color: #0033CC; 
	text-decoration: underline;
	font-size : 12px;
	font-family: Arial, Helvetica, sans-serif;	
}
#contentPromo a:hover {
	color: #00008b; 
	text-decoration: none; 
}
#contentPromo li a {
	list-style-type: none; 
  font-size : 14px;	
}
#contentPromo ul, a:hover { 
margin:0;
margin-top : 0px;
color: #98DDF1;
text-decoration: none; 
}
li {
list-style-image: url(../../image/steelball.gif);
  font-size : 18px;	
}


