BODY
	{	font-family: "Times New Roman", Times, serif;
		font-color: black;
	}
	
.firstline
	{	font-weight: bold;
	}

H1
	{	text-align: center;
		font-style: italic;
		margin-left: 2em;
		margin-right: 2em;
	}

H2
	{	text-align: left;
		margin-left: 15pt;
		font-style: italic;
	}

H3
	{	text-align: left;
		margin-left: 15pt;
		font-style: italic;
	}

P
	{	text-indent: 1.5em;
	}
	
TH
	{	font-family: "Times New Roman", Times, serif;
		font-weight: bold;
		vertical-align: top;
		text-align: left;
	}

.bigger
	{	font-size: 1.2em;
	}
	
TD
	{	font-family: "Times New Roman", Times, serif;
		vertical-align: top;
	}

.title
	{	font-size: 1.5em;
		font-weight: bold;
		font-style: italic;
		padding-top: 1em;
	}
	
.head
	{	text-align: left;
		font-weight: bold;
		padding-top: 0.25em;
	}
	
.header
	{	text-align: left;
		font-size: 1.2em;
		margin-top: -0.2em;
		margin-bottom: -0.2em;
		font-weight: bold;
		font-style: italic;
		background-color: #8D001B;
		text-indent: 1.5em;
	}

.desc
	{	font-size: 0.8em;
		padding-top: 0.25em;
	}

LI
	{	list-style-image: url(Images/listdot.gif);
	}

.bold
	{	font-weight: bold;
	}