/*
	RTVInfo.CSS
	Stylesheet type 2
	Copyright RTV Software & Info
*/

BODY
{
	background-color:		#D9D9D9;
	color:					#FFFFFF;
	font-family:			verdana, sans-serif;
	font-size:				11px;
}
DIV.MainTable
{	
	text-align:				center;
}
TABLE.MainTable
{
	width:					90%;
	background-color:		#FFFFFF;
	color:					#000000;
	text-align:				center;
	border-style:			solid;
	border-width:			1px;
	border-color:			black;
	/* default font */
	font-family:			verdana, sans-serif;
	font-size:				11px;

}

/* Title */
TD.TitleFrame
{
	color:					#000000;
	background-color:		#E6F0FF;
	padding:				1px;
	text-align:				center;
}
SPAN.MainTitle
{
	font-size:				20px;
	cursor:					pointer;
}

/* Main frame */
TD.MainFrame
{
	color:					#000000;
	background-color:		#FFFFE6;
	text-align:				left;
	vertical-align:			top;
	padding:				10px;
}

/* copyright */
P.copyright
{
	color:					#000000;
	font-size:				10px;
	text-align:				center;
}
A.CopyrightLink
{
	color:					#000000;
	cursor:					pointer;
	text-decoration:		underline;
}

/* title */
SPAN.Title
{
	font-weight:			bold;
	font-size:				12px;
}
