/* BRMortgage Styles CSS Document */

/* Main Links */   
a:link, a:visited, a:active { 
	text-decoration: none;
	font-weight:bold;
}

a:hover {
	text-decoration: underline;
	font-weight: bold;
}

A.small {
	font-size: 8pt;
}

/* Body and Font Tags */   
body, td, a {
	color: #33435E;
	line-spacing: 150%;
}
	
body {
	background: #457AE6 url(images/bg.gif) repeat-x bottom left;
    margin: 0px;
    padding: 0px;
}

em {
	font-style: italic;
}

/* Divs */
div.mainContent {
	background: #FFFFFF url(images/contentBG.gif) repeat-x bottom left;
	width: 600px;
	text-align: left;
	top: 30px;
	border: 1px solid #000000;
	visibility: visible;
	padding: 10px;
}

div.bodyContent {
	background-color: #E0EAFE;
	text-align: left;
	margin: 15px;
	padding: 5px 5px 5px 10px;
	border: 1px solid #1F25A0;
	visibility: visible
}

div.titles {
	top: 10px;
	float:left;
	line-height: 194%;
	margin-right:50px;
}
/* Form Elements */
input.text {
	border: 1px solid #566D95;
	font-size: 10pt;
	height: 18px;
	margin: 4px;
	padding: 2px;
}
select {
	border: 1px solid #566D95;
	font-size: 10pt;
	height: 18px;
	margin: 4px;
}

/* Spans */
span.redText {
	font-variant: small-caps;
	font-size: 12px;
	font-weight: bold;
	color: #993300;
}

/* Headers */
h1 {
	margin: 5px;
	font-size: 26px;
}
h3 {
	margin: 5px;
	font-variant: small-caps;
}
h4 {
	margin: 0px;
	font-size: 28px;
}

/* HR's */
hr {
	border-top: 1px dashed #33435E;
	border-bottom: 1px dashed #FFF;
	border-right: 1px #FFF;
	border-left: 1px #FFF;
	margin: 6px 0px;
	width: 100%;
	height: 2px;
}

