form 
{
	MARGIN: 0px 0px 0px 0px; 
}
td { FONT-WEIGHT: normal; COLOR: #000000; LINE-HEIGHT: 13px; FONT-FAMILY: verdana,arial,helvetica; FONT-SIZE: 11px; }
a, a:visited { COLOR: #0053A0; FONT-FAMILY: verdana,arial,helvetica; TEXT-DECORATION: none; } 
a:hover { COLOR: #0053A0; FONT-FAMILY: verdana,arial,helvetica; TEXT-DECORATION: underline; } 

a.linkBlue, a.linkBlue:visited { FONT-WEIGHT: normal; COLOR: #0053A0; FONT-FAMILY: verdana,arial,helvetica; TEXT-DECORATION: none; }
a.linkBlue:hover { FONT-WEIGHT: normal; COLOR: #0053A0; FONT-FAMILY: verdana,arial,helvetica; TEXT-DECORATION: underline; }

a.menuBlue, a.menuBlue:visited { FONT-WEIGHT: normal; COLOR: #0053A0; FONT-FAMILY: verdana,arial,helvetica; TEXT-DECORATION: none;  padding: 0px 0px 0px 0px; }
a.menuBlue:hover { FONT-WEIGHT: normal; COLOR: #0053A0; FONT-FAMILY: verdana,arial,helvetica; TEXT-DECORATION: underline; padding: 0px 0px 0px 0px; }

a.menuRed, a.menuRed:visited { FONT-WEIGHT: normal; COLOR: #BB0022; FONT-FAMILY: verdana,arial,helvetica; TEXT-DECORATION: none;  padding: 0px 0px 0px 0px; }
a.menuRed:hover { FONT-WEIGHT: normal; COLOR: #BB0022; FONT-FAMILY: verdana,arial,helvetica; TEXT-DECORATION: underline; padding: 0px 0px 0px 0px; }


a.menuBlueInd1, a.menuBlueInd1:visited { FONT-WEIGHT: normal; COLOR: #0053A0; FONT-FAMILY: verdana,arial,helvetica; TEXT-DECORATION: none; padding: 0px 0px 0px 5px; }
a.menuBlueInd2, a.menuBlueInd2:visited { FONT-WEIGHT: normal; COLOR: #0053A0; FONT-FAMILY: verdana,arial,helvetica; TEXT-DECORATION: none; padding: 0px 0px 0px 10px; }
a.menuBlueInd1:hover { FONT-WEIGHT: normal; COLOR: #0053A0; FONT-FAMILY: verdana,arial,helvetica; TEXT-DECORATION: underline; padding: 0px 0px 0px 5px; }

a.subtitle, a.subtitle:visited, a.subtitle:hover { COLOR: #ffffff; FONT-FAMILY: verdana,arial,helvetica; TEXT-DECORATION: none; } 


.borderBlue
{
	BORDER: 1px solid #0053A0;
}

.RTSHeadline1
{
	FONT-SIZE: 40px;
	COLOR: #0053A0;
	LINE-HEIGHT: 42px;
	FONT-FAMILY: verdana,arial,helvetica;
}

.RTSHeadline1longtext
{
	FONT-SIZE: 32px;
	COLOR: #0053A0;
	LINE-HEIGHT: 42px;
	FONT-FAMILY: verdana,arial,helvetica;
}

.RTSHeadline2
{
	FONT-SIZE: 20px;
	COLOR: #0053A0;
	LINE-HEIGHT: 22px;
	FONT-FAMILY: verdana,arial,helvetica;
}

.BlueArea
{
	background-color: lightblue;
	border: solid 1px Steelblue;
}

.BlueArea .Head
{
	FONT-FAMILY: Tahoma, Verdana, Arial, Helvetica;
	FONT-SIZE: 10pt;
	color: Navy;
	text-align: center;
}

.BlueArea .HeadXL
{
	FONT-FAMILY: Tahoma, Verdana, Arial, Helvetica;
	FONT-SIZE: 14pt;
	color: Navy;
	text-align: center;
	height: 20px;
}

.BlueArea .Body
{
	FONT-FAMILY: Tahoma, Verdana, Arial, Helvetica;
	FONT-SIZE: 8pt;
	color: Navy;
}

.OKText
{
	FONT-FAMILY: Tahoma, Verdana, Arial, Helvetica;
	FONT-SIZE: 8pt;
	color: green;
}

.ErrorText
{
	FONT-FAMILY: Tahoma, Verdana, Arial, Helvetica;
	FONT-SIZE: 8pt;
	color: red;
}

.InfoText
{
	FONT-FAMILY: Tahoma, Verdana, Arial, Helvetica;
	FONT-SIZE: 8pt;
	color: Navy;
}

.WarningText
{
	FONT-FAMILY: Tahoma, Verdana, Arial, Helvetica;
	FONT-SIZE: 8pt;
	color: Darkorange;
}

.HeaderText
{
	FONT-FAMILY: Tahoma, Verdana, Arial, Helvetica;
	FONT-SIZE: 12pt;
	FONT-WEIGHT: bold;
	color: Steelblue;
}

.InputField, .InputField .TextBox, .InputField input, .InputField textarea
{
	FONT-FAMILY: Tahoma, Verdana, Arial, Helvetica;
	FONT-SIZE: 8pt;
	color: Navy;
}

.InputField .TextBox, .InputField textarea
{
	width: 200px;
}

.InputField .Checkbox
{
	width: 20px;
}


/* set up the overall width of the menu div, the font and the margins with a relative position*/
.menu 
{font-family: verdana, arial, helvetica, sans-serif; width:150px; padding:20px 0 0px 0px; position:relative;z-index:100;}

/* remove the bullets and set the margin and padding to zero for the unordered list */
.menu ul 
{padding:0; margin:0; list-style-type: none; border:0;}

/* float the list so that the items are in a line */
/*.menu ul li 
{float:left; position:relative; margin-right:1px;}*/

/* style the links to be 150px wide by 25px high. Set the background color and the font size. */
.menu ul li a, 
.menu ul li a:visited 
{display:block; text-align:left; text-decoration:none; width:150px; height:25px; color:#0053a0; background:white; line-height:24px; font-size:11px; text-indent:10px;}

/* make the dropdown ul invisible */
.menu ul li ul {display:none; text-align:left; position:absolute; top:0px; left:15px; text-align:left;z-index:500;}


/* set the foreground color of the main menu li on hover and the border to trigger IE */
.menu ul li:hover a, 
.menu ul li a:hover
{color:#0053a0; border:0;}

/* make the sub menu ul visible and position it beneath the first list item */
.menu ul li:hover ul, 
.menu ul li a:hover ul
{display:block; position:relative;}
<!--[if IE]>
.menu ul li:hover ul, 
.menu ul li a:hover ul
{display:block;}
<![endif]-->

/* make the sub menu ul li the full width with padding and border. Add an auto scroll bar */
.menu ul li:hover ul li, 
.menu ul li a:hover ul li
{background:white; color:#0053a0; width:149px; height:100px; border:1px solid #0053a0;}
/* hack the widht for IE5.5 */
html .menu ul li a:hover ul li {width:150px; width:149px;}

/* style the background and foreground color of the submenu links */
.menu ul li:hover ul li a, 
.menu ul li a:hover ul li a
{display:block; background:white; color:#0053a0; width:130px; text-align:left; text-decoration:none; border:0; text-indent:10px;}

/* style the background and forground colors of the links on hover */
.menu ul li:hover ul li a:hover,
.menu ul li a:hover ul li a:hover
{text-decoration:none; color:#fff; background:#222;}

#superUserContainer{
	clear: both;
	z-index: 800;
	width: 95%;
	display:block;
	
	border: 2px dashed #FF3E96;
	vertical-align: middle;
	padding: 5px;
	background-color: #eeeeee;
}

#superUserContainer a:link, #superUserContainer a:visited{
	color: #FF3E96;
	text-decoration: none;
	font-weight: bold;
}

#superUserContainer a:hover{

	text-decoration: underline;
}

.chart{
  position: relative;
  z-index: 10;
}
   
.right{
  text-align: right;
}

.observe {
  font-size: 10pt;
  font-weight: bold;
}
.contentHeadline10pt{
font-size: 8pt;
}

.fullperm, .fullperm a:link, .fullperm a:visited {
	color: #FF3E96; 
	text-align: right;
}
