﻿* {
	margin: 0;
	padding: 0;
}
body {
	color: #000;
	font-size: 0.77em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	background-color: #fff;
}
/* Global Links */
a:link, a:visited, a:hover {
	color: #456;
	text-decoration: underline;
}
p {
	margin-bottom: 6px;
}
ul {
	list-style-type: none;
}
/* Global Headers */
h1, h2, h3, h4, h5, h6, caption {
	color: #237399;
	padding-bottom: 5px;
	padding-top: 3px;
	font-weight: 700;
	text-align: left;
}
h1, h2 {
	font-size: 150%;
	border-bottom: #999 1px dotted;
	padding-bottom: 5px;
	margin-bottom: 10px;
}
h2 {
	font-size: 135%;
}
h3, caption {
	font-size: 120%;
}
h4 {
	font-size: 107%;
}
h5, h6 {
	font-size: 100%;
}
/* T A B L E */
td, th {
	padding: 3px 20px 3px 5px;
	text-align: left;
}
thead th {
	color: #fff;
	background: #237399 url(../../images/HeadingBelow.gif) repeat-x bottom left;
	padding-bottom: 10px;
	empty-cells: hide;
}
tfoot th {
	text-align: left;
	color: #666;
	font-style: italic;
}