body {
	padding: 0;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

* {
	outline: none;
	font-size: 100%;
}

* img { border: none; }

p { margin: 0 0 12px 0; }

h1 {
	margin: 0px;
	padding: 0px;
	margin-bottom: 0.5em;
	color: #a7036b;
}
h2 {
	margin: 0px;
	margin-bottom: 0.5em;
	padding: 0px;
}
h3 {
	margin: 0px;
	padding: 0px;
	margin-bottom: 0.5em;
	font-weight: normal;
	text-decoration: underline;
}
h4 {
	margin: 0px;
	padding: 0px;
	margin: 0 0 0.5em 0;
	font-weight: normal;
	font-style: italic;
}

a { color: #a7036b; text-decoration: none; }
a:hover { text-decoration:underline; }

a.button {
	background-image: url("../images/layout/bg_button.png");
	background-position: right top;
	color: #fff;
	display: inline-block;
	height: 40px;
	padding-right: 23px;
	text-decoration: none;
}
a.button span {
	background-image: url("../images/layout/bg_button.png");
	background-position: left top;
	display: inline-block;
	height: 26px;
	padding-left: 23px;
	padding-top: 14px;
}

INPUT[type=text], INPUT[type=password] {
	height: 16px;
}

INPUT[type=text], INPUT[type=password], TEXTAREA {
	border: 1px solid;
	border-left-color: #c0298C;
	border-top-color: #c0298C;
	border-bottom-color: #9f0164;
	border-right-color: #9f0164;
	padding: 1px 3px;
}

INPUT.button, INPUT[type=submit], INPUT[type=button], INPUT[type=reset], BUTTON {
	color: #fff;
	border: 1px solid;
	border-left-color: #c0298C;
	border-top-color: #c0298C;
	border-bottom-color: #9f0164;
	border-right-color: #9f0164;
	background: #6f5a68;
}

HR {
	border: none;
	border-bottom: 1px solid #ECE9E8;
	font-size: 0px;
	background-color: transparent;
	margin-bottom: 3px;
}

sup, sub {
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	position: relative;
	font-size: 75%;
}
sup { bottom: 1ex; }
sub { top: .5ex; }
