﻿/*************** Master Page Design ***************/
body{
	font-family:Arial, Helvetica, sans-serif;
	color:#555555;
	margin:0px;
	font-size:9pt;
}
h1{
	font-size:13pt;
	padding-top:15px;
}
td{
	vertical-align:top;
}
a{
	color:#555555;
	text-decoration:none;
}
a:hover{
	color:#1485fd;
	text-decoration:none;
}
.MainTable{
	width:675px;
	border-collapse:collapse;
}
.BlueLine{
	background-image:url('images/BlueLine.jpg');
	background-repeat:repeat-x;
	line-height:6pt;
}
.GreyLine{
	background-image:url('images/GreyLine.jpg');
	background-repeat:repeat-x;
	line-height:6pt;
}
.LogoArea{
	width:230px;
	height:160px;
	font-weight:bold;
	font-size:23pt;
	text-align:center;
	background-image:url('images/For.jpg');
	background-position:center center;
	background-repeat:no-repeat;
	vertical-align:middle;
}
.LogoArea a{
	display:block;
}
.LogoArea a:hover{
	color:#646262;
}
/*** TOP NAVIGATION ***/
.TopNavItem{
	width:125px;
	background-image:url('images/Bullets_Grey.gif');
	background-repeat:no-repeat;
	background-position:left center;
}
.TopNavItem a{
	padding-left:10px;
	font-size:10pt;
	font-weight:bold;
}
/*** RELATED NAVIGATION ***/
.QuickNav{
	background-color:#efefef;
}
/*** FOOTER ***/
.Footer{
	font-size:9pt;
	text-align:center;
	line-height:15pt;
	font-weight:bold;
}
.CopyrightedText{
	font-size:7pt;
	text-align:center;
	line-height:13pt;
}
/*** BANNER AREA ***/
.BottomBannerArea{
	padding:3px 0px 3px 0px;
	text-align:center;
	vertical-align:middle;
}

/*** LEFT COLUMN ***/
.LeftColumnA{
	background-color:#efefef;
	text-align:center;
}




/*************** PAGE LAYOUT STYLES ***************/

.MainHeaderMaster{
	background-color:#efefef;
	text-align:center;
	font-size:7pt;
	line-height:13pt!important;
}

.PageTitle{
	font-size:18pt;
	color:#1485fd;
	padding-bottom:3px;
	border-bottom:1px #555555 dotted;
}


/*** HOME PAGE ***/
.HeaderHP{
	font-size:18pt;
	width:229px;
	height:112px;
	text-align:center;
	background-image:url('images/H1.jpg');
	background-repeat:no-repeat;
	background-position:left bottom;
	font-weight:normal;
}
.HeaderHP1{
	font-size:18pt;
	width:218px;
	height:112px;
	text-align:center;
	background-image:url('images/H2.jpg');
	background-repeat:no-repeat;
	background-position:left bottom;
	font-weight:normal;
}
.HeaderHPText{
	padding:0px 23px 0px 32px;
	font-size:9pt;
}
.HeaderHPText a{
	color:#1485fd;
	font-weight:bold;
	text-decoration:none;
}
.HeaderHPText a:hover{
	color:#599fea;
	font-weight:bold;
	text-decoration:underline;
}
.HeaderHP1Text{
	padding:0px 25px 0px 22px;
	font-size:9pt;
}
.HeaderHP1Text a{
	color:#1485fd;
	font-weight:bold;
	text-decoration:none;
}
.HeaderHP1Text a:hover{
	color:#599fea;
	font-weight:bold;
	text-decoration:underline;
}


/*** ARTICLES PAGE ***/
.ArticleList{
	padding:5px;
	border-bottom:1px #555555 dotted;
	text-align:justify;
}
.ArticleList a{
		color:#1485fd;
	font-weight:bold;
	text-decoration:none;
}
.ArticleList a:hover{
	color:#599fea;
	font-weight:bold;
	text-decoration:underline;
}	



/*** LOAN PAGE ***/
.ApplyForLoan{
	color:#1485FD;
	font-size:14pt;
	text-align:center;
	font-weight:bold;
	line-height:30pt;
	background-color:#efefef;
	text-decoration:none;
}
.ApplyForLoan a{
	color:#1485FD;
	text-decoration:none;
}
.ApplyForLoan a:hover{
	color:#599fea;
	text-decoration:underline;
}



/*** COLORS


BLUE:#1485fd;
GREY:#555555;
LIGHT GREY:#efefef;


***/

