@charset "utf-8";
/* CSS Document */


body {
	font: 85%/140% arial;
	min-width: 750px;
	text-align: center;
	color:#000000;
	background: none;
}

#header 	{ display:none;	}
				
#header_small { display:none; }

#navigation { display:none; }			
		
#content { 		background:url(../images/header_paypal.jpg) no-repeat;
				min-height:400px;
				max-width: 750px;
				margin: 0 auto;
				text-align:left;
				padding-top: 110px;}

#footer { display:none;}
				
#copyright {	font: 65%/120% arial;}				
				
#sitemeter {display:none;}

input[type=button] {display: none;}



/* Generic
---------------------------------------------------------------------------------*/

img {			border: none;
				size: 75%;
				}

.floatL {		float:left;	}

.floatR {		float:right;	}

.note {font-size: 65%}



/* Footer
---------------------------------------------------------------------------------*/
			
			
#footer li {	padding-right: 15px;
				width: 700px;
				text-align: center;
				display: inline;
				padding-top:10px;}				
				
#footer a  {	text-decoration: underline;
				color: #ffffff;	}		
				
#footer a:hover {	text-decoration: none;
				color: #000000;
				background-color: #ffffff;	}						
				
/* Table
---------------------------------------------------------------------------------*/

table {padding-left: 10px;}

th {color:#007C97;
			  text-align:left;
			  vertical-align:top;}
			  			  
