body {
	margin: 0px auto;
	background-color: #e7ebec;
	font-family: Tahoma;
	font-size: 11px;
	
}
#noshow {
}
H1	{
	font-size: 11px;
	color: #999999;
}
H2	{
	font-size: 11px;
	color: #999999;
}
.text11	{
	font-size: 11px;
	padding-left: 20px;
}

.text12	{
	font-size: 12px;
	padding-left: 20px;
}
.text12red	{
	color: #d82916;
	font-size: 12px;
}
.text13red	{
	color: #d82916;
	font-size: 13px;
	font-weight: bold;
}
.text14red	{
	color: #d82916;
	font-size: 14px;
	font-weight: bold;
}
.text16red	{
	color: #d82916;
	font-size: 16px;
	font-weight: bold;
}
.text12blue	{
	color: #6870a9;
	font-size: 12px;
}
.text13blue	{
	color: #6870a9;
	font-size: 13px;
	font-weight: bold;
}
.text14blue	{
	color: #6870a9;
	font-size: 14px;
	font-weight: bold;
}
.text16blue	{
	color: #6870a9;
	font-size: 16px;
	font-weight: bold;
}
.text16pink	{
	color: #ff0095;
	font-size: 16px;
	font-weight: bold;
}
.clients {
	line-height: 20px;
}
.body-link, body-link:link, body-link:active, body-link:visited {
	color: #d82916;
}
.body-link:hover {
	color: #6870a9;
}
.quoteBg {
	background-image:url(images/quoteBg.jpg);
	background-repeat: no-repeat;
	height: 69px;
	padding-left: 35px;
	padding-right: 35px;
	font-size: 13px;
}
.footerLink, footerLink:link, footerLink:active, footerLink:visited {
	color: #fff;
}
.footerLink:hover {
	color: #dadf2a;
}
.footerText {
	color: #fff;
	font-size: 12px;
}
.input-nml {
	border: 2px solid #6870a9;
	font-family: Tahoma;
	color: #626262;
	font-size: 11px;
	padding-left:1px;
}
.button-nml {
	background-color: #d82916;
	border: 0px;
	color: #FFF;
	font-weight: bold;
	width: 72px;
	height: 26px;
}
.button-nml:hover {
	background-color: #FFF;
	color: #d82916;
	border: 1px solid #cccccc;
}