/* SETUP */

body{
text-align: left;

margin: 0px;
padding: 0px;

font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 0.6em;
color: #000000;
text-decoration: none;
background-color: #FFF
}

	/* fix firefox scrollbar jump */
	/* Hide from IE mac \*/
	html     
	{
	min-height: 100%;
	margin-bottom: 1px;
	}
	/* End hiding from IE5 mac */

	p
	{
	color: #000000;
	}

/* LAYOUT */

.div_sitewrap{
	display: none
}


.float_left{
	float:left;
}
.float_right{
	float:right;
}

/*///////// PRINT /////////*/	
	
#div_print	
{
display:block
}	




	#div_print .tr_details
	{

	}

		#div_print .tr_details td
		{
		font-size: 1.2em;
		font-weight: bold;	
		margin: 20px 0 0 0;
		border-top: 1px solid #000000
		}
	
	#div_print .tr_details
	{
	font-size: 1em;
	}	
	
/* FOOTER */
.footer{
	clear:both;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #000000;
	overflow: hidden;
}
		.calverly{
			margin:0px;
			padding:1px 0px 0px 0px;
			float:left;
		}
		.logo{
			margin:0px;
			padding:1px 0px 0px 0px;
			float:right;
		}	
	
	
	