@charset "UTF-8";
/*CSS Shorthand used throughout*/

/*HTML Tag Styles*/
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #333333;
	margin: 0px;
	padding: 0px;
	line-height: 18px;
}
p, ul, ol, dl {
	margin: 0px 20px 7px;
	color: #FFFFFF;
}
h1, h2, h3 {
	margin-top: 0px;
	margin-bottom: 0.8em;
}
h1 {
	color: #75008E;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 36px;
}
h2 {
	color: #cc0066;
	margin-left: 20px;
	font-variant: small-caps;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	letter-spacing: 2px;
	margin-top: 0px;
}
h3 {
	font-weight: normal;
	font-variant: small-caps;
	margin-left: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
}
h5 {
	font-size: 9px;
	font-weight: bold;
}
body {
	background-color: #360042;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align: center;
}
img {
	margin: 0px;
	padding: 0px;
}
ul {
	font-style: italic;
	list-style: circle;
}
/*a or anchor tags - the for states that must appear in the following order - L. V. H. A (LoVeHAte)*/
a:link {
	color: #CC0959;
	text-decoration: underline;
	font-weight: bold;
	letter-spacing: 1px;
}
a:visited {
	color: #CC0959;
	text-decoration: underline;
	font-weight: bold;
}
a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: bold;
}
a:active {
	color: #CC0959;
	text-decoration: underline;
	font-weight: bold;
}
/* Class Styles - can be applied many times per page*/
.boldWord {
	font-weight: bold;
	color: #B700B8;
	letter-spacing: 1px;
}
.hiLite {
	font-style: italic;
	color: #C30;
	font-weight: bolder;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.blue {
	color: #06F;
}
/*DIV ID Styles - can be applied only once per page*/
#content {
	margin: 0px auto;
	width: 700px;
	background: #22201B;
	text-align: left;
	padding: 20px;
}
#footer {
	background: #22201B;
	text-align: center;
	margin: 0px;
	padding: 2px;
	color: #FFFFFF;
}
.caption {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 14px;
	font-weight: normal;
	color: #333333;
	left: auto;
	padding: 2px;
	background: #FFFFFF;
	text-align: left;
	margin: 12px;
}
