/* ================================================
	TopStyle Pro Export
	Source File: C:\Sites\Merricklodge\stylesheet\merricklodge.css
	Target: CSS Level 2
================================================ */

body {
	font-family: "Times New Roman", serif;
	font-weight: normal;
	background-color: #fdfae9;
	color: #Cc0000;
	font-size: 11pt;
}

hr {
	color: #cc0000;
}

hr.hr {
	height: 3px;
}

td {
	font-family: "Times New Roman", serif;
	font-weight: normal;
	color: #Cc0000;
	font-size: 12pt;
}

td.text {
	font-style: italic;
	text-align: justify;
}

td.textblue {
	color: #000099;
	font-size: 115%;
	font-weight: bold;
	font-style: italic;
}

td.textbluecentre {
	color: #000099;
	font-size: 115%;
	font-weight: bold;
	font-style: italic;
	text-align: center;
}

td.textcentre {
	text-align: center;
	font-style: italic;
}

td.h1 {
	font-family: "FlemishScript BT", "Times New Roman", serif;
	font-size: 250%;
}

span.textblue {
	color: #000099;
}

span {
	font-size: 115%;
	font-style: italic;
}

span.textbluesmall {
	font-size: 100%;
	color: #000099;
}

span.textcentre {
	text-align: center;
	font-size: 100%;
}

span.textbluecentre {
	color: #000099;
	text-align: center;
}

ul {
	list-style-position: outside;
	white-space: normal;
	display: block;
}

ul.levelone {
	list-style-type: disc;
}

ul.leveltwo {
	list-style-type: circle;
}

ul.levelthree {
	list-style-type: square;
}

a:active {
	font-family: "Times New Roman", serif;
	color: Blue;
	font-style: normal;
	text-decoration: underline;
}

a:hover {
	color: #8A2BE2;
	font-style: normal;
	text-decoration: none;
}

a:visited {
	color: #A52A2A;
	font-style: normal;
	text-decoration: none;
}