/*
	RTVSoftware.CSS
	Stylesheet type 2
	Copyright RTV Software
*/

/* Main */
/* BODY
{
	background-color:		#FFFFFF;
	color:					#000000;
	width:					95%;
	border-style:			solid;
	border-width:			0px;
	border-color:			gray;
	text-align:				center;
} */

BODY
{
	padding:5px; 
	margin:0px; 
	color:black; 
	width:95%;	
		/* default font */
	font-family:			verdana, sans-serif;
	font-size:				11px;

}


