/* CSS Document */

h1  { color: #333; font-size: 20px; font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; font-weight: bold; text-align: left }

h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: normal;
	color: #660033;
}

h3 { font-family: "Times New Roman", Times, serif;
	font-size: 22px;
	font-weight: bold;
	color: #003366;}

h4 {font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	color: #660033; }

p  { font-size: 12px; font-family: Arial, Helvetica, sans-serif; line-height: 130% }

.indent { padding: 10px 5px 0px 20px; }

b { }

i { }

li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 150%;
}

/*
.indent2 {padding: 0px 38px 0px 35px; background-color: red;}
I added this style to add the padding to the cells within the maids section to the TD cell
rather than to the individual paragraphs to prevent them fucking it up via the CMS
*/
.indentcell {
	padding: 0px 38px 0px 35px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
/* Added for next and previous news bits */
.tbNextPrevious {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.tbNextPreviousLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.tbDisplaying {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.tbNextPreviousHr {
	color: #000000;
	width: 100%;
	height: 1px;
}
/* end of news css */

a {
	color: #660033;
}
.smallprint {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666666;
}
.smallprintlink {
	color: #666666;
}
.field {
	font-weight: bold;
	color: #660033;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.dates {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
}
.listingtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #660033;
}
.listingtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}


.InfoSmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}
.InfoLeft {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
.InfoRight {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
.SpanAst {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FF0000;
}
.InfoCheck	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
.InfoInput {
	border-width: 1px 1px 1px 1px;
	border-color: #000000;
	border-style: solid;
	width: 180px; 
	height: 20px;
	color: #000000; 
	font-size: 12px; 
}
.InfoError {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FF0000;
}body {
	background-image: url(../../images/front_interface/home_bg.gif);
	background-repeat: repeat-y;
}

