﻿* {
	border: 0;
	text-align: center;
	font-family: Calibri;
	white-space: normal;
	font-size: small;
	color: #FFFFFF;
	letter-spacing: 1.1pt;
}
body	{
	border-style: none;
	border-width: 0px;
	border-color: inherit;
	background-color: #C0C0C0;
	margin: 0px;
	padding: 0px;
}
A:link 		{
	cursor: crosshair;
	text-decoration: none;
	color: #FFFFFF;
}
A:visited	{
	cursor: auto;
	text-decoration: none;
	color: #FFFFFF;
}
A:active	{
	cursor: crosshair;
	text-decoration: none;
	color: #FFFFFF;
}
A:hover		{
	cursor: hand;
	text-decoration: underline;
	color: #FFFFFF;
}
p {
	text-align: right;
}
h1 {
	text-align: left;
	font-weight: bold;
	font-size: medium;
}
table {
	border-width: 0px;
	padding: 0px;
	margin: 0px;
}

table h1 {
	text-align: left;
	font-weight: normal;
	vertical-align: bottom;
	font-size: small;
}
table p {
	text-align: right;
}

#article table p {
	text-align: left;
	padding-left: 10px;
	font-weight: normal;
	font-size: medium;
}
#article table h1 {
	text-align: left;
	vertical-align: top;
	font-weight: normal;
	padding-left: 10px;
	color: #9E3B22;
}
