body
{
	font-family: Verdana;  
	font-size: 10pt;
	background: #EFEFEF;
}

.escape
{
	width: 630px;
	margin: 10px auto 10px;
	padding: 35px;
	background: white;
	border: 1px solid #D1D1D1;
}

.escape__jbox1
{
	width: 560px;
	border: 1px solid #990033;
	background: #FFFFF2;
	margin: auto;	
	padding: 20px;
}

.escape__orderbox
{
	width: 480px;
	border: 1px dashed #000000;
	margin: auto;	
	padding: 10px;
}

.escape__orderbox--head
{
	color: #FF0000;
	font-size: 16pt;
	font-face: Tahoma,arial,verdana;
	font-weight: bold;
	text-align: center;
}

.escape__orderbox--DL
{
	width: 100%;
	color: #FF0000;
	font-size: 14pt;
	font-face: Tahoma,arial,verdana;
	font-weight: bold;
	display: inline-block;	
	margin: auto;
}

.escape__orderbox--cellimgleft
{
	float: left;
	height: 125px;
	width: 15%;
}

.escape__orderbox--celltext
{
	float: left;
	text-align: center;
	text-wrap: wrap;
	margin: auto;
	height: 125px;
	width: 70%;
}

.escape__orderbox--cellimgright
{
	float: left;
	height: 125px;
	width: 15%;
}

.escape__orderbox--bluestrike
{
	color: #0000FF;
	text-decoration: line-through;
}

P
{ 
	font-family: Verdana;  
	font-size: 10pt;
}

h1 
{ 
	font-family: Verdana;
	font-size: 18pt;
	font-weight: bold;
	text-decoration: underline;
	text-align: center;
	margin-bottom: 20px;
}

h2 
{ 
	font-family: Verdana;
	font-size: 16pt;
	color: #000000;
	text-align: center
}

h3 
{ 
	font-family: Verdana;
	font-size: 13pt;
	color: #990033;
	text-align: center;
}

.teletype
{
	font-family: monospace;
}

.img--floatleft
{
	border: 1px solid #e5e5e5;
	padding: 2px;
	background: #fff;
	float: left;
	margin: 0 8px 8px 0;	
}

UL
{
	list-style-type: square;
}

LI
{
	margin-bottom: 5px;
}

.center
{
	text-align: center;
}