/* Styles sheet for concord-xpress.com  */

body {
	background-image:  url(images/bgpage.gif);
	background-color: #333333;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position-x: 75px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

/*  Hyperlink colors */

a:link {color: #CCCCCC;}
a:visited {color: #999999;}
a:hover {color: #FFFFFF;}

/* dash line above copyright, contact name */

.line {
	border-top-style: dotted;
	border-top-color: #666666;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
}

/* Answer box outline faq page  */

.box {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: dashed;
	border-right-style: dotted;
	border-bottom-style: dashed;
	border-left-style: dotted;
	border-top-color: #FFCC00;
	border-right-color: #FFCC00;
	border-bottom-color: #FFCC00;
	border-left-color: #FFCC00;
}

.faq {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFCC00;
	text-decoration: none;
}

/* contact page */

.contct {
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFCC33;
	border-top-style: dashed;
	border-right-style: dashed;
	border-left-style: dashed;
}
.tx_phoneNo {color:  #FFFFFF ;
font-size: 16px; 
letter-spacing: 2px;
}

/* link with noline used in webdesign page */

.link_noline {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFCC00;
	text-decoration: none;
}

/* Information text displayed in tab, left side of screen, our service, upgrades etc.. */

.infotext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	font-weight: bold;
}

/* contact.php field settings */

.field {
	color: #FFCC00;
	border: solid #000033;
	background-color: #333333;
	text-indent: 5pt;
}
