body { font-family: arial, helvetica, sans-serif; font-size: 10pt; } 
		
img { border-style: none; }
		
div.box table 
{ 
	margin-left:auto;
	margin-right:auto;
}

div.box table.bluebg
{
	margin-top:10px;
	width:460px;
	text-align: center;
	color: #FFFFFF;
	background-color: #3300cc;
}

div.box table.whitebg
{
	margin-top:20px;
	width:460px;
	background-color:white;
	text-align:left;
	color: #000000;
}

div.box td
{
	padding:0px;
	margin:0px;
}

div.box td.t
{
	background-image: url( "/bug/images/v_border.gif");
	background-repeat: repeat-x;
	background-position: top;
	height:10px;
}

div.box td.b
{
	background-image: url( "/bug/images/v_border.gif");
	background-repeat: repeat-x;
	background-position: bottom;
	height:10px;
}

div.box td.l
{
	background-image: url( "/bug/images/h_border.gif");
	background-repeat: repeat-y;
	background-position: left;
	width:10px;
}

div.box td.r
{
	background-image: url( "/bug/images/h_border.gif");
	background-repeat: repeat-y;
	background-position: right;
	width:10px;
}

span.orange
{
	color: #ff9900;
	font-size:larger;
}

span.error
{
	color: #ff0000;
}

div.content
{
	padding-left:20px;
	padding-top:20px;
}

td img
{
	display:block !important;
}

a img
{
	margin-top:20px;
	margin-bottom:20px;
}
