

body{
	background-color: #dddddd;
		font-family: arial;
	margin: 0px;
	padding: 0px;
	background-repeat: no-repeat;
}

img{
	border:0px;
}


hr{
	color: #800000;
}


a:link, a:visited{
	font-size:90%;
	text-decoration: underline;
	font-weight: 500;
	color:black;
}
a:hover{
	text-decoration: none;
	color: #B48400;
	text-decoration: underline;
	word-spacing: 0px;
}

table.pat{
	text-decoration: none;
	font-family: arial;
	font-size:8pt;
	word-spacing: 0px;
}

table.link{
	font-family: arial;
	font-size: 10pt;
	font-weight: bold;
	color: white;
	word-spacing: 0px;	
	background-color: #666666;
	padding: 0cm;
	border-collapse: collapse;
	border-spacing: 0cm;
	border: outset 3pt;
	
}

td.link{

	font-family: arial;
	font-size: 10pt;
	font-weight: bold;
	color: white;
	word-spacing: 0px;	
	background-color: #666666;
	padding: 2pt;
	border-collapse: collapse;
	border-spacing: 0pt;
	border: outset 1pt;

}
td.head{

	font-family: arial;
	font-size: 10pt;
	font-weight: bold;
	font-style: italic;
	color: white;
	word-spacing: 0px;	
	background-color: #990000;
	padding: 2pt;
	border-collapse: collapse;
	border-spacing: 0pt;
	border: outset 1pt;

}


