* {
	margin: 0px;
	padding: 0px;
}


/*BODY-----------------------------------------------------------------------------------------------------------------------------------------*/	

BODY {
	background: #ffffff;
	margin-top:0;
	margin-left:10px;
	margin-bottom:0;
}


/*FONTS-----------------------------------------------------------------------------------------------------------------------------------------*/

font				{ color: #443F3E; font-size: 12px; line-height: 20px; font-family: Lucida Sans Unicode; text-align: justify; }

font.headline		{ color: #c62cc6; font-size: 14px; line-height: 14px; letter-spacing: 2px;  }

font.tiny			{ font-size: 10px; line-height: 10px }



/*LINKS------------------------------------------------------------------------------------------------------------------------------------------*/		

a:link   		{ color: #2386a4; font-size: 11px; font-family: tahoma; font-weight: bold; text-decoration:none; }
a:visited 		{ color: #2386a4; font-size: 11px; font-family: tahoma; font-weight: bold; text-decoration:none; }
a:active 		{ color: #2386a4; font-size: 11px; font-family: tahoma; font-weight: bold; text-decoration:none; }
a:hover   		{ color: #2386a4; font-size: 11px; font-family: tahoma; font-weight: bold; text-decoration:underline; }

/*TABLES------------------------------------------------------------------------------------------------------------------------------------------*/	

table.all{	
	width:100%;
	height:100%;
	vertical-align: middle;
	text-align: center;
}

table.box{	
	width:500px;
	height:auto;
}

td.middle{
	text-align: center;
	vertical-align: middle;
}

img { border: 0px; }