/*
BODY
{
	BACKGROUND-COLOR: #ffffff;
	COLOR: Black;
	MARGIN: 50px 0px 0px 50px;
	FONT-FAMILY: "Arial Narrow";
	FONT-SIZE: 10pt;
	LINE-HEIGHT: 14pt;
}
DIV
{
    POSITION: absolute;
}

TABLE
{
	BACKGROUND-COLOR: transparent;
	FONT-SIZE: 10pt;
	LINE-HEIGHT: 14pt;
	padding-right : 5px;
	padding-left : 5px;
	font-family : "Arial Narrow";
}

A
{
	COLOR: #B70000;
}
*/

   #main {
   	background: white;
   	position: relative;
	height: auto;
	align:center;
	margin:4px;
   }
   #main-top {
   	position: absolute;
   	background: white;
   	border: 1px solid #cfcfcf;
   	-webkit-border-radius: 5px;
   	-moz-border-radius: 5px;
   	border-radius: 5px;
	width:100%;
	left: auto;
    margin-left: 0px;
    position: relative;
    top: 0px;
	height:auto;
	} 
