body {
	margin:0px;
	background-color: #292929;
}

td, p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#282828;
	line-height:19px;
}

.red {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#f40000;
	font-weight:bold;
	line-height:19px;
}

.contact_color {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:003300;
	font-weight:bold;
	line-height:19px;
}

.white_bold {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#ffffff;
	font-weight:bold;
	line-height:19px;
}

.white_normal {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#ffffff;
	font-weight:normal;
	line-height:19px;
}

.arial_11 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#3e3e3e;
	line-height:19px;
}

.footer_text {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#222222;
	line-height:19px;
}


/* BG images starts here */
.top_bg {
	background-image:url(../images/top_bg.jpg);
	background-repeat:repeat-x;
	height:88px;
}

.header_bg {
	background-image:url(../images/header_bg.jpg);
	height:110px;
	background-repeat:repeat-x;
}

.anim_bg {
	background-image:url(../images/anim_bg.jpg);
	height:110px;
	width:337px;
	background-repeat:no-repeat;
}


.horz_dots {
	background-image:url(../images/horz_dots.jpg);
	height:1px;
	background-repeat:repeat-x;
}

.home_qp_bg {
	border:1px solid #f1efef;
	background-image:url(../images/qp_bg.jpg);
	background-position:bottom;
	height:260px;
	background-repeat:repeat-x;
}

/* BG images ends here */


/* Site links stars here */

.viewmorelink:link, .viewmorelink:visited {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#3e3e3e;
	line-height:19px;
	text-decoration:underline;
}
.viewmorelink:hover {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#3e3e3e;
	line-height:19px;
	text-decoration:none;
}

.whitelink:link, .whitelink:visited {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#ffffff;
	line-height:19px;
	text-decoration:underline;
}
.whitelink:hover {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#ffffff;
	line-height:19px;
	text-decoration:none;
}

/* site links ends here */



/* Border starts here */

.inner_border {
	border-left:1px solid #a09f9f;
	border-right:1px solid #a09f9f;
	background-color:#919191;
}

/* Border ends here */

.textbox {
	border:1px solid #c3c2c2;
	background-color:#FFFFFF;
	padding-left:5px;
	padding-right:5px;
}
.button {
	background-color:#c3c2c2;
}

/* class quote */
.quote1
{
   	color:red;

}
