body
{
	background-color: #000;	
	font-family: "Arial",sans-serif;
	font-size: 12px;

}
p
{
 _margin-top: 5px;	
 font-size:12px;
}
li,
ul
{
	margin: 1px 0px 1px 5px;
	padding: 0px;
	list-style: none;
}
ul.arrows li,ul.bullets li
{
	background: url(../../images/red_fletch.gif) no-repeat left top;
	padding-left:10px;
	
}
#wrapper
{
	width: 450px;
	
}
.bg
{
	background: url("/images/shadowbox_backdrop.jpg") no-repeat;
	width: 416px;
	height: 235px;

 	
}
img
{
	padding-left: 10px;
	margin-right: 10px;
	margin-bottom: -10px;
	behavior: url(/css/iepngfix.htc);
}
p.red
{
	margin: 0px;
	color:#fb4f14;
	background-color: #fff;
	font-size: 14px;
	padding-bottom: 10px;
}
div.white
{
	padding: 0px 15px 0px 15px;
	color: #fff;
	font-size: 13px;
}
div.white p
{
	
}
a
{
	color:#fb4f14;	
	text-decoration: underline;
}
#a_tag
{
	margin-top: -30px;
}

p.close
{
	color: #fff;
	text-align: right;
	position: absolute;
	bottom: 0px;
	_bottom:5px;
	right: 5px;
	cursor: pointer;
}
.bold
{
	font-weight: bold;
}
.pullup
{
	margin-top: -10px;
}