body {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
	margin-bottom: 0;
	margin: 0;
}

.Note {
	font-size: 10px;
}

A {
	color: #000000;	
}

.Title {
	font-weight: bold;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

.Header {
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
}

.Header2 {
	font-size: 16px;
	font-weight: normal;
	color: #666600;
}

Div {
	padding: 0px;
}

Table.list {
	padding: 5px;
	margin: 5px;
	border-bottom: 1px solid #000000;
	border-right: 1px solid #000000;
	border-left: 1px solid #000000;
	border-top: 1px solid #000000;
	background-color: #666600;
	
}

Table.list TD {
	padding: 3px;
	background-color: #ffffff;
	border-bottom: 1px solid #000000;
	border-right: 1px solid #000000;
	border-left: 1px solid #000000;
	border-top: 1px solid #000000;			
}

Table.list TH {
	font-size: 20px;
	font-weight: bold;
	color: #666600;
	padding: 3px;
	background-color: #ffffff;
	border-bottom: 1px solid #000000;
	border-right: 1px solid #000000;
	border-left: 1px solid #000000;
	border-top: 1px solid #000000;			
}

Table.form {
	padding: 5px;
	margin: 5px;
	border-bottom: 1px solid #000000;
	border-right: 1px solid #000000;
	border-left: 1px solid #000000;
	border-top: 1px solid #000000;
	background-color: #666600;
	
}

Table.form TD {
	padding: 3px;
	background-color: #ffffff;
	border-bottom: 1px solid #000000;
	border-right: 1px solid #000000;
	border-left: 1px solid #000000;
	border-top: 1px solid #000000;			
}

Table.form TH {
	font-size: 20px;
	font-weight: bold;
	color: #666600;
	padding: 3px;
	background-color: #ffffff;
	border-bottom: 1px solid #000000;
	border-right: 1px solid #000000;
	border-left: 1px solid #000000;
	border-top: 1px solid #000000;			
}

P.list 				{	}
P.list A			{	text-decoration: none; }
P.list A:link		{	text-decoration: none; }
P.list A:active		{	text-decoration: none; }
P.list A:visited	{	text-decoration: none; }
P.list A:hover		{	text-decoration: none; }

SPAN.listTitle				{	text-decoration: underline; }
SPAN.listTitle A			{	text-decoration: underline; }
SPAN.listTitle A:link		{	text-decoration: underline; }
SPAN.listTitle A:active		{	text-decoration: underline;	}
SPAN.listTitle A:visited	{	text-decoration: underline; }
SPAN.listTitle A:hover		{	text-decoration: underline; }
	