/* GENERAL STYLES */
/* GLOBAL   ----------------------------------------------- */	

	#printLogo
		{
		display:none;
		}


	body
		{
		background-image:url('/media/166/bodybg.jpg');
		background-repeat: repeat-x;
		margin-top:0px;
		margin-bottom:0px;
		margin-left:0px;
		margin-right:0px;
		z-index:0;
		}


    	table
	    	{
		margin-left:auto; 
		margin-right:auto;
		margin-top:0px;
		margin-bottom:0px;
		border:0px;
		}


	td
		{
		vertical-align:top;
		margin-top:0px;
		margin-bottom:0px;
		}


	input
		{
		font-family:arial;
		font-size:11px;
		}
	

	p
		{
		margin-top:0px;
		margin-bottom:10px;
		}



	img
		{
		border:0px;
		}



	.red
		{
		color:#bd0000;
		}



	.black
		{
		color:#000000;
		}




	pre 
		{
 		overflow-x: auto; /* Use horizontal scroller if needed; for Firefox 2, not needed in Firefox 3 */
 		white-space: pre-wrap; /* css-3 */
 		white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */
 		white-space: -pre-wrap; /* Opera 4-6 */
 		white-space: -o-pre-wrap; /* Opera 7 */
 		/* width: 99%; */
 		word-wrap: break-word; /* Internet Explorer 5.5+ */
		}


	.button
		{
		height: auto;
		color:#bf212d;
		font-family:arial;
		font-size:11px;
		font-weight:bold;
		}








/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
