﻿@charset "utf-8";
body{font-family:verdana,arial,helvetica,sans-serif;font-size:100%;background-color:White;color:Black;}
*{
	list-style: circle;
	margin: 0;
	padding: 0;
	list-style-image: none;
	list-style-position: outside;
}
h3{
	font-size: medium;
	font-variant: normal;
	letter-spacing: -0.02em;
	color: Black;
	background-color: White;
	margin: 1.5em 0 1.0em 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
h1{
	font-size: large;
	font-variant: small-caps;
	color: Black;
	margin: 1em 0 .5em 0;
	background-color: White;
	font-weight: bold;
	text-transform: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
p, td
{
	color: #000000;
	font-size: medium;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.2em;
	margin-bottom: 1.0em;
}

.horizRule
{
	background-position: bottom;
	background-color: #C0C0C0;
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #800080;
	font-weight: bold;
	background-repeat: repeat-y;
	vertical-align: text-bottom;
	line-height: 2.0em;
}
.caption {
	font-family: "Times New Roman", Times, serif;
	font-size: medium;
	font-style: oblique;
	text-align: center;
}
.bulleted_list {
	margin: 0px;
	padding: 0.2em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
	font-style: normal;
	list-style-type: disc;
	list-style-image: none;
	list-style-position: outside;
	text-indent: 20px;
	white-space: normal;
	line-height: normal;
	text-align: left;
}
a {
	color: #800080;
	text-decoration: none;
}
.obviousLink {
	text-decoration: underline;
}
