@charset "utf-8";
/* CSS Document */

body {
	font-family: Verdana;
	font-size:11px;
}

a.top:link {
	font-size: 12px;
	color: #B3B3B3;
	text-decoration: none;
	font-weight:normal;
}

a.top:visited {
	font-size: 12px;
	color: #B3B3B3;
	text-decoration: none;
	font-weight:normal;
}

a.bod:link{
	font-size:11px;
	color: #09C;
	text-decoration:none;
}

a.bod:visited {
	color: #09C;
	font-size:11px;
	text-decoration:none;
}

a:link {
	color: #303285;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}

a.download:link{
	font-size:10px;
	color: #09C;
	text-decoration:none;
}

a.download:visited {
	color: #09C;
	font-size:10px;
	color: #09C;
	text-decoration:none;
}

a.menu:link{
	text-decoration:none;
}

a.menu:visited {
	text-decoration:none;
	COLOR: #000000;
}

a.menu:hover {
	COLOR: #000000;
	text-decoration:none;
}

a.menu:active {
	COLOR: #000000;
	text-decoration:none;
}

a.footer:link{
	font-size:10px;
	color: #666666;
	text-decoration:none;
}

a.footer:visited{
	font-size:10px;
	color: #666666;
	text-decoration:none;
}

.footer {
	font-size:10px;
	color:#666666;
}

.content{
	font-size:11px;
	color:#000000;
}

.contentHeader{
	font-size:15px;
	font-weight:bold;
	color:#7E8C00;
}

.arrowlistmenu{
	width: 190px; /*width of accordion menu*/
}

.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
	font: 10px Verdana;
	margin-bottom: 10px; /*bottom spacing between header and rest of content*/
	padding: 1px 0 1px 10px; /*header text is indented 10px*/
	cursor: hand;
	cursor: pointer;
}

.arrowlistmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/
	font: 10px Verdana;
	color: #333333;
	margin-bottom: 10px; /*bottom spacing between header and rest of content*/
	padding: 1px 0 1px 10px; /*header text is indented 10px*/
	cursor: hand;
	cursor: pointer;
}

.arrowlistmenu ul{ /*CSS for UL of each sub menu*/
	list-style-type: none;
	margin: 0;
	padding: 0;
	margin-bottom: 8px; /*bottom spacing between each UL and rest of content*/
}

.arrowlistmenu ul li{
	padding-bottom: 1px; /*bottom spacing between menu items*/
}

.arrowlistmenu ul li .opensubheader{ /*Open state CSS for sub menu header*/
	font: 10px Verdana;
}

.arrowlistmenu ul li .closedsubheader{ /*Closed state CSS for sub menu header*/
	font: bold 10px Verdana;
}

.arrowlistmenu ul li a{
	color: #333333;
	display: block;
	padding: 1px 0;
	padding-left: 19px; /*link text is indented 19px*/
	text-decoration: none;
	font-size: 10px;
}

.arrowlistmenu ul li a:visited{
	color: #333333;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
	color: #539DBC;
}

.arrowlistmenu ul li a.subexpandable:hover{ /*hover state CSS for sub menu header*/
	color: #539DBC;
}

input.ir_investmentCalculator { border:0px; background: transparent;}




