/* CSS Document */

body {
	margin: 10px 0;
	background: #CCC url(../graphics/website/bg.gif) repeat-x top;
}

table tr td {
	font-family: Century Gothic, Tahoma, Verdana, Arial;
	font-size: 9pt;
	color: #000;
}

a:link {color: #000;}
a:visited {color: #000;}
a:hover {text-decoration: none; color: #CE1414;}
a:active {color: #666;}

hr {
	border-top: 1px #999 dashed;
	border-bottom: 1px #FFF dashed;
	border-left: 1px #FFF dashed;
	border-right: 1px #FFF dashed;
}

/* --------------------- WS ---------------------- */

.WS-top {
	padding: 10px 0;
}

.WS-content {
	background: #FFF url(../graphics/website/content-bg.gif) repeat-x bottom;
	height: 400px;
	padding: 20px;
}

.WS-footer {
	background: url(../graphics/website/footer-bg.gif) no-repeat bottom;
	height: 40px;
	padding: 10px;
	font-size: 8pt;
	color: #CCC;
}

.WS-footer a:link {color: #CCC;}
.WS-footer a:visited {color: #CCC;}
.WS-footer a:hover {text-decoration: none; color: #CCC;}
.WS-footer a:active {color: #CCC;}

.WS-bottom {
	padding: 20px 0;
	font-size: 8pt;
}

.WS-testimonials-bg {
	background: url(../graphics/website/testimonials.gif) no-repeat;
	height: 70px;
	width: 360px;
	padding: 0 40px;
}

/* --------------------- NAV ---------------------- */

.NAV-bg {
	background: url(../graphics/website/nav-bg.gif) no-repeat top;
	height: 46px;
	text-transform: uppercase;
	font-size: 10pt;
	font-weight: bold;
}

.NAV-bg ul {
	list-style: none;
}

.NAV-bg li {
	float: left;
	padding: 0 55px;
}

.NAV-bg a:link {
	color: #FFF;
	text-decoration: none;
}
.NAV-bg a:visited {
	color: #FFF;
	text-decoration: none;
}
.NAV-bg a:hover {
	color: #000;
	text-decoration: none;
}
.NAV-bg a:active {
	color: #FFF;
	text-decoration: none;
}

/* --------------------- TXT ---------------------- */

.TXT-telephone-1 {
	color: #CE1414;
	font-size: 18pt;
}

.TXT-telephone-2 {
	color: #000;
	font-size: 20pt;
}

.TXT-header-blue {
	color: #024594;
	font-size: 18pt;
}

.TXT-header-red {
	color: #CE1414;
	font-size: 18pt;
}

.TXT-title {
	color: #000;
	font-size: 14pt;
}





















