﻿body {

	font-family: "Arial";

	font-size: 11pt;

	font-weight: normal;

	font-style: normal;

	font-variant: normal;

	color: #333333;

	background-color: #FFFFCC;

	table-layout: auto;

	border-collapse: separate;

	border-spacing: 5px;

	empty-cells: show;

	caption-side: bottom;

	list-style-type: square;
	margin-left:5%;
}

a:link {

	color: #3E4B8E;

}

a:visited {

	color: #336699;

}

a:active {

	color: #FF0000;

}

a:hover {

	color: #999999;

}

h6 {

	color: #CC0000;

}

h5 {

	color: #CC0000;

}

h4 {

	color: #CC0000;

}

h3 {

	color: #CC0000;

}

h2 {

	color: #CC0000;

}

h1 {

	color: #CC0000;

}

.caption {

	font-size: 8pt;

	font-weight: lighter;

	font-style: italic;

	font-variant: normal;

}

table {

	border: medium solid #CC0000;

	padding: 4px;

	margin: 4px;

}

.cells {

	border: medium solid #cc0000;

	padding: 3px;

	margin: 3px;

}

.title {

	font-size: 14pt;

	font-weight: bold;

	font-style: italic;

	color: #CC0000;

}

.header {font-size:125%;}

.clear {clear:both;}

