/* Body styles */


	body, div, p, span, ul {
		font-family: Arial, Helvetica, sans-serif;
		font-family: Lucida Sans, Lucida Sans Unicode, Arial, Helvetica, sans-serif;
		color: #000000; 
		font-size: 13px; 
  		line-height: 19px;
	}
    




.bgrdBorderLeft {
	background-image:url(shared/bgrd_left.gif);
	background-position: top;
	background-repeat: repeat;
}

.bgrdHomepg {
	background-image:url(shared/bgrd_homepg.gif);
	background-position: top;
	background-repeat: no-repeat;
}

.bgrdAboutpg {
	background-image:url(shared/bgrd_aboutpg.jpg);
	background-position: top;
	background-repeat: no-repeat;
}

.bgrdServicespg {
	background-image:url(shared/bgrd_servicespg.jpg);
	background-position: top;
	background-repeat: no-repeat;
}

.bgrdContactuspg {
	background-image:url(shared/bgrd_contactuspg.jpg);
	background-position: top;
	background-repeat: no-repeat;
}

.bgrdLoginpg {
	background-image:url(shared/bgrd_loginpg.jpg);
	background-position: top;
	background-repeat: no-repeat;
}

.bgrdBorderRight {
	background-image:url(shared/bgrd_right.gif);
	background-position: top;
	background-repeat: repeat;
}

.intro {
	font-size: 14px;
  	line-height: 22px;
    font-weight: bold;   
}

.qoute {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	color: #666666;
}

.qoute a { text-decoration:none }

.subNav {
	font-size: 13px;
	color: #333333;
}

.footerLeft {
	font-size: 10px;
	margin-left: 5px;
	color: White;
}


/* LINK Text */
	a:link {
		color: #333333;
		text-decoration: underline;
	}
		
	a:visited {
		color: #333333;
		text-decoration: underline;
	}
	
	a:active { 
		color: #333333;
		text-decoration: underline;
	}
    
	a:hover { 
		color: #333333;
		text-decoration: underline;
	}  
    
/* SUBNAVIGATION Link Text */
	a.linkSubnav:link {
		color: #cccccc;
		text-decoration: none;
	}
		
	a.linkSubnav:visited {
		color: #cccccc;
		text-decoration: none;
	}
	
	a.linkSubnav:active { 
		color: #cccccc;
		text-decoration: none;
	}
	
	a.linkSubnav:hover { 
		color: #cccccc;
		text-decoration: underline;
	}     
    
/* FOOTER Link Text */
	a.linkFooter:link {
		color: #ffffff;
		text-decoration: none;
	}
		
	a.linkFooter:visited {
		color: #ffffff;
		text-decoration: none;
	}
	
	a.linkFooter:active { 
		color: #ffffff;
		text-decoration: none;
	}
	
	a.linkFooter:hover { 
		color: #ffffff;
		text-decoration: underline;
	}    
	
	.footerRight {
	font-size: 10px;
	margin-right: 5px;
	color: #fff;
}
.footerRight a { text-decoration:none; color:#fff; }

#footerRight {
	font-size: 10px;
	margin-right: 5px;
	color: #fff;
}
#footerRight a { text-decoration:none; color:#fff; }

