﻿body {
	background-color: #ffffff;
}

.introBody, b, h1, a {
	font-family: Arial, Helvetica, sans-serif;
}

input, select, textarea	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
}

input, select, textarea	{
	color: black;
	background-color: #ffffff;
	border: 1px solid #6600CC;
}

.input type, button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	background-color: #ffffff;
	border: 1px solid #6600CC;
}

.introBody {
	font-size: 10pt;
	color: #000000;
	text-align: left;
}

b {
	font-size: 10pt;
	line-height: normal;
	font-weight: bold;
	color: #ff0066;
}

h1 {
	font-size: 9pt;
	font-weight: bold;
	color: #000000;
}

a:hover {
	font-size: 9pt;
	font-weight: bold;
	color: #ff0066;
	text-decoration: none;
}

a:link {
	font-size: 9pt;
	font-weight: bold;
	color: #660066;
	underline : none;
}

a:visited {
	font-size: 9pt;
	font-weight: bold;
	color: #FF0099;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

.topalign {
	vertical-align: top;
}

.home {
	font-size: 10pt;
	color: #CC0066;
	font-family: sans-serif;
}

.bold {
	font-weight: bold;
}

.pinktext {
	color: #6600CC;
}

.purpletext {
	color: #660066;
}

.size10font {
	font-size: 10pt;
}

.orderselectbox {
	border: 1px solid #FF0066;
	font-size: 8pt;
}

.paddingleftright10px {
	padding-left: 10px;
	padding-right: 10px;
}

legend {
	font-size: 11pt;
	color: #660066;
	padding-bottom: 5px;
}

.orderbutton {
	background-color: #ff0000;
	color: #ffffff;
	width: 200px;
	font-size: 16px;
	font-weight: bold;
	border: 1px solid #000000;
}