body {
	background-color: #DCD9AF;
	margin: 0;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}

body, td, th {
	color: #140982;
	font-size: 14px;
}

p.title {
	color: #140982;
	font-family: "Times New Roman", Times, serif;
	font-size: 30px;
	font-style: italic;
	font-weight: bold;
	text-align: center;
	margin-top: 15px;
}

p.menu {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: center;
}

p.heading {
	color: #A70733;
	font-family: "Times New Roman", Times, serif;
	font-size: 30px;
	font-style: italic;
	font-weight: bold;
	text-align: center;
	margin-top: 15px;
	margin-bottom: -10px;
}

p.sub-heading {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	font-style: italic;
	font-weight: bold;
	text-align: center;
	margin-bottom: -10px;
}

p.address {
	text-align: center;
	font-size: 12px;
}

p.host {
	text-align: center;
	font-size: 12px;
}

p.spacer {
	font-size: 6px;
}

a.highlight:link {color: #140982; text-decoration:none;}
a.highlight:active {color: #140982; text-decoration:none;}
a.highlight:visited {color: #140982; text-decoration:none;}
a.highlight:hover {	color: #A70733; text-decoration:none;}

a.bold-highlight:link {
	color: #140982;
	text-decoration:none;
	font-weight: bold;
}
a.bold-highlight:active {
    color: #140982; 
	text-decoration:none;
	font-weight: bold;
}
a.bold-highlight:visited {
    color: #140982; 
	text-decoration:none;
	font-weight: bold;
}
a.bold-highlight:hover {
	color: #A70733; 
	text-decoration:none;
	font-weight: bold;
}
