/* Normal Fonts */

p, td {
	font-family:  Georgia, Times New Roman, Times, serif;
	font-size: 13px;
}

h1 {
	font-size: 25px;
	color: #245D96;
	font-weight: bold;
	border-bottom: 2px solid #EFEFEF;
	margin-bottom: 14px;
}

h2 {
	font-size: 20px;
	color: #3C3C3C;
	font-weight: bold;	
	margin-bottom: 8px;
}

.pageheader {
	font-family:  Georgia, Times New Roman, Times, serif;
	font-size: 20px;
	color: #000000;
	font-weight: bold;
	text-decoration: none
	}


.pararedbold {
	font-family: Verdana,arial,sans-serif;
	font-size: 12px;
	color: #CC0000;
	font-weight: bold;
	text-decoration: none
	}


/* ===== HYPERLINKS=========================================*/
/*background-color : #ffb300; for hover and active states*/

a.footlink:visited{color:#000000;text-decoration: none;font-size: 9px;font-weight: normal;}
a.footlink:hover{color:#368648;text-decoration: none;font-size: 9px;font-weight: normal;}
a.footlink:link{color:#000000;text-decoration: none;font-size: 9px;font-weight: normal;}
a.footlink:active{color:#000000;text-decoration: none;font-size: 9px;font-weight: normal;}

A {
  font-size: 13px; 
  font-family:  Georgia, Times New Roman, Times, serif;;
}

a:hover{color:red}
a:visited{color:0000FF}

a.red{color:AA0000}
a.red:visited{color:AA0000}
a.red:hover{color:green}


/* Blue Links =========================================*/
a.linkblue9:visited{color:#044989;text-decoration: none;font-size: 9px;font-weight: bold;}
a.linkblue9:hover{color:#4298E8;text-decoration: none;font-size: 9px;font-weight: bold;}
a.linkblue9:link{color:#044989;text-decoration: none;font-size: 9px;font-weight: bold;}
a.linkblue9:active{color:#044989;text-decoration: none;font-size: 9px;font-weight: bold;}

a.linkblue10:visited{color:#044989;text-decoration: none;font-size: 10px;font-weight: bold;}
a.linkblue10:hover{color:#4298E8;text-decoration: none;font-size: 10px;font-weight: bold;}
a.linkblue10:link{color:#044989;text-decoration: none;font-size: 10px;font-weight: bold;}
a.linkblue10:active{color:#044989;text-decoration: none;font-size: 10px;font-weight: bold;}

a.linkblue11:visited{color:#044989;text-decoration: none;font-size: 11px;font-weight: bold;}
a.linkblue11:hover{color:#4298E8;text-decoration: none;font-size: 11px;font-weight: bold;}
a.linkblue11:link{color:#044989;text-decoration: none;font-size: 11px;font-weight: bold;}
a.linkblue11:active{color:#044989;text-decoration: none;font-size: 11px;font-weight: bold;}



/* blue links */

A.blue:link {
 	text-decoration: none;
 	color: #044989;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 12px;
	font-weight: bold;
 	}

A.blue:active {
 	text-decoration: none;
 	color: #044989;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 12px;
	font-weight: bold;
 	}

A.blue:visited {
 	text-decoration: none;
 	color: #044989;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 12px;
	font-weight: bold;
 	}

A.blue:hover {
 	text-decoration: underline;
 	color: #4298E8;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 12px;
	font-weight: bold;
 	}
	
A.linkblack10:link {
 	text-decoration: none;
 	color: #000000;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 10px;
	font-weight: bold;
 	}

A.linkblack10:active {
 	text-decoration: none;
 	color: #000000;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 10px;
	font-weight: bold;
 	}

A.linkblack10:visited {
 	text-decoration: none;
 	color: #000000;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 10px;
	font-weight: bold;
 	}

A.linkblack10:hover {
 	text-decoration: underline;
 	color: #cc9000;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 10px;
	font-weight: bold;
 	}

parawhite {
 font-size: 10px;
 font-family: verdana;
 color: #FFFFFF;
}


header {
 FONT-SIZE:14px;
 FONT-FAMILY:verdana,arial;
 COLOR:000000;
 font-weight: bold;
}
/*=========== NEW STyle Elements ==================*/

.tdgraynormal
{
		font-family: Arial, Tahoma, Verdana, sans-serif;
		font-size: 12px;
		color: #000000;
        font-weight: normal;
        BACKGROUND-COLOR: #FAFAFA
}		

.tdgraynormaldk
{
		font-family: Arial, Tahoma, Verdana, sans-serif;
		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: 13px;
	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: 13px;
color: #3E4148; 
background-color: #F7F7F7; 
font-family: arial, geneva, arial;
}

/* Rates Table */

.rateHeader2 {
	font-family: Verdana,arial,sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	text-decoration: none;
	border: none;
	font-weight:bold;
	background-color:#023064;
}

.rateHeader3 {
	font-family: Arial, Tahoma, Verdana, sans-serif;
	font-size: 15px;
	color: #000000;
	text-decoration: none;
	border: none;
	font-weight:bold;
	background-color:#FFFFFF;
}

.rateYours2 {
	font-family: Arial, Tahoma, Verdana, sans-serif;
	font-size: 14px;
	color: #000000;
	text-decoration: none;
	border: none;
	font-weight:bold;
	background-color:#FFCC00;
}

.rateCompetition2 {
	font-family: Arial, Tahoma, Verdana, sans-serif;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
	border: none;
	font-weight:normal;
	background-color:#FFFFFF;
}

.rateTerm2 {
	font-family: Arial, Tahoma, Verdana, sans-serif;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
	border: none;
	font-weight:bold;
	background-color:#FFFFFF;
}

.mortappform
{
	font-size: 11px;
}

.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-family: Arial, Tahoma, Verdana, sans-serif;
    font-weight: normal;
    font-size: 12px;
	}
	
.btn {border: 1px outset; cursor: pointer; font-size:9; 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:12px; 
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:9; 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-family: Arial, Tahoma, Verdana, sans-serif;
    font-weight: normal;
    font-size: 12px;
    BACKGROUND-COLOR: #f8f8f8;
    color: #3C3B3B;
	padding: 0px 0px 4px 0px;
	margin: 2px 0px 2px 0px;
}

/* Rates Table */

.rateHeader {
	font-family: Arial, Verdana, sans-serif;
	font-size: 13px;
	color: #000000;
	text-decoration: none;
	border: none;
	font-weight:bold;
}

.rateYours {
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	border: none;
	font-weight:bold;
}

.rateCompetition {
	font-family: Arial, Verdana, sans-serif;
	font-size: 11px;
	color: #333333;
	text-decoration: none;
	border: none;
	font-weight:normal;
}

.rateTerm {
	font-family: Arial, Verdana, sans-serif;
	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;
}