/***** Global Settings *****/
body {
	border: 0;
	margin: 10px;
	padding: 0;
	color: black;
	background-color: white;
}

/***** Global Font Settings *****/
body, table, input, select, textarea {
	font: 11pt/1.35em Verdana,sans-serif;
}

/***** Common Formatting *****/
h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	margin: 0 0 .5em;
	padding: .2em 0 .1em 0;
}
h1 {
	font-size: 1.7em;
}
h2 {
	font-size: 1.5em;
}
h3 {
	font-size: 1.3em;
}
h4 {
	font-size: 1.2em;
}
h5 {
	font-size: 1.1em;
}
h6 {
	font-size: 1em;
}
p {
	margin: 0 0 1.2em;
	padding: 0;
}
blockquote {
	margin: 0 0 1.2em 2.5em;
	padding: 0;
}
div {
	margin: 0;
	padding: 0;
}
ul, ol {
	margin: 0 0 1.2em 3em;
	padding: 0;
}
img {
	border: 0;
}
small {
	font-size: .75em;
}
strong, b {
	font-weight: bold;
	font-style: normal;
}
em, i {
	font-weight: normal;
	font-style: italic;
}
sup {
	bottom: .4em;
	position: relative;
	vertical-align: baseline;
	font-size: .8em;
}
sub {
	bottom: -.4em;
	position: relative;
	vertical-align: baseline;
	font-size: .8em;
}
acronym, abbr {
	cursor: help;
	border-bottom: 1px dashed;
}
:focus {
	outline: 0;
}

/***** Forms *****/
form {
	margin: 0;
	padding: 0;
}
textarea {
	overflow: auto;
}
label {
	cursor: pointer;
}

/***** Tables *****/
table {
	border: 0;
	border-collapse: collapse;
	border-spacing: 0;
	margin: 0 0 .5em;
	padding: 0;
	caption-side: top;
	empty-cells: show;
	table-layout: auto;
}
caption {
	text-align: center;
	font-weight: bold;
	font-style: italic;
}
th {
	font-weight: bold;
	text-align: center;
}
th, td {
	border: 1px solid #999;
	padding: 2px 3px;
}

/***** Links *****/
a:link {
	color: blue;
	text-decoration: underline;
}
a:visited {
	color: purple;
}
a:hover {
	color: red;
	text-decoration: none;
}
a:active {
	color: red;
	outline: none;
}
