/* CSS1 index style sheet by Didi Barnes */

body
	{
	background-color: #000000;
	font-family: Arial, Verdana, sans-serif;
	font-size: 10pt;
	}
	
a {text-decoration: none;}

table.menu
	{
	background-color: #000000;
	text-indent: 5px;
	font-weight: normal;
	text-align: left;
	font-size: 9pt;
	}
	
td.menu
	{
	border-color: #ff0000;
	border-width: 1px;
	border-style: solid;
	}
	
td.menuhead
	{
	font-weight: bold;
	color: #ffffff; 
	border-color: #000000;
	border-width: 1px;
	border-style: solid;
	background-color: #000000;	
	text-align: center;
	} 
	
td.menucurrent
	{
	border-color: #ff0000;
	border-width: 1px;
	border-style: solid;
	background-color: #ff0000;	
	font-weight: bold;
	color: #ffffff; 
	padding: 2px;
	padding-left: 5px;
	padding-right: 5px;
	}

a.menulink 
	{ 
	color: #000000; 
	background-color: #ffffff; 
	display: block; 
	padding: 2px;
	padding-left: 5px;
	padding-right: 5px;
	}

a.menulink:visited { color: #000000;}
a.menulink:hover { background-color: #ff0000; color: #ffffff;}

	



a.general:link { color: #ff0000;}
a.general:hover { color: #0000ff;}
a.general:visited { color: #ff0000;}



.pagehead
	{
	font-family:  Arial, Verdana, sans-serif;
	font-size: 14pt;
	color: #000000;
	background-color: #ff0000;
	font-weight: bold;
	text-align: center;
	font-style: normal;
	}

.subhead
	{
	font-family:  Arial, Verdana, sans-serif;
	font-size: 10pt;
	color: #ff0000;
	font-weight: bold;
	text-align: left;
	font-style: normal;
	margin-left: 40px;
	margin-right: 40px;
	}

.subheadblue
	{
	font-family:  Arial, Verdana, sans-serif;
	font-size: 10pt;
	color: #0000ff;
	font-weight: bold;
	text-align: left;
	font-style: normal;
	margin-left: 40px;
	margin-right: 40px;
	}

.maintext
	{
	font-family:  Arial, Verdana, sans-serif;
	font-size: 9pt;
	color: #000000;
	font-weight: normal;
	margin-left: 40px;
	margin-right: 40px;
	text-align: justify;
	text-decoration: none;
	}

.bulletlist
	{
	font-family: Arial, Verdana, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	color: #000000;
	list-style-position: outside;
	list-style-image: url(Assets/bullet.gif);
	text-align: justify;
	margin-left: 30px;
	margin-right: 40px;
	}

.numberlist
	{
	font-family: Arial, Verdana, sans-serif;
	font-size: 9pt;
	font-weight: normal;
	color: #000000;
	list-style-position: outside;
	list-style-type: 1;
	text-align: justify;
	margin-left: 30px;
	margin-right: 40px;
	}

li
	{
	margin-bottom: 15px;
	}
	
hr
	{
	font-size: 12pt;
	background-color: #ff0000;
	color: #ff0000;
	margin-left: 40px;
	margin-right: 40px;	
	}


ADDRESS
	{
	font-family: "times new roman";
	font-size: 8pt;
	color: #ffffff;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	}
