a:link {
	font-family: Tahoma;
	font-weight: bold;
	color: #D99106;
	text-decoration: underline;
}
a:visited {
	font-family: Tahoma;
	font-weight: bold;
	color: #D99106;
	text-decoration: underline;
}
a:hover {
	font-family: Tahoma;
	font-weight: bold;
	color: #D99106; 
	text-decoration: none;
	}
a:active {
	font-family: Tahoma;
	font-weight: bold;
	color: #D99106;
}
.leftGreyBar {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
}
.copy {
	font-family: Tahoma;
	font-size: 12px;
	color: #333333;
}

body {
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
.footer {
	font-family: Tahoma;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 12px;
}
.error {
	font-family: Tahoma;
	font-size: 12px;
	color: #FF0000;
	font-weight: bold;
}
.success {
	font-family: Tahoma;
	font-size: 12px;
	color: #009900;
	font-weight: bold;
	width: 190px;
}
.requestsubmitted {

	font-family: Tahoma;
	font-size: 12px;
	color: #009900;
	font-weight: bold;
	width: 350px;
}
.quote {
	font-family: Tahoma;
	font-size: 14px;
	color: #FFFFFF;
}

