﻿body
{
	font-family: Arial, Helvetica, sans-serif;
	background-color: rgb(204, 255, 255); 
	color: rgb(0,0,0);
	margin-top:5pt;
	margin-bottom:5pt;
}
h1
{
	font-family: Arial, Helvetica, sans-serif;
	text-align:center;
	font-size:24pt;
	font-weight:bold;
}
h2
{
	font-family: Arial, Helvetica, sans-serif;
	text-align:center;
	font-size:18pt;
	font-weight:bold;
}
h3
{
	font-family: Arial, Helvetica, sans-serif;
	text-align:left;
	font-size:14pt;
	font-weight:bold;
}
h4
{
	font-family: Arial, Helvetica, sans-serif;
	text-align:left;
	font-weight:bold;
	font-size:14pt;
	margin-top:30pt;
	margin-bottom:5pt;
}
h5
{
	font-family: Arial, Helvetica, sans-serif;
	text-align:left;
	font-weight:bold;
	margin-top:15pt;
	margin-bottom:5pt;
}
p
{
	font-family: Arial, Helvetica, sans-serif; 
	margin-top:5pt;
	margin-bottom:5pt;
}
p.NoMargins
{
	font-family: Arial, Helvetica, sans-serif;
	margin-top:0pt;
	margin-bottom:0pt;
}
.RedBold
{
	font-weight: bold;
	color: red;
}
.Red
{
	color: red;
}
.HeritageHead
{
	margin-top:20pt;
	margin-bottom:5pt;
}
.HeritageLine
{
	font-weight: bold;
}
.UnderlineBold
{
	font-weight: bold;
	text-decoration:underline;
}
ul.Level1
{
    list-style-image: url('../../images/astonbu1.gif');
}
ul.Level2
{
    list-style-image: url('../../images/astonbu2.gif');
}
table.editborder, td.editborder
{
	border: 1px solid black;
	border-collapse: collapse;
}
