body {font-family: Times, New Times, serif;
	font-size: 12px;
	background-color: white}
table {padding: 0px;
	margin: 0px}
td {margin: 0px}
h1 {font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	line-height: 30px;
	font-weight: bold;
	font-style:	italic;
    color: navy;
	text-align: center}
h2 {font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 16px;
	font-weight: bold;
	font-style:	italic;
    color: black;
	text-align: right}
h3 {font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 13px;
	color: navy;
	text-align: center;
	padding-top:6px}
h3.left {text-align: left}
h3.right	{text-align: right}
h4 {font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 13px;
	font-weight: bold;
	color: navy;
	text-align: left;
	margin-top: 12px;
	margin-bottom: 2px}
h5	{font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 13px;
	font-weight: normal;
	color: navy;
	text-align: left;
	margin-top: 4px;
	margin-bottom: 4px}
p	{font-family: Times, New Times, serif;
	font-size: 12px;
	margin-top: 0px;
	margin-bottom: 5px;
	text-indent:10px}
ul	{font-family: Times, New Times, serif;
	font-size: 12px;
	margin-left: -25px}
a	{text-decoration: none}
a:hover {text-decoration: underline}
a:link	{color: navy}
a:visited {color: #660000}
a:active {background-color: navy;
	color: white}
.bold {font-weight: bold}
.menu {text-decoration: none}

.sidebar {
	background-color:#FFFFFF;
	padding:0;
	border-top:0;
	border-left:1px solid #CCCCCC;
	border-bottom:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
	margin-bottom:4px;
	font-family:arial,sans-serif;
	font-size:8pt;
	color:#000000;
	line-height:1.3;
}
.sidebarhack {
	background-color:#08315A;
	height:2px;
}
.sidebar h2, #article .sidebar h2, .sidebar h2 a, #article .sidebar h2 a {
	background-color:#EEEEEE;
	padding:2px;
	border-bottom:1px solid #CCCCCC;
	font-size:8pt;
	font-weight:bold;
	text-align:center;
	text-transform:uppercase;
	text-decoration:none;
	color:#CC0000;
	margin:0;
}
