/* CSS Document */
body {
	margin-left: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	background: #FFFFFF;
	font-family: arial, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 20px;
}
A:link{
	color: #0055A5;
	text-decoration: underline;
	font-weight: bold;
}
A:visited{
	color: #0055A5;
	text-decoration: underline;
	font-weight: bold;
}
A:hover{
	color: #E51837;
	text-decoration: underline;
	font-weight: bold;
}
#background-home {
	background: #FFFFFF url("images/bg-home.gif");
	background-repeat: no-repeat;
}
#background-inside {
	background: #FFFFFF url("images/bg-home.gif");
	background-repeat: no-repeat;
}
#background-bar {
	background: #FFFFFF url("images/bg-static-bar.jpg");
	background-repeat: no-repeat;	
}
#background-bar2 {
	background: #FFFFFF url("images/bg-static-bar_richer.jpg");
	background-repeat: no-repeat;	
}
#background-bar-footer {
	background: #FFFFFF url("images/bg-static-bar-footer.jpg");
	margin-left:0px;
	 margin-right:0px;
	 padding-left:0px;
	background-repeat: no-repeat;	
	
}
#background-bar-content {
	background: #FFFFFF url("images/hhhh.jpg");
	margin-left:0px;
	 margin-right:0px;
	 padding-left:0px;
	background-repeat: no-repeat;	
}

.home-copy {
	font-size: 12px;
	color: #FFFFFF;
	margin-bottom: 10px;
	margin-right: 30px;
}
.legal {
	font-size: 10px;
	line-height: 12px;
}
.header {
	font-size: 24px;
	line-height: 26px;
	font-weight: bold;
	letter-spacing: 2px;
}
.inside-copy {
	padding-right: 20px;
}
.subheader {
	font-size: 16px;
	line-height: 18px;
	font-weight: bold;
}
.body2-lrg-bold-white {
	font-size: 16px;
	color: #FFFFFF;
	font-weight: bold;
}
.body2-bold-white {
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
}
.body2-bold {
	font-size: 12px;
	font-weight: bold;
}