#menu {
	background-image: url(images/tile_topnav.jpg);
	background-repeat: repeat-x;
	text-align: center;
}
#content {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	background-image: url(images/body_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-right: 10px;
	padding-left: 2px;
}
#blank_content {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	background-image: url(images/blank_body_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-right: 30px;
	padding-left: 10px;
}
.fundNames {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.generalText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
}
.business_name {
	color: #2263A5;
	font-weight: bold;
}

a:link {
	color: #3B7C1E;
}
a:visited {
	color: #3B7C1E;
}
a:hover {
	color: #2D5A16;
}
.heading1 {
	font-size: 16px;
	color: #418322;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.heading1_smaller {
	font-size: 14px;
	color: #418322;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

.heading2 {
	font-size: 14px;
	color: #336FAB;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.heading2_red {
	font-size: 14px;
	color: #B30000;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
} 
.heading2_small {
	font-size: 10px;
	color: #336FAB;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.heading3 {
	font-size: 16px;
	color: #FFCC0A;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.heading4 {
	font-size: 11px;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.heading5 {
	font-size: 16px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.heading6 {
	font-size: 14px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.heading7 {
	font-size: 16px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.headingError {
	font-size: 13px;
	color: #CC0000;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.redLink {
	font-size: 13px;
	color: #CC0000;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration:underline;
}
.boxFont1 {
	font-size: 11px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
}
.boxFont2 {
	font-size: 12px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
}
a:active {
	color: #428224;
}


#footer {
	background-image: url(images/tile_footer.jpg);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	padding-right: 20px;
	padding-top: 10px;
}

#leftnav {
	background-image: url(images/tile_leftnav.jpg);
	background-repeat: repeat-y;
}
#side {
	background-image: url(images/tile_side.jpg);
	background-repeat: repeat-y;
}
#box {
	background-color: #FFFFFF;
}
.boxClass {
	background-color: #FFFFFF;
}
input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.rowHover1 {
    background: #E1EBDE;
	font-size: 11px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
}
.rowHover2 {
    background: #E1EBDE;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

.passwordMeter {
	border: thin solid #000000;
	font-family: Arial, Helvetica, sans-serif;
	text-align:center;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}
.errorAlert {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
.errorAlert_Link{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration:underline;
	font-weight: bold;
	color: #FFFFFF;
}
.tempPwd {
	font-family: "Courier New", Courier, mono;
	font-size: 14px;
	font-weight: bold;
	color: #FF0000;
	letter-spacing: 5px
}
#popup-body {
	background-image: url(images/popup_body_tile.jpg);
	background-repeat: repeat-x;
}