/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url('../images/body_bg.jpg');
	background-repeat: repeat-x;
	background-color:#ffffff;
}

/* ---------------------------------------------------------------------------*/

.contactboder {
			border: solid 1px #D0E4EF;
			}
			
.solutionbox {
			border: solid 1px #D0E4EF;
			background-image: url('../images/solutionbox_bg.gif');
			background-repeat: repeat-x;
			
			}
			
/* ---------------------------------------------------------------------------*/

.flash_bg {
	background-image: url('../images/flash_mainbg.gif');
	background-repeat: repeat-x;
}

/* ---------------------------------------------------------------------------*/

.rate_text{
	font-family:"Trebuchet MS";
	color:#0981CD;
	font-size : 20px;
	font-weight:normal;
	text-align:left;
	font-style:italic;
	text-decoration : none;
}

.craditcard_text{
	font-family:"Trebuchet MS";
	color:#0981CD;
	font-size : 30px;
	font-weight:normal;
	text-align:left;
	font-style:italic;
	text-decoration : none;
}

.nocost_text{
	font-family:"Trebuchet MS";
	color:#F7381F;
	font-size:13px;
	font-weight:normal;
	text-align:justify;
	text-decoration:none;
}

.form_text{
	font-family:"Trebuchet MS";
	color:#000000;
	font-size:13px;
	font-weight:normal;
	text-align:left;
	text-decoration:none;
}

.bulet_text{
	font-family:"Trebuchet MS";
	color:#04256E;
	font-size:15px;
	font-weight:normal;
	text-align:left;
	text-decoration:none;
}

.copyright{
	font-family:"Trebuchet MS";
	color:#125879;
	font-size:13px;
	font-weight:normal;
	text-align:center;
	text-decoration:none;
}

/* ---------------------------------------------------------------------------*/

.formtextbox{
			border: solid 1px #B4D1E1;
			background-color:#D0E4EF;
			width:240px;
			height:20px;
			font-family:"Trebuchet MS";
			color:#000000;
			font-size:12px;
			font-weight:normal;
			text-align:justify;
			text-decoration:none;
			}
			