html, body 
{
	background : #FFFFFF;
	height: 100%;
	padding: 0px;
	margin : 0px;
}

TABLE.main
 {
	background : #FFFFFF;
	width : 500px;
	height : 100%;
	vertical-align : middle;
}



P
{
	color: #000000;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 13px;
	font-style : normal;
	font-weight : normal;
	margin-top : 0px;
	margin-bottom : 0px;
	margin-right : 0px;
	margin-left : 0px;
}

P.small
{
	color: #000000;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-style : normal;
	font-weight : normal;
	margin-top : 0px;
	margin-bottom : 0px;
	margin-right : 0px;
	margin-left : 0px;
}

.comm
{
	color: #999999;
	font : bold 10px Tahoma;
	text-align : justify;
	margin-top : 0px;
	margin-bottom : 0px;
	margin-right : 0px;
	margin-left : 0px;
}

.comm a
{
	color: #666666;
	font : bold 10px Tahoma;
	text-align : justify;
	margin-top : 0px;
	margin-bottom : 0px;
	margin-right : 0px;
	margin-left : 0px;
}

A
{
	color: #ffffff;
	text-decoration : none;
	font-weight : bold;
	cursor: hand;
}

A:hover
{
	color: #000000;
	text-decoration : none;
	cursor: hand;
}


