/* CSS Document */

body{
	 background-color:#FFFFFF; 
	 margin:0px;
	 
}
.redbg {
	background-color:#ee174f;
	padding:2px;
}

.commontext {
	font-family:tahoma;
	font-size:12px;
	line-height:17px;
	color:#2F364A;
	font-weight:normal;
	font-variant: normal;
}

.redtext {
	font-family:tahoma;
	font-size:12px;
	line-height:17px;
	color:#d40044;
	font-weight:bold;
}

a.redtext:link {
	font-family:tahoma;
	font-size:12px;
	line-height:17px;
	color:#d40044;
	font-weight:bold;
	text-decoration:none;
}
a.redtext:hover {
	font-family:tahoma;
	font-size:12px;
	line-height:17px;
	color:#d40044;
	font-weight:bold;
	text-decoration:underline;
}
a.redtext:active {
	font-family:tahoma;
	font-size:12px;
	line-height:17px;
	color:#d40044;
	font-weight:bold;
	text-decoration:none;
}
a.redtext:visited {
	font-family:tahoma;
	font-size:12px;
	line-height:17px;
	color:#d40044;
	font-weight:bold;
	text-decoration:none;
}

.footer{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#666666;
	font-weight:normal;
}

a.footer:link{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#666666;
	font-weight:normal;
	text-decoration:none;
}
a.footer:hover{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#2b2525;
	font-weight:normal;
	text-decoration:underline;
}
a.footer:active{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#666666;
	font-weight:normal;
	text-decoration:none;
}
a.footer:visited{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#666666;
	font-weight:normal;
	text-decoration:none;
}
.company-quote{
	font-family:tahoma;
	font-size:20px;
	letter-spacing:3px;
	word-spacing:4px;
	color:#CCCCCC;
	font-weight:bold;
	text-decoration:none;
}

.terms{
	font-family:tahoma;
	font-size:11px;
	line-height:17px;
	color:#333333;
	font-weight:bold;
	text-decoration:none;
	border-bottom:1px solid #666666;
}
a.terms:link{
	font-family:tahoma;
	font-size:11px;
	line-height:17px;
	color:#6c6668;
	font-weight:bold;
	text-decoration:none;
}
a.terms:hover{
	font-family:tahoma;
	font-size:11px;
	line-height:17px;
	color:#333333;
	font-weight:bold;
	text-decoration:underline;
}
a.terms.visited{
	font-family:tahoma;
	font-size:11px;
	line-height:17px;
	color:#6c6668;
	font-weight:bold;
	text-decoration:none;
}

.site-border {
	border-left:1px solid #666666;
	border-right:1px solid #666666;
}

.button {
	font-family: Impact;
	font-size: 16px;
	color:#FFFFFF;
	letter-spacing:1px;
	background-color:#063386;
	border:1px solid #031c4a;
	
}
.foot_contact {
	background-image:url(../images/footer.jpg);
	height:55px;
	background-repeat:no-repeat;
	
}
	