/*
	file:		AmberStyle.css
	created:	25/03/2008
	created by:	Stephen Adams (sadams@accessacademy.co.uk)
	purpose:	Main Stylesheet for Amber Marketing website.
*/
	


body {
	background-color: #DED6D0;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
.mainText
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
a:link {
	color: #ABA199;
}
a:visited {
	color: #ABA199;
}
a:hover {
	color: #5B4B41;
}
a:active {
	color: #ABA199;
}
.style1 {
	color: #A0968E;
}
.style5 {
	font-size: 14px
}
.style6 {
	font-size: 18px;
	font-weight: bold;
}
.style7 {
	font-size: 18px;
}

.formField{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.errorText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: red;
}
