body
{
padding: 0; margin: 0; background-color: #111111
}
A { color: blue }
A:visited { color: blue }
A:active { color: red }

TD
{
	font-family: 		Arial, Tahoma, Verdana;
	font-size:		10pt;
}

H1
{
	font-weight:		bold;
	font-family:		Arial, Tahoma, Verdana;
	font-size:			10pt;
	color:				#555555
}

H2
{
	font-weight:		bold;
	font-family:		Arial, Verdana, Tahoma;
	font-size:		10pt;
	color:			#555555
}

*
{
	font-weight: normal;
}


/* Top Menu Bar */
TD.TMenuBar
{	
	font-family:		Verdana, Tahoma, Arial;
	font-size:		8pt;
	font-weight:		bold;
	color:			#FFFFFF;
	background-color: 	#444444; /*darkslateblue; // #1F71CB */
	border-top: solid 1px white

}

/* Left Menu Bar Heading */
TD.LMenuHeading
{
	font-family:		Verdana, Tahoma, Arial;
	font-size:			8pt;
	font-weight:		bold;
	color: 				#000000;
	background-color: 	#EBE9E7
}


/* Left Menu Bar Item */
TD.LMenuItem
{
	font-family: 		Verdana, Tahoma, Arial;
	font-size: 			8pt;
	color: 				#000000;
	background-color:	#F5F5F5;
	padding-left:       8px;
	height: 			20px
}

/* Left Menu Bar No Link Text */
TD.LMenuTitle
{
	font-family: 		Verdana, Tahoma, Arial;
	font-size: 			8pt;
	font-weight:		bold;
	color: 				#000000;
	background-color:	#999999;
	background-image:   url('/images/Menutitle2.jpg')
}


.StretchLogo
{
	background-image: url('../images/rsbg.jpg');
	background-repeat: no-repeat; 
	background-position-x: right;
	background-color: #FFFFFF
	
}

.PageContent
{
	font-family: 		Helvetica;
	font-size: 		9pt;
	color: 			#555555;
	background-color:	#FFFFFF;
	padding-top: 		10px;
	text-align: justify;
	line-height: 150%
}

#BCopyright
{
	font-family: 		Verdana, Tahoma, Arial;
	font-size: 			10px;
	color: 				#ffffff;
	background-color: 	#111111;
	text-align:			left;
	width: 				100%;
	padding-top: 10px;
	padding-bottom: 20px;
	line-height: 140%
}

#BCopyright a { color: #eeeeee } 

A.LMenuItemLink				{ color: #565455;	text-decoration: none }
A.LMenuItemLink:active		{ color: #565455;	text-decoration: none }
A.LMenuItemLink:visited		{ color: #565455;	text-decoration: none }
