@charset "utf-8";
/* CSS Document */

ol {
padding: 12px;
margin: 12px;
}

ul {
padding: 8px;
margin: 8px;
}

li {
margin-bottom: .5em;
}

select {
	font-family: "Arial";
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
}

input {
	font-family: "Arial";
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
}

.black {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #CCCCCC;
	background-color: #666666;
	padding-left: 0px;
	padding-right: 0px;
}
.blackbold {
	font-family: Arial;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #C584EC;
	background-color: #666666;
}
.pink {
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #CCCCCC;
	background-color: #666666;
}
.blackitalic {
	font-family: Arial;
	font-size: 10px;
	font-style: italic;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #CCCCCC;
	background-color: #666666;
}

u {
	font-family: "Arial";
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
	color: #AB478A;
	text-decoration: none;
}

a:link {
	font-family: "Arial";
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
	color: #AB478A;
	text-decoration: none;
}

a:visited {
	font-family: "Arial";
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
	color: #AB478A;
	text-decoration: none;
}

a:hover {
	font-family: "Arial";
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
	color: #AB478A;
	text-decoration: underline;
}
.pinkytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FF64A2;
	font-weight: bold;
}
.purpheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #C584EC;
	font-weight: bold;
}

