body {
	padding: 0;
	margin: 0;
	font-size: 11px;
}

* {
	font-family: Verdana, Geneva, sans-serif;
	outline: none;
	font-size: 100%;
}

* img { border: none; margin: 0; }
object:hover { border: 0px solid transparent; }

p, hr, .GPM { margin: 0 0 12px 0; }
.BGC1 { background-color: #434343; }
.BGC2 { background-color: #a70011; }
.BGC3 { background-color: #d0d0d0; }
.BGC4 { background-color: #eeeeee; }
.inline { display: inline; }
.floatRight { float: right; }
.bld { font-weight: bold; }

h1, h2, h3, h4, h5, h6, input {
}

h1 {
	margin: 0px;
	padding: 0px;
	margin-bottom: 0.5em;
	color: #a70011;
}
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: #a70011; text-decoration: none; }
a:hover { text-decoration:underline; }

a.button {
	background-image: url(../images/layout/button.gif);
	background-position: right top;
	color: #fff;
	display: inline-block;
	cursor: pointer;
	height: 20px;
	padding-right: 20px;
	text-decoration: none;
}
a.button span {
	background-image: url(../images/layout/button.gif);
	background-position: top left;
	display: inline-block;
	padding-top: 3px;
	padding-left: 10px;
	height: 17px;
}
a.button:hover {
	background-position: right bottom;
}

ul {
	margin: 0;
	margin-bottom: 12px;
	padding: 0;
	padding-left: 15px;
	list-style: square;
}
ul li {
	margin: 0;
	padding: 0;
	padding-bottom: 0.5em;
}

INPUT[type=text], INPUT[type=password] {
	border: 1px solid #434343;
	height: 16px;
	padding: 0px 3px 2px;
}

INPUT.button, INPUT[type=submit], INPUT[type=button], INPUT[type=reset], BUTTON {
	color: #FFFFFF;
	border: 1px solid;
	border-left-color: #FFF;
	border-top-color: #FFF;
	border-bottom-color: #7f7f7f;
	border-right-color: #7f7f7f;
	background: #a70011;
}

HR {
	border: none;
	border-bottom: 1px solid #ECE9E8;
	font-size: 0px;
	background-color: transparent;
	margin: 12px 0px;
}

sup, sub {
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	position: relative;
	font-size: 75%;
}

sup { bottom: 1ex; }
sub { top: .5ex; }

fieldset {
	margin-bottom: 1em;
 	padding-bottom: 0;
}

