/*your custom style goes in this file*/
/*if you're overriding style blocks from genstyle.css, you only need to include the attributes you're overriding, not the whole block*/

/* paypalback: is defined for the Paypal text */
.paypalback {
	background-color : #660000;
	padding: 10px;
	width: 1000px;
}

/* paypal: is defined for the paypal logo */
.paypal {
	background-color : #660000;
	padding: 10px;
	width: 900px;
	vertical-align: middle;
	text-align: center;
}

/* paypaltext added to replace <font size=1> */
.paypaltext {
	font-size: 10px;
	color: #B99852;
	width: 1000px;
}

/* paypal-image defined for the image attributes*/
.paypal-image {
	border: 0;
	width: 1;
	height: 1;
	vertical-align: middle;
}

/* paypal-button defined for xhtml compliance */
.paypal-button {
	border: 0;
}

/* tng-favicon defined for tng-favicon in footer */
.tng-favicon {
	width: 16;
	height: 16;
}

/* body-table defined for table in the body */
.body-table {
	width: 100%; 
	border: 0; 
	border-spacing: 0; 
	padding: 5; 
	background-color: #FFFFFF;
}

.latest_news {
	width: 95%;
	padding-left: 8px;
	border: 0;
	padding-top: 10px;
	vertical-align: top;
}


