﻿a 
{
	color: #FFFFFF;
	text-decoration: none;
}
a:visited 
{
	color: #FFFFFF;
	text-decoration: none;
}
a:active 
{
	color: #FFFFFF;
	text-decoration: none;	
}
a:hover 
{
	color: #FFFFFF;
	text-decoration: underline;
}
a.none 
{
	color: #FFFFFF;
	text-decoration: none;
}
a.none:visited 
{
	color: #FFFFFF;
	text-decoration: none;
}
a.none:active 
{
	color: #FFFFFF;
	text-decoration: none;	
}
a.none:hover 
{
	color: #FFFFFF;
	text-decoration: none;
}
a.orange 
{
	color: #F7921E;
	text-decoration: none;
}
a.orange :visited 
{
	color: #F7921E;
	text-decoration: none;
}
a.orange :active 
{
	color: #F7921E;
	text-decoration: none;	
}
a.orange :hover 
{
	color: #F7921E;
	text-decoration: none;
}
a.grayln
{
	color: #474647;
	text-decoration: none;
}
a.grayln:visited 
{
	color: #474647;
	text-decoration: none;
}
a.grayln:active 
{
	color: #474647;
	text-decoration: none;	
}
a.grayln:hover 
{
	color: #474647;
	text-decoration: underline;
}
.phone_menu
{
  	color: #474647;
}

.phone_menu a
{
  	color: #474647;
}
.white8c
{
color: #FFFFFF;
font-family: Arial;
font-size: 8pt;
text-align: center;
}
.white12c
{
color: #FFFFFF;
font-family: Arial;
font-size: 12pt;
text-align: center;
}
.white14c
{
color: #FFFFFF;
font-family: Arial;
font-size: 14pt;
text-align: center;
}
.orange14c
{
color: #F7921E;
font-family: Arial;
font-size: 14pt;
text-align: center;
}
.gray8l
{
color: #474647;
font-family: Arial;
font-size: 8pt;
}
.gray10l
{
color: #474647;
font-family: Arial;
font-size: 10pt;
}
.gray10c
{
color: #474647;
font-family: Arial;
font-size: 10pt;
text-align: center;
}
.datafield
{
	border: 1px solid #474647;
	width: 150px;
	height: 25px;
	color: #474647;
	padding: 0px;
	margin-right:4px;
	margin-bottom:2px;
	font-family: Arial;
	font-size: 12pt;
}
.messagefield
{
	background-color: #FFFFFF;
	border: 1px solid #474647;
	width: 470px;
	height: 100px;
	color: #474647;
	resize: none;
	padding: 0px;
	margin-right:4px;
	margin-bottom:2px;
	font-family: Arial;
	font-size: 12pt;
	overflow: hidden;
}
.error
{
border: 1px solid #800000;
color: #800000;
font-family: Arial;
font-size: 8pt;
text-align: center;
}
#background
{
background: #808080;
background-image: url(../images/sides.png); /* fallback */
background-image: url(../images/sides.png), -webkit-gradient(linear, left top, left bottom, from(#808080), to(#000000)); /* Saf4+, Chrome */
background-image: url(../images/sides.png), -webkit-linear-gradient(top, #808080, #000000); /* Chrome 10+, Saf5.1+ */
background-image: url(../images/sides.png), -moz-linear-gradient(top, #808080, #000000); /* FF3.6+ */
background-image: url(../images/sides.png), -ms-linear-gradient(top, #808080, #000000); /* IE10 */
background-image: url(../images/sides.png), -o-linear-gradient(top, #808080, #000000); /* Opera 11.10+ */
background-image: url(../images/sides.png), linear-gradient(to bottom, #808080, #000000); /* W3C */
background-position: center top;
background-attachment: fixed;
background-repeat:repeat-y;
margin-left: 0px;
} 