body {
	margin: 0px;
	padding: 20px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #414141;
	text-align: left;
	background: #D4EEF0 url(images/main_bg.jpg) top left repeat-x;
}

.whatsnext {
	background: #FFFFFF url(images/whatsnext.jpg) top left no-repeat;
	width:438px;
	height: 215px;
	margin-top: 10px;
	padding: 51px 20px 20px 20px;
}

/*========================================================================================== LAYOUT */

#main_wrap {
	position: relative;
	width: 920px;
	margin: 0px auto;
	padding: 0px 10px;
	border: 0px;
	background: url(images/main_wrap_bg.png) top left repeat-y;
}

#main_wrap_top {
	position: relative;
	width: 940px;
	height: 20px;
	margin: 0px auto;
	padding: 0px;
	border: none;
	background: url(images/main_wrap_top.png) top left no-repeat;
}

#main_wrap_bttm {
	position: relative;
	width: 940px;
	height: 30px;
	margin: 0px auto;
	padding: 0px;
	border: none;
	background: url(images/main_wrap_bttm.png) bottom left no-repeat;
}

#main_bottom_items {
	position: relative;
	width: 740px;
	height: 30px;
	margin: 0px auto;
	padding: 0px;
	border: none;
	text-align: center;
	font-size:12px;
	font-weight: normal;
}

#main_bottom_items a:link, #main_bottom_items a:visited, #main_bottom_items a:active {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
	
#main_bottom_items a:hover {
	color: #E31E26;
	text-decoration: underline;
	font-weight: bold;
}

#header {
	float: left;
	width: 880px;
	height: 80px;
	margin: 0px;
	padding: 0px 20px 20px 20px;
	border: none;
	background-color: #FFF;
}

#header h1 {
	font-size:27px;
	font-weight:bold;
	margin:0px;
}
#header h2 {
	font-size:20px;
	font-weight:normal;
	color: #787878;
	margin:0px;
}

#intro_wrap_home {
	float: left;
	width: 880px;
	margin: 0px;
	padding: 20px 20px 40px 20px;
	border: none;
	background: #7A1A06 url(images/introhome_bg.jpg) bottom left no-repeat; /*reference a php script*/
}

#intro_wrap {
	float: left;
	width: 880px;
	margin: 0px;
	padding: 20px 20px 40px 20px;
	border: none;
	background: #7A1A06 url(images/subpagetopback.gif) bottom left no-repeat;
}

#intro_col1 {
	float: left;
	width: 580px;
	margin: 0px;
	padding: 0px;
	border: none;
}

#intro_col2 {
	float: left;
	width: 280px;
	margin: 0px 0px 0px 10px;
	padding: 0px;
	border: none;
	font-size: 14px;
	color: #999;
}

#maincontent_wrap {
	float: left;
	width: 880px;
	margin: 0px;
	padding: 0px 20px 20px 20px;
	border: none;
	background-color: #FFF;
	font-size:14px;
}

#breadcrumbs {
	float: left;
	width: 580px;
	margin: 0px 0px 20px 0px;
	padding: 0px;
	border: none;
	background-color: #FFF;
}


/*========================================================================================== TWO COLUMN LAYOUT */

#two_col_col1 {
	float: left;
	width: 580px;
	margin: 0px;
	padding: 0px;
	border: none;
	background-color: #FFF;
}

#two_col_col2 {
	float: left;
	width: 280px;
	margin: 0px 0px 0px 20px;
	padding: 0px;
	border: none;
}


/*========================================================================================== THREE COLUMN LAYOUT */

#three_col_col1 {
	float: left;
	width: 280px;
	margin: 0px;
	padding: 0px;
	border: none;
	background-color: #FFF;
}

#three_col_col2 {
	float: left;
	width: 280px;
	margin: 0px 20px;
	padding: 0px;
	border: none;
	background-color: #FFF;
}

#three_col_col3 {
	float: left;
	width: 280px;
	margin: 0px;
	padding: 0px;
	border: none;
}


/*========================================================================================== FOOTER */

#footer {
	clear: both;
	width: 880px;
	margin: 0px;
	padding: 20px 20px 0px 20px;
	border: none;
	text-align: center;
	background: #000;

}


/*========================================================================================== TOP NAV */

#topnav {
	float: left;
	width: 880px;
	margin: 0px;
	padding: 10px 20px 0px 20px;
	list-style: none;
	background: #000;
}

#topnav ul {
	float: left;
	margin: 0px;
	padding: 0px;
	list-style: none;
}
	
#topnav li {
	display: inline;
	margin: 0px;
	padding: 0px;
}
	
#topnav a {
	float: left;
	padding: 0px 0px 0px 5px;
	margin: 0px 5px 0px 0px;
	font-size: 14px;
	text-decoration: none;	
	color: #EBEBEB;
}
	
#topnav a span {
	float: left;
	display: block;
	padding: 9px 15px 9px 6px;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	color: #EBEBEB;
	cursor: pointer;
}

#topnav a:hover {
	background: #7A1A06 url(images/tab_left_over.png) top left no-repeat;
}

#topnav a:hover span {
	background: #7A1A06 url(images/tab_right_over.png) top right no-repeat;
	font-weight: bold;
	color: #FFF;
	cursor: pointer;
}

#topnav .current a {
	background: #7A1A06 url(images/tab_left_current.gif) top left no-repeat; 
}

#topnav .current a span {
	background: #7A1A06 url(images/tab_right_current.gif) top right no-repeat;
	color: #FFFFFF;
	cursor: pointer;
}

#topnav .section a {
	background: #7A1A06 url(images/tab_left_current.png) top left no-repeat;
}

#topnav .section a span {
	background: #7A1A06 url(images/tab_right_current.png) top right no-repeat;
	color: #333;
	cursor: pointer;
}


/*========================================================================================== UTILITY NAV */

ul#util_nav {
	float: right;
	margin: 0px;
	padding: 0px;
	list-style: none;
}
	
ul#util_nav li {
	display: inline;
	margin: 0px;
	padding: 0px;
}

ul#util_nav a {
	padding: 0px 0px 0px 9px;
	margin: 0px;
	font-size: 14px;
	text-decoration: none;	
	color: #CCC;
}

ul#util_nav a span {
	display: block;
	padding: 9px 15px 9px 6px;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	color: #CCC;
}

ul#util_nav a:hover {
	background: #444 url(images/tab_left_over.png) top left no-repeat;
}

ul#util_nav a:hover span {
	background: #444 url(images/tab_right_over.png) top right no-repeat;
	font-weight: bold;
	color: #FFF;
}


/*========================================================================================== HOME SUB NAV */

#homebox_right_content ul {
	float: left;
	width: 240px;
	margin: 0px;
	padding: 0px;
	border: none;
	list-style-type: none;
}

#homebox_right_content ul li {
	float: left;
	display: block;
	width: 205px;
	list-style-type: none;
	margin: 0px;
	padding: 6px 0px 5px 35px;
	font-size: 18px;
	text-decoration: none;	
	line-height: 1em;
	color: #FFF;
	border-bottom: 1px solid #4F4F4F;
	background: url(images/homecheckmark.gif) 5px 6px no-repeat;
}

#homebox_right_content ul li.last {
	float: left;
	display: block;
	width: 200px;
	list-style-type: none;
	margin: 0px;
	padding: 6px 0px 5px 35px;
	font-size: 18px;
	text-decoration: none;	
	line-height: 1em;
	color: #FFF;
	border: none;
	background: url(images/check_bullet_wht.png) 5px 6px no-repeat;
}

#homebox_right_content ul li:hover {
	float: left;
	display: block;
	width: 205px;
	list-style-type: none;
	margin: 0px;
	padding: 6px 0px 5px 35px;
	font-size: 18px;
	text-decoration: none;	
	line-height: 1em;
	color: #FFF;
	background-color: #121F20;
}

#homebox_right_content ul li a {
	float: left;
	padding: 0px;
	margin: 0px;
	font-size: 18px;
	text-decoration: none;	
	color: #FDB813;
}


/*========================================================================================== HOME PAGE INTRO BOX LEFT */

#homebox_left_content {
	float: left;
	width: 580px;
	margin: 0px;
	padding: 0px;
	border: none;
	list-style-type: none;
	/*background: url(images/key.gif) 0px 40px no-repeat;*/
}

#homebox_left_content h1{
	margin: 0px;
	padding: 0px 0px 10px 0px;
	font-size: 30px;
	font-weight: bold;
	color: #FFFFFF;
}


/*========================================================================================== HOME PAGE INTRO BOX RIGHT */

#homebox_right_top {
	float: left;
	width: 280px;
	height: 20px;
	margin: 0px;
	padding: 0px;
	border: none;
	list-style-type: none;
	background: url(images/homesideboxtop.gif) bottom left no-repeat;
}

#homebox_right_content {
	float: left;
	width: 240px;
	margin: 0px;
	padding: 0px 20px;
	border: none;
	list-style-type: none;
	background-color: #000000;
}

#homebox_right_btm {
	float: left;
	width: 280px;
	height: 20px;
	margin: 0px;
	padding: 0px;
	border: none;
	list-style-type: none;
	background: url(images/homesideboxbottom.gif) top left no-repeat;
}


/*========================================================================================== INTRO BOX LEFT */

#introbox_left_content {
	float: left;
	width: 540px;
	margin: 0px;
	padding: 0px;
	border: none;
	list-style-type: none;
}


/*========================================================================================== INTRO BOX RIGHT */

#subpagetop_back {
	float: left;
	width: 280px;
	height: 20px;
	margin: 0px;
	padding: 0px;
	border: none;
	list-style-type: none;
	background: url(images/subpagetopslice.gif) bottom left no-repeat;
}

#subpagetopbox {
	float: left;
	width: 280px;
	margin: 0px;
	padding: 0px 0px;
	border: none;
	list-style-type: none;
	/*background-color: #017BB6;*/
	color: #012B40;
}

#subpagebottom_back {
	float: left;
	width: 280px;
	height: 20px;
	margin: 0px;
	padding: 0px;
	border: none;
	list-style-type: none;
	background: url(images/subpagebottomslice.gif) top left no-repeat;
}


/*========================================================================================== SIDE BOX */

.sidebox_top {
	float: left;
	width: 280px;
	height: 20px;
	margin: 0px;
	padding: 0px;
	border: none;
	list-style-type: none;
	background: url(images/newslettertop.gif) bottom left no-repeat;
}

.sidebox_content {
	float: left;
	width: 240px;
	margin: 0px;
	padding: 0px 20px;
	border: none;
	list-style-type: none;
	background-color: #FDB813;
	color: #000000;
}

.sidebox_btm {
	float: left;
	width: 280px;
	height: 20px;
	margin: 0px;
	padding: 0px;
	border: none;
	list-style-type: none;
	background: url(images/newsletterbottom.gif) top left no-repeat;
}

#sidebox_two {
	float: left;
	margin: 20px 0px 0px 0px;
	padding: 0px;
	border: none;
}


/*========================================================================================== SIDE BOX SUB NAV */

.sidebox_content ul {
	float: left;
	width: 240px;
	margin: 0px;
	padding: 0px;
	border: none;
	list-style-type: none;
}

.sidebox_content ul li {
	list-style-type: none;
	margin: 0px;
	padding: 0px 0px 3px 20px;
	border: none;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;	
	color: #333;
	background: url(images/bullet_arrow.png) 0 0px no-repeat;
}

.sidebox_content ul li a {
	padding: 0px;
	margin: 0px;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;	
	color: #333;
}

.sidebox_content ul li a:hover {
	padding: 0px;
	margin: 0px;
	font-size: 14px;
	font-weight: bold;
	text-decoration: underline;	
	color: #E31E26;
}

.sidebox_content ul li #current a {
	color: #E31E26;
}


/*========================================================================================== HEADINGS */
#introbox_left_content h1
{
	margin: 0px;
	padding: 0px 0px 10px 0px;
	font-size: 30px;
	font-weight: bold;
	color: #FDB813;
}

h1 {
	margin: 0px;
	padding: 0px 0px 10px 0px;
	font-size: 30px;
	font-weight: bold;
	color: #242221;
}

#two_col_col1 h1 {
	margin: 0px 0px 6px 0px;
	padding: 0px;
	font-size: 24px;
	font-weight: bold;
	line-height: 1.25em;
	color: #000000;
	border-bottom: 2px solid #ECECEC;
}

h2 {
	margin: 0px;
	padding: 0px;
	font-size: 26px;
	font-weight: normal;
	line-height: 1.25em;
	color: #FFF;
}

.home {
	margin: 0px 0px 0px 5px;
	padding: 0px;
	font-size: 24px;
	font-weight: normal;
	line-height: 1.25em;
	color: #FFF;
}

h3 {
	margin: 0px;
	padding: 0px;
	font-size: 22px;
	font-weight: bold;
	line-height: 1.25em;
	color: #000000;
}

h3 a:link, h3 a:visited,h3 a:active {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
	
h3 a:hover {
	color: #4C4C4C;
	text-decoration: underline;
	font-weight: bold;
}


.login {
	margin: 0px;
	padding: 0px 0px 10px 0px;
	font-size: 22px;
	font-weight: normal;
	line-height: 1.25em;
	color: #E31E26;
}

h4 {
	margin: 0px;
	padding: 5px 0px 7px 0px;
	font-size: 18px;
	font-weight: normal;
	line-height: 1.25em;
	color: #78CBCF;
}



h5 {
	margin: 0px;
	padding: 0px 0px 5px 0px;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.25em;
	color: #333;
}


.sidebox {
	margin: 0px;
	padding: 0px 0px 7px 0px;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.25em;
	color: #000000;
}



.hide {
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	font-weight: bold;
	color: #AAA;
	display: none;
}




/*========================================================================================== TEXT */

p {
	margin: 0px;
	padding: 0px 0px 10px 0px;
	line-height: 1.5em;
}

.introbox_right {
	margin: 0px;
	padding: 0px;
	line-height: 1.5em;
	color: #000000;
	font-weight: bold;
	font-size:14px;
}

.introbox_right a:link, .introbox_right a:visited, .introbox_right a:active {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
	
.introbox_right a:hover {
	color: #FDB813;
	text-decoration: underline;
	font-weight: bold;
}

.subpagetopbox_white {
	font-weight: bold;
	color: #FFFFFF;
}

.footer_txt {
	margin: 0px;
	padding: 0px;
	line-height: 1.25em;
	color: #999;
	font-size:12px;
}


.red {
	font-weight: bold;
	color: #E31E26;
}

/*========================================================================================== LINKS */

a:link {
	color: #018BCE;
	text-decoration: none;	
	font-weight: bold;
}

a:visited {
	color: #018BCE;
	text-decoration: none;	
	font-weight: bold;
}

a:hover {
	color: #333;
	text-decoration: underline;	
	font-weight: bold;
}

a:active {
	color: #018BCE;
	text-decoration: none;	
	font-weight: bold;
}


#footer a {
	margin: 0px;
	padding: 0px 5px;
	color: #999;
	text-decoration: none;
}

#footer a:hover {
	margin: 0px;
	padding: 0px 5px;
	color: #FDB813;
	text-decoration: none;
}


/*========================================================================================== LISTS */

#two_col_col1 ul.check_list {
	float: left;
	width: 580px;
	margin: 0px 0px 5px 0px;
	padding: 0px;
	border: none;
	list-style-type: none;
}

#two_col_col1 ul.check_list li {
	list-style-type: none;
	margin: 0px;
	padding: 0px 0px 8px 20px;
	border: none;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	line-height: 1.5em;
	color: #666;
	background: url(images/bullet_arrow.png) 0 3px no-repeat;
}

.basic_list ul {
	margin: 0px 0px 10px 20px;
	padding: 0px;
	border: none;
}

.basic_list li {
	margin: 0px;
	padding: 0px;
	border: none;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	line-height: 1.5em;
	color: #666;
}

#two_col_col1 ul {
	margin: 0px 0px 10px 20px;
	padding: 0px;
	border: none;
}

#two_col_col1 ul li {
	margin: 0px;
	padding: 0px;
	border: none;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	line-height: 1.5em;
	color: #666;
}

/*========================================================================================== BUTTONS */

#logo_btn {
	float: right;
	width: 217px;
	height: 80px;
	margin: 0px;
	padding: 0px; 
}
	
/*#logo_btn a {
	display: block;
	width: 217px;
	height: 40px; 
	background: url(images/erew) 0 0 no-repeat;
}	
#logo_btn a:hover {
	background: url(images/erewre) 0px -40px no-repeat;
}*/
.newsletterbutton {
	float: left;
	width: 129px;
	height: 30px;
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 0px 120px; 
}
	
.newsletterbutton a {
	display: block;
	width: 129px;
	height: 30px; 
	background: url(images/signupnow.gif) 0 0 no-repeat;
}
	
.newsletterbutton a:hover {
	background: url(images/signupnow.gif) 0px -30px no-repeat;
}


.findout_home_btn {
	float: left;
	width: 129px;
	height: 30px;
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 0px 5px; 
}
	
.findout_home_btn a {
	display: block;
	width: 129px;
	height: 30px; 
	background: url(images/findout_btn.gif) 0 0 no-repeat;
}
	
.findout_home_btn a:hover {
	background: url(images/findout_btn.gif) 0px -30px no-repeat;
}

.findout_btn {
	float: left;
	width: 108px;
	height: 30px;
	margin: 10px 0px 0px 0px;
	padding: 0px; 
}
	
.findout_btn a {
	display: block;
	width: 129px;
	height: 30px; 
	background: url(images/findout_btn.png) 0 0 no-repeat;
}
	
.findout_btn a:hover {
	background: url(images/findout_btn.png) 0px -30px no-repeat;
}



/*=========== NEW STyle Elements ==================*/

.tdgraynormal
{
		
		font-size: 12px;
		color: #000000;
        font-weight: normal;
        BACKGROUND-COLOR: #FAFAFA
}		

.tdgraynormaldk
{
		
		font-size: 12px; 
		color: #000000;
        font-weight: normal;
        BACKGROUND-COLOR: #E8F1FE
}

.redasterisk 
{
	font-weight: bold;
	color: #C60505;
	font-size: 15px;
}

.fontsmallgrey 
{
	font-weight: bold;
	color: #7A7A7A;
	font-size: 11px;
}

#error {
border-top: 2px #BF0606 solid;
border-bottom: 2px #BF0606 solid;
width:98%;
background-color:#FCBABA;
color: #BF0606;
font-weight: bold;
font-size: 17px; 
padding:6px 6px 6px 8px;
margin: 5px 0px 5px 0px;
}

.errortext {
color: #000000;
font-weight: bold;
font-size: 14px; 
margin: 5px 0px 5px 28px;
}

input { 
/*width:170px; */
 border-top: 2px solid #DDDDDD outset;
 border-right: 1px solid #DDDDDD;
 border-left: 1px solid #DDDDDD;
 border-bottom: 1px solid #DDDDDD; 
 font-size: 14px;
 color: #3E4148; 
 background-color: #F7F7F7; 
 height: 22px;
}

.inputbox { 
/*width:170px; */
 border-top: 2px solid #DDDDDD outset;
 border-right: 1px solid #DDDDDD;
 border-left: 1px solid #DDDDDD;
 border-bottom: 1px solid #DDDDDD; 
 font-size: 14px;
 color: #3E4148; 
 background-color: #F7F7F7; 
 height: 22px;
}

fieldset {
	border: 1px solid #CCCCCC;
	padding: 10px 15px 10px 15px;
}

legend {
	color: #214D98;
	font-size: 14px;
	font-weight: bold;
}

select { 
/*width:170px; */
border-top: 2px solid #DDDDDD outset;
 border-right: 1px solid #DDDDDD;
 border-left: 1px solid #DDDDDD;
 border-bottom: 1px solid #DDDDDD; 
font-size: 14px;
color: #3E4148; 
background-color: #F7F7F7;
height: 22px;
}

.selectlarge{ 
width:170px;
border-top: 2px solid #DDDDDD outset;
 border-right: 1px solid #DDDDDD;
 border-left: 1px solid #DDDDDD;
 border-bottom: 1px solid #DDDDDD; 
font-size: 11px;
color: #3E4148; 
background-color: #F7F7F7;
height: 70px;
}

.selectsmall { 
/*width:170px; */
border-top: 2px solid #DDDDDD outset;
 border-right: 1px solid #DDDDDD;
 border-left: 1px solid #DDDDDD;
 border-bottom: 1px solid #DDDDDD; 
font-size: 12px;
color: #3E4148; 
background-color: #F7F7F7;
}

.selectbox2 { 
/*width:170px; */
border-top: 2px solid #DDDDDD outset;
 border-right: 1px solid #DDDDDD;
 border-left: 1px solid #DDDDDD;
 border-bottom: 1px solid #DDDDDD; 
font-size: 15px;
color: #3E4148; 
background-color: #F7F7F7;
height: 22px;
}

.selectbox {
	width:220px;
}

.textarea { 
/*width:170px; */
border-top: 2px solid #DDDDDD outset;
 border-right: 1px solid #DDDDDD;
 border-left: 1px solid #DDDDDD;
 border-bottom: 1px solid #DDDDDD; 
font-size: 14px;
color: #3E4148; 
background-color: #F7F7F7; 

}

/* Rates Table */

.rateHeader2 {
	
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: none;
	border: none;
	font-weight:bold;
	background-color:#000000;
}

.rateHeader3 {
	
	font-size: 15px;
	color: #000000;
	text-decoration: none;
	border: none;
	font-weight:bold;
	background-color:#FFFFFF;
}

.rateYours2 {
	
	font-size: 16px;
	color: #000000;
	text-decoration: none;
	border: none;
	font-weight:bold;
	background-color:#DFDFDF;
}

.rateCompetition2 {
	
	font-size: 14px;
	color: #333333;
	text-decoration: none;
	border: none;
	font-weight:normal;
	background-color:#FFFFFF;
}

.rateTerm2 {
	
	font-size: 14px;
	color: #333333;
	text-decoration: none;
	border: none;
	font-weight:bold;
	background-color:#FFFFFF;
}

.mortappform
{
	font-size: 12px;
}

.mortappformsmall
{
	font-size: 10px;
}

.submit {
    BORDER-RIGHT: #8398B2 1px solid;
    BORDER-TOP: #8398B2 1px solid;
    BORDER-LEFT: #8398B2 1px solid;
    WIDTH: 70px;
    BORDER-BOTTOM: #8398B2 1px solid;
    BACKGROUND-COLOR: #D9E8FA;
    
    font-weight: normal;
    font-size: 14px;
	}
	
.btn {border: 1px outset; cursor: pointer; font-size:14px; font-weight: normal; margin: 0px 0px 0px 1px; padding: 1px 1px 1px 1px;
background-image: url(images/button2.gif);
background-image: repeat-x;
}

.btn_med {
border: 1px outset; 
cursor: pointer; 
font-size:14px; 
font-weight: bold; 
margin: 0px 0px 0px 1px; 
padding: 1px 1px 1px 1px;
background-image: url(/images/button2.gif);
width:130px;
height: 25px;
}

.btn_wide {border: 1px outset; cursor: pointer; font-size:14px; font-weight: normal; margin: 0px 0px 0px 1px; padding: 1px 1px 1px 1px;
background-image: url(images/button2.gif);
background-image: repeat-x;
width:160px;
}

.formfield {
    border-left:1px solid #666;
    border-top:1px solid #666;
    border-right:1px solid #EAEAEA;
    border-bottom:1px solid #EAEAEA;
    
    font-weight: normal;
    font-size: 14px;
    BACKGROUND-COLOR: #f8f8f8;
    color: #3C3B3B;
	padding: 0px 0px 4px 0px;
	margin: 2px 0px 2px 0px;
}

/* Rates Table */

.rateHeader {
	
	font-size: 14px;
	color: #000000;
	text-decoration: none;
	border: none;
	font-weight:bold;
}

.rateYours {
	
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	border: none;
	font-weight:bold;
}

.rateCompetition {
	
	font-size: 11px;
	color: #333333;
	text-decoration: none;
	border: none;
	font-weight:normal;
}

.rateTerm {
	
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	border: none;
	font-weight:bold;
}

.glossaryletter {
background-image: url(images/glossletter.gif);
font-weight: bold;
font-size: 18px;
color: #063D6C;
width: 30px;
height: 30px;
text-align: center;
margin: 0px;
padding-top:3px;
}

.newsheader
{
	font-size: 16px;
	font-weight: bold;
	color: #000000;
}

.faqheader
{
	font-size:17px;
	font-weight: bold;
}

.smalltext {
	font-size: 9px;
	font-weight: bold;
}

.smalltext2 {
	font-size: 10px;
	font-weight: bold;
	color: #333333;
}