/* CSS Document */
* {
	margin: 0;
	padding: 0;
}
body {
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FFFFFF;
	color: #000000;
}
h1, h2, h3, h4, p, ul, li, a, a:hover {
	margin: 0;
	padding: 0;
}
h1 {
	font-size: 14px;
	display: inline;
}
h2 {
	font-size: 12px;
	display: inline;
}
input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: 1px solid #999999;
	margin: 1px 0;
}
.select { 
	border:1px solid;
	background-color:#FFFFFF;
	color:#222222;
	font-size:11px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	height=16;
}
label { 
	display: block; 
	float: left; 
	text-align: right; 
	padding: 4px 10px 0 0; 
	margin-bottom: 0; 
	width: 100px; 
	font-weight: bold; 
}
legend { 
	color: #4E3D5E;
	padding: 0 6px;
}

fieldset, input:focus, textarea:focus {
	border: 1px solid #4E3D5E;
}
.button {
	border: 1px solid #FFFFFF;
	background-color:#503D62;
	font-size:10px;
	color:#FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	height=18;
}
.none {
	display: none;
	clear: both;
}
.clear {
	clear: both;
}
hr {
	display: none;
}
.paddingleft10 {
	padding-left: 10px;
}
.paddingleft8 {
	padding-left: 8px;
}
.paddingright10 {
	padding-right: 10px;
}
.paddingtopbottom {
	padding: 2px 0;
}
.aligncenter {
	text-align: center;
}
.floatleft {
	float: left;
}
.floatright {
	float: right;
}
.floatleftpaddingrightbottom {
	padding-right: 6px;
	padding-bottom: 6px;
	float: left;
}

/** text styles start */
.small {
	font-size: 10px;
}
.large {
	font-size: 12px;
}
.whitefont {
	color: #FFFFFF;
}
.greyfont {
	color: #4F4F4F;
}
.redfont {
	color: #990000;
}
.purplefont {
	color: #9D4D72;
}
.bold {
	font-weight: bold;
}
/** text styles end */

/** start links */
a:link, a:visited, a:active {
	text-decoration: underline;
	color: #000000;
}
a:hover, a {
	text-decoration: none;
	color: #9D4D72;
}
a.purple:link, a.purple:visited, a.purple:active {
	text-decoration: underline;
	color: #9D4D72;
}
a.purple:hover, a {
	text-decoration: none;
	color: #000000;
}
a.purple1:link, a.purple1:visited, a.purple1:active {
	text-decoration: underline;
	color: #4e3d5e;
}
a.purple1:hover, a {
	text-decoration: none;
	color: #9D4D72;
}
a.grey:link, a.grey:visited, a.grey:active {
	text-decoration: underline;
	color: #000000;
}
a.grey:hover, a {
	text-decoration: none;
	color: #4F4F4F;
}
a.grey2:link, a.grey2:visited, a.grey2:active {
	text-decoration: underline;
	color: #4F4F4F;
}
a.grey2:hover, a {
	text-decoration: none;
	color: #9D4D72;
}
a.wht:link, a.wht:visited, a.wht:active {
	text-decoration: underline;
	color: #FFFFFF;
}
a.wht:hover, a {
	text-decoration: none;
	color: #9D4D72;
}

/** end links */