@charset "UTF-8";
/* CSS Document */


* {
	margin:0;
	padding:0;
}
body {
	margin: 0px 20px 20px 20px;
	background: #000000;
	background-image: url(../images/stripe_tile.png);
	background-repeat: repeat;
	color: #333333;
	text-align:center;
	padding:0;
}
.clear {
	clear: both;
}
a img {
	border:0px
}
img {
	border:0px;
	vertical-align:top
}

/*****  TEXT FORMATTING  *****/

p {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	letter-spacing: 0.02em;
	line-height: 1.3em;
	margin-top: 6px;
	margin-bottom: 10px;
	color: #000;
	text-align: left;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: .02em;
}

/* Content Side-nav Title */
h1 {
	font-size: 16px;
	font-weight: bold;
	margin: 5px 0px 12px 0px;
	text-align: left;
}

/* Content Page Title */
h2 {
	font-size: 22px;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
}

/* Content Page Title 2 */
h5 {
	font-size: 16px;
	font-weight: bold;
	margin: 6px 0px 15px 0px;	
}

/* Content Page Sub-Section Title */
h3 {
	font-size: 16px;
	font-weight: bold;
	margin: 25px 0px 5px 0px;
	color: #ff4b00;
	text-align: left;
}

/* Content Page Sub-Section 2 Title*/
h4 {
	font-size: 14px;
	font-weight: bold;
	margin: 5px 0px 10px 0px;
}

.hidden {
	display:none;
	margin: 0;
	padding: 0;
}
h1 > span {
	display:none;
	margin: 0;
	padding: 0;	
}
.copyright {
	font-size: 11px;	
}

/*****  LINKS  *****/

a {
	color: #ff4b00;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	letter-spacing: .03em;
}
a:link {
	color: #ff4b00;
	text-decoration : none;
	padding : 0;
	margin : 0;
}
a:visited {
	color: #ff4b00;
	text-decoration : none;
}
a:hover {
	color: #2c2c2d;
	background : #f5f5f5;
	text-decoration : underline;
}
a:active {
	color: #000;
	text-decoration : none;
}

#navWrapper li a { 
	font-family: Tahoma, Geneva, sans-serif;
}

#navWrapper li ul li a {
	font-size: 11px;
}

/*****  LIST STYLES  *****/
	
	ul {
	}
	
	li {
		color: #666;
	}
	
	li.sidebarSubnav {
		margin: 0px 0px 0px 15px;
		list-style: none;
	}
	
	li p {
		margin: 0px 0px 2px 0px;
		padding: 0px;
	}
	
	ul.multiList {
		margin: 0px 0px 0px 25px;	
	}
	
	#contentContainerBody ul {
		margin: 0px 0px 10px 40px;	
	}
	
	#contentContainerBody li {
		font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
		font-size: 12px;
		color: #333333;
		margin: 2px 0px 4px 0px;
	}

/*****  PAGE LAYOUT  *****/

#outerWrapper {
	text-align: left;
	border-left: 10px solid #50659F;
	border-right: 10px solid #50659F;
	border-bottom: 10px solid #50659F;
	/*border-left: 10px solid #FFF;
	border-right: 10px solid #FFF;
	border-bottom: 10px solid #FFF;*/
	width: 800px;
	margin: auto;
}
#headerWrapper {
	height: 116px;
	width: auto;
	margin: auto;
	background-image:url(../images/header-logo-01.jpg);
	background-position: top;
	background-repeat: no-repeat;
}
#navWrapper {
	position: relative;
	min-height: 30px;
	/*height: auto;*/
	width: 100%;
	background: #50659F;
	color: #333333;
	margin: auto;
	background: url(../images/nav-repeat-bg-01.jpg) repeat-x top;
	z-index: 1000;
}
#bodyWrapper {
	position: relative;
	background: #FFF;
	width: auto;
	padding: 0 0 12px 0;
	margin: auto;
	z-index: 500;
}

/*****  NAVIGATION ELEMENTS  *****/

	#navWrapper ul {
		margin: 0;
		padding: 0;
		list-style: none;
	}
	
	/*#navWrapper li {
		position: relative;
		display: block;
		float: left;
		margin: 0;
		padding: 7px 0 4px 0;
		list-style: none;
		min-width: 20%;
		height: 19px;
		text-align: center;
		background: url(../images/nav-repeat-bg-04.jpg) repeat-x top;
	}
	
	#navWrapper li ul {
		display: none;
		position: absolute; 
		top: 1em;
		left: 0;
	}
	
	#navWrapper li ul li {
		display: block;
		padding: 6px 0 4px 12px;
		background: url(../images/nav-repeat-bg-05.jpg) repeat-x top;
		text-align: left;
		min-width: 148px;
	}
	
	#navWrapper li > ul {
		top: auto;
		left: auto;
	}
	
	#navWrapper li:hover ul, #navWrapper li.over ul {
		display: block;
		margin: 0;
		padding: 0 0 0 0;
		min-width: 160px;
		height: 30px;
		background: url(../images/nav-repeat-bg-01-over.jpg) repeat-x top left;	
	}
	
	#navWrapper li:hover ul {
		margin: 4px 0 4px 0;	
	}
	
	#navWrapper li a:link {
		margin: 6px 0 0 0;
		padding: 8px 8px 6px 10px;
		width: auto;
		color: #363636;
		text-decoration: none;
	}
	
	#navWrapper li a:visited {
		margin: 6px 0 0 0;
		padding: 8px 8px 6px 10px;
		width: auto;
		color: #363636;
		text-decoration: none;
	}
	
	#navWrapper li a:hover {
		display: block;
		margin: -7px 0 -4px 0;
		padding: 8px 0 6px 0;
		height: auto;
		color: #FFF;
		background: url(../images/nav-repeat-bg-01-over.jpg) repeat-x top left;	
	}
	#navWrapper a:hover {
		display: block;
		margin: -7px 0 -4px 0;
		padding: 8px 0 6px 0;
		height: auto;
		color: #FFF;
		background: url(../images/nav-repeat-bg-01-over.jpg) repeat-x top left;	
	}
	
	#navWrapper li a:active {
		display: block;
		margin: -7px 0 -4px 0;
		padding: 8px 0 6px 0;
		height: auto;
		color: #FFF;
		background: url(../images/nav-repeat-bg-01-over.jpg) repeat-x top left;	
	}
	
	#navWrapper li ul li a:link {
		margin: 0;
		padding: 0;
		height: auto;
	}
	
	#navWrapper li ul li a:visited {
		margin: 0;
		padding: 0;
		height: auto;
	}
	
	#navWrapper li ul li a:hover {
		display: block;
		margin: 0;
		padding: 0;
		color: #FF4B00;
		background-image: none;
	}
	
	#navWrapper li ul li a:active {
		display: block;
		margin: 0;
		padding: 0;
		color: #FF4B00;
		background-image: none;
	}*/

/*****  HOME PAGE ELEMENTS  *****/

#contentWrapper1 {
	width: auto;
	height: 270px;
}
#contentContainerFlash {
	position: relative;
	float: left;
	width: 320px;
	height: 270px;
	background-image: url(../images/home_ss-bg-00-blank.jpg);
	background-repeat: no-repeat;
}
#contentContainerIntro {
	position: relative;
	float: left;
	width: 440px;
	height: 236px;
	padding: 14px 20px 20px 20px;
	background-image:url(../images/home_body-bg-02.jpg);
	background-repeat: no-repeat;
}
.welcomeMessage {
	font-style: italic;
	font-weight: bold;
	font-size: 14px;
}
#contentWrapper2 {
	width: auto;
	min-height: 230px;
	height: auto;
	background-image:url(../images/home_body-bg-03.jpg);
	background-repeat: no-repeat;
}
#secondaryNav {
	margin: 0 11px 0 11px;
	width: 778px;
	height: auto;
	background-image:url(../images/bottom-nav-bg.png);
	background-repeat:repeat-y;
}
#secondaryNavBottom {
	margin: 0 11px 0 11px;
	width: 778px;
	height: 14px;
	background-image: url(../images/bottom-nav-bg-02.png);
	background-repeat: no-repeat;
}
#navItem1 {
	position: relative;
	float: left;
	width: 252px;
	height: auto;
	margin: 0px 11px 15px 0px;
	/*background-image:url(../images/home_nav-bg-01.jpg);
	background-repeat: repeat-y;*/
	text-align: center;
}
#navItem2 {
	position: relative;
	float: left;
	width: 252px;
	height: auto;
	margin: 0px 11px 15px 0px;
	/*background-image:url(../images/home_nav-bg-01.jpg);
	background-repeat: repeat-y;*/
	text-align: center;
}
#navItem3 {
	position: relative;
	float: left;
	width: 252px;
	height: auto;
	margin: 0px 0px 15px 0px;
	/*background-image:url(../images/home_nav-bg-01.jpg);
	background-repeat: repeat-y;*/
}
#navItem1Title {
	width: auto;
	height: 55px;
	background-image:url(../images/home_nav-title-01.png);
	background-repeat: no-repeat;
}
#navItem2Title {
	width: auto;
	height: 55px;
	background-image:url(../images/home_nav-title-02.png);
	background-repeat: no-repeat;
}
#navItem3Title {
	width: auto;
	height: 55px;
	background-image:url(../images/home_nav-title-03.png);
	background-repeat: no-repeat;
}
#navItem1Content {
	width: auto;
	min-height: 144px;
	padding: 8px 0px 0px 26px;
	text-align: left;
}
#navItem1Content a {
	font-size: 11px;
	font-weight: bold;
	line-height: 1.3em;
}
/*#navItem1Content img {
	margin: 0px 0px 8px 0px;	
}*/
#contactButtonCall {
	display: block;
	width: 154px;
	height: 19px;
	padding: 10px 5px 5px 40px;
	margin: 2px 0px 10px 0px;
	background-image:url(../images/contact_btn-01-call.jpg);
	background-repeat: no-repeat;
}
#contactButtonEmail {
	display: block;
	width: 154px;
	height: 21px;
	padding: 8px 5px 5px 40px;
	margin: 2px 0px 10px 0px;
	background-image:url(../images/contact_btn-01-email.jpg);
	background-repeat: no-repeat;
}
#contactButtonNews {
	display: block;
	width: 154px;
	height: 26px;
	padding: 3px 5px 5px 40px;
	margin: 2px 0px 10px 0px;
	background-image:url(../images/contact_btn-01-news.jpg);
	background-repeat: no-repeat;
}
#navItem2Content {
	width: auto;
	min-height: 144px;
	padding: 8px 0px 0px 0px;
}
#navItem2Content img {
	margin: 0px 0px 5px 0px;	
}
#navItem3Content {
	width: auto;
	min-height: 144px;
	padding: 8px 15px 0px 30px;
	text-align: center;
}
#navItem3Content p {
	font-size: 11px;
}
#navItem3Content a {
	font-size: 11px;
	font-weight: bold;
}
.navItemBottom {
	width: auto;
	height: 14px;
	background-image: url(../images/home_nav-bg-02.jpg);
	background-repeat: no-repeat;
}
.translationWidget {
	width: 210px;
	height: auto;
	float: right;
	text-align: center;
	/*background: #DDD;*/
	padding: 7px 22px 7px 34px;
	/*margin: 12px 12px 2px 12px;*/	
}
.footerTextWrapper {
	width: 750px;
	text-align: center;
	padding: 0 0 0 20px;
}

/*****  CONTENT PAGE ELEMENTS  *****/

#sidebarWrapper {
	width: 250px;
	height: auto;
	position: relative;
	float: left;
	background-color:#FFF;
}

#contentContainer {
	width: 549px;
	height: auto;
	position: relative;
	float: right;
	background-color:#FFF;
}

#contentContainer img {
	border: 0px #B0C3FC solid;
	text-align: center;
}

#contentContainer .floatRight {
	float: right;
	margin: 0px 0px 8px 8px;
	width: auto;
}

#contentContainer .floatLeft {
	float: left;
	margin: 0px 8px 8px 0px;
	width: auto;
}

#contentContainerTitle {
	width: auto;
	height: 58px;
	padding: 14px 0px 0px 15px;
	background-image:url(../images/content_title-bg-00-blank.jpg);
	background-repeat: no-repeat;
	background-position: top;
}

#contentContainerTitle.bankruptcy {
	background-image:url(../images/content_title-bg-01-bankruptcy.jpg);
}
#contentContainerTitle.med {
	background-image:url(../images/content_title-bg-03-med.jpg);
}
#contentContainerTitle.auto {
	background-image:url(../images/content_title-bg-02-auto.jpg);
}
#contentContainerTitle.pi {
	background-image:url(../images/content_title-bg-04-pi.jpg);
}
#contentContainerTitle.divorce {
	background-image:url(../images/content_title-bg-05-divorce.jpg);
}
#contentContainerTitle.family {
	background-image:url(../images/content_title-bg-06-family.jpg);
}

#contentContainerBody {
	width: auto;
	height: auto;
	padding: 10px 40px 20px 27px;
	background-color: #FFF;
	font-size: 24px;
}

.socialMediaWrapper {
	width: 75%;
	height: auto;
	padding: 15px;
	margin: 12px;
	/*border: 1px solid #50659F;*/
}

/*****  SIDEBAR ELEMENTS  *****/

#sidebarItem1 {
	width: auto;
	height: auto;
	padding: 54px 0px 0px 26px;
	background-image:url(../images/content_sidebar-bg-01.jpg);
	background-repeat: no-repeat;
	background-position: top;
}

#sidebarItem1 a {
	font-size: 11px;
	font-weight: bold;
}

#sidebarItem2 {
	width: auto;
	height: auto;
	padding: 20px 0px 0px 26px;
}

#sidebarItem2Content {
	padding: 0px 0px 0px 15px;	
}

#sidebarItem2 a {
	font-size: 12px;
	font-weight: normal;
}

#sidebarItem3 {
	width: auto;
	height: auto;
	min-height: 100px;
	padding: 20px 15px 20px 26px;
}

#sidebarItem3Content {
	padding: 0px 0px 0px 15px;	
}

#sidebarItem3 a {
	font-size: 11px;
	font-weight: normal;
}

#sidebarItem4 {
	width: auto;
	height: auto;
	min-height: 100px;
	padding: 20px 0px 0px 26px;
}

#sidebarItem4Content {
	padding: 0px 0px 0px 15px;	
	background-image:url(../images/content_sidebar-bg-02.jpg);
}

#sidebarItem5 {
	width: auto;
	height: autopx;
	padding: 54px 0px 0px 26px;
	background-repeat: no-repeat;
	background-position: top;
}


#sidebarItem5Content {
	padding: 0px 0px 0px 15px;	
}

.contentContactWrapper {
	width: 450px;
	min-height: 30px;
	height: auto;
	display: block;
	position: relative;
	padding: 10px;
	margin: 40px 0px 10px 0px;
	background-color: #b0c3fc;
	text-align: center;
}

.contentContactWrapper p {
	margin: 0px;	
}

/*****  FOOTER  *****/

#footerWrapper {
	display: block;
	position: relative;
	width: auto;
	min-height: 55px;
	background-color: #9db3fe;
	text-align: center;
	padding: 10px 0px 10px 0px;
}

#footerWrapper p {
	margin: 0px;
	padding: 0px;
	font-weight: bold;
}

#footerWrapper a:link {
	color: #363636;
	text-decoration : none;
	padding : 0;
	margin : 0;
}
#footerWrapper a:visited {
	color: #363636;
	text-decoration : none;
}
#footerWrapper a:hover {
	color: #999999;
	text-decoration : underline;
}
#footerWrapper a:active {
	color: #363636;
	text-decoration : none;
}.BankruptcyLandingTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-style: normal;
	font-weight: bold;
	color: #F00;
	text-align: left;
}
.BankruptcyLandingSubTitle {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #000;
	
}
.AboutUsTitle {
	font-family: "Arial", Gadget, sans-serif;
	font-size: 14px;
	font-style: italic;
	color: #2424B2;
}
.BankruptcyLandingParagraph {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	color: #000;
}
.BankruptcyLandingLinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-style: normal;
	font-weight: normal;
	color: #ff4b00;
}
.BankruptcyLandingContactInfo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: normal;
	color: #000;
}
.BankruptcyLandingJudeLaw {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	color: #ff4b00;
}
.checkbox {
	font-size: 12px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.BankruptcyLandingPhone {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #000;
}
.BankruptcyLandingParagraph {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
}
.StarText {
	font-size: 10px;
}
.asteriskTextBold {
	font-size: 14px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
}
.asteriskSmall {
	font-size: 9px;
	font-style: italic;
}
.LandingForm {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: right;
}
.LandingFormTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: left;
	font-weight: bold;
	color: #FF0;
}
.asteriskText {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
}
.triviaQuestion {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #F00;
	text-align: left;
}
.ContestTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #F00;
}
.ContestMainTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #000;
}
.Flowers {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #36F;
}
.Monthly {
	color: #F00;
}
.Testimonials {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	color: #F00;
	text-align: center;
}
.PartnersTitle {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	color: #000;
}
.StepP {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	text-align: left;
}
.StepTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #2424B2;
	text-align: left;
}
.BankruptcyLandingTitleTest {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	color: #03F;
	text-align: left;
	text-decoration: underline;
}
.CallNow {
	color: #F00;
	font-size: 16px;
	font-family: Tahoma, Geneva, sans-serif;
}
.StepTitleGreen {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #03F;
	text-align: center;
}
.PhoneNumbers {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #2424B2;
	text-align: left;
}
.StepTitleCenter {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #000;
	text-align: center;
}
.BankruptcyLandingSubTitleBlue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	color: #03F;
}
.BankruptcyLandingSubTitleGreen {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	color: #090;
}

/*The section below this notice is copyrighted by Stu Nicholls. All CSS above this notice is cipyrighted by JudeLaw*/

/* ================================================================ 
This copyright notice must be kept untouched in the stylesheet at 
all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.stunicholls.com/menu/pro_drop_2.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

.preload1 {background: url(../images/three_1.gif);}
.preload2 {background: url(../images/three_1a.gif);}

#nav {padding:0; margin:0; list-style:none; height:38px; background:#fff url(../images/three_0.gif) repeat-x; position:relative; z-index:500; font-family:arial, verdana, sans-serif;}
#nav li.top {display:block; float:left; height:38px;}
#nav li a.top_link {display:block; float:left; height:35px; line-height:33px; color:#fff; text-decoration:none; font-size:11px; font-weight:bold; padding:12 0 0 0px; cursor:pointer;background: url(../images/three_0.gif);}
#nav li a.top_link span {float:left; display:block; padding:0 24px 0 12px; height:35px; background: url(../images/three_0.gif) right top no-repeat;}
#nav li a.top_link span.down {float:left; display:block; padding:0 24px 0 14px; height:35px; background: url(../images/three_0a.gif) no-repeat right top;}

#nav li:hover a.top_link {color:#03217e; background: url(../images/three_1.gif) no-repeat;}
#nav li:hover a.top_link span {background:url(../images/three_1.gif) no-repeat right top;}
#nav li:hover a.top_link span.down {background:url(../images/three_1a.gif) no-repeat right top;}

/* Default list styling */

#nav li:hover {position:relative; z-index:200;}

#nav li:hover ul.sub
{left:1px; top:38px; background: #bfcefe; padding:3px; border:1px solid #fff; white-space:nowrap; width:115px; height:auto; z-index:300;}
#nav li:hover ul.sub li
{display:block; height:20px; position:relative; float:left; width:90px; font-weight:normal;}
#nav li:hover ul.sub li a
{display:block; font-size:11px; height:18px; width:115px; line-height:18px; text-indent:5px; color:#000; text-decoration:none;border:1px solid #bfcefe;}
#nav li ul.sub li a.fly
{background:#bfcefe url(../images/arrow.gif) 80px 6px no-repeat;}
#nav li:hover ul.sub li a:hover 
{background:#86a4fe; color:#fff; border-color:#fff;}
#nav li:hover ul.sub li a.fly:hover
{background:#86a4fe url(../images/arrow_over.gif) 80px 6px no-repeat; color:#fff;}


#nav li:hover li:hover ul,
#nav li:hover li:hover li:hover ul,
#nav li:hover li:hover li:hover li:hover ul,
#nav li:hover li:hover li:hover li:hover li:hover ul
{left:90px; top:-4px; background: #bfcefe; padding:3px; border:1px solid #fff; white-space:nowrap; width:115px; z-index:400; height:auto;}

#nav ul, 
#nav li:hover ul ul,
#nav li:hover li:hover ul ul,
#nav li:hover li:hover li:hover ul ul,
#nav li:hover li:hover li:hover li:hover ul ul
{position:absolute; left:-9999px; top:-9999px; width:0; height:0; margin:0; padding:0; list-style:none;}

#nav li:hover li:hover a.fly,
#nav li:hover li:hover li:hover a.fly,
#nav li:hover li:hover li:hover li:hover a.fly,
#nav li:hover li:hover li:hover li:hover li:hover a.fly
{background:#86a4fe url(../images/arrow_over.gif) 80px 6px no-repeat; color:#fff; border-color:#fff;} 

#nav li:hover li:hover li a.fly,
#nav li:hover li:hover li:hover li a.fly,
#nav li:hover li:hover li:hover li:hover li a.fly
{background:#bbd37e url(../images/arrow.gif) 80px 6px no-repeat; color:#000; border-color:#bbd37e;} 
.AsLowAs {
	font-size: 14px;
	color: #2424B2;
	font-weight: bold;
}
.StepTitleNoUnderline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #2424B2;
	text-align: left;
}
.BkWinners {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #ff4b00;
	font-weight: bold;
}
.BkWinnersMonthly {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000;
	font-style: italic;
	font-weight: bold;
}
