/* CSS Document */

.leftspacer {
	background-image:url(file:///C|/Documents and Settings/John Flanagan/My Documents/Ideal Web Design/Complete Wills/images/spacer.gif);
	background-repeat:repeat-y;
}
.maintext {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-style:normal;
	font-weight:normal;
}
.contenttext {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-style:normal;
	font-weight:normal;
	padding:3px;
}
.boldtext {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-style:italic;
	font-weight:bold;
	padding:3px;
}
.boldmaintext {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-style:normal;
	font-weight:bold;
	padding:3px;
}
.redtext {
	font-weight:bold;
	color:#990000;
	font-family:Arial, Helvetica, sans-serif;
}

a:link {
	color:#990000;
}
a:hover {
	color:#990000;
}
a:visited {
	color:#990000;
}
a:active {
	color:#990000;
}