/* General Styles */

a {
	color: #5d3a8a;
	text-decoration: none;
}

a:hover, a:active, a:focus {
	text-decoration: underline;
}

h1 {
	font-size: 2em;
	line-height: 1em;
	margin: 1em 0;
	color: black;
}

h2 {
	font-size: 1.8em;
	line-height: 1em;
	margin: 1.1111em 0;
	color: black;
}

h3, h4, h5, h6 {
	font-size: 1.6em;
	line-height: 1em;
	margin: 1.25em 0;
	color: black;
}

acronym, abbr {
	border-bottom: 1px dotted black;
	cursor: help;
}

a acronym, a abbr {
	border-bottom: 1px dotted #5d3a8a;
}

h1 acronym, h1 abbr {
	border-bottom: 1px dotted #009999;
}

p {
	font-size: 1em;
	line-height: 1.6em;
	padding: 0;
	margin: 1.538em 0;
}

blockquote {
	margin: 2em 0;
}

strong, strong em {
	font-weight: bold;
}

em, em strong {
	font-style: italic;
}

ul li, ol ul li {
	list-style: disc outside;
}

ol li, ul ol li {
	list-style: decimal outside;
}

ul, ol {
	font-size: 1em;
	line-height: 1.6em;
	margin: .833em 0;
	padding: 0 2.77em;
}

li p {
	font-size: 1em;
	margin: 0;
}

ul li, ol li {
	margin: .5em 0;
	line-height: 1.4em;
}

ul ul, ul ol,
ol ol, ol ul {
	font-size: 1em;
	margin: .3em 0;
}

table {
	border-collapse: collapse;
	font-size: 1em;
	border: 1px solid #5d3a8a;
	margin: .833em auto;
}

caption {
	text-align: center;
	margin: 0 auto;
	padding: .3em;
	font-weight: bold;
	color: #009999;
}

th {
	font-weight: bold;
	color: #009999;
	padding: .3em;
	text-align: center;
	border: 1px solid #5d3a8a;
}


td {
	padding: .3em;
	border: 1px solid #5d3a8a;
}

label {
   font-weight: bold;
   font-size: 1em;
}

input, select, textarea {
   font-size: 1em;
}

p input, p select, p textarea {
   font-size: 1em;
}

.note
{
    color: Red;
}

/* End General Styles */