/* CSS Document */

body {
	background-color: #215D9C;
	background-image: url(../images/main-bg.jpg);
	background-repeat: repeat-x;
}

.title {
	color: #2265AB;
	font-size: 20px;
	line-height: normal;
	font-family: "Myriad Pro", Arial, Verdana;
	font-weight: bold;
	text-decoration: none;

}
.black-txt {
	color: #5c5c5c;
	font-size: 12px;
	line-height: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-decoration: none;	
}

.link {
	color: #2265AB;
	font-size: 12px;
	line-height: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-decoration: none;	
}

.bodybg {
	background-image: url(../images/body-bg.jpg);
	background-repeat: repeat-x;
	background-color: #FFDD0F;
}
.footlink {
	font-size: 12px;
	line-height: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-decoration: none;
	color: #727272;
}
.footlink:hover {
	color: #727272;
	text-decoration: underline;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.success {
	color: #060;
	text-decoration: none;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.TextField {
	color: #333333;
	font-size: 11px;
	line-height: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-decoration: none;
	width: 145px;
	padding left: 3px;
}
.list-menu {
	color: #333333;
	font-size: 11px;
	line-height: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-decoration: none;
	width: 114px;
	padding left: 3px;
}
.getquote-Bt {
	color: #FFFFFF;
	font-size: 13px;
	line-height: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
	width: 121px;
	border: 1px none;
	height: 26px;
	background-image: url(../images/getquote-bt.jpg);
	cursor: hand;
	cursor: pointer;
}
.error
{
	color: #F00;
	font-size: 12px;
	line-height: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-decoration: none;	
}