body {
	padding: 0;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
}

* {
	outline: none;
}

* img { border: none; }

p, .GPM { margin: 0 0 12px 0; }

h1 {
	border-bottom: 1px solid #970102;
	color: #970102;
	font-size: 100%;
	margin: 0 0 1em;
	padding-left: 12px;

}
h2 {
	margin: 0px;
	margin-bottom: 0.5em;
	padding: 0px;
	color: #800000;
	font-size: 100%;
}
h3 {
	margin: 0px;
	padding: 0px;
	margin-bottom: 0.5em;
	font-weight: normal;
	color: #82032e;
}
h4 {
	margin: 0px;
	padding: 0px;
	margin: 0 0 0.5em 0;
	font-weight: normal;
	font-style: italic;
}

a { color: #990100; text-decoration: none; }
a:HOVER { text-decoration:underline; }

a.button {
	background-image: url(../images/layout/button.png);
	background-position: right top;
	color: #82032e;
	font-weight: bold;
	display: inline-block;
	height: 20px;
	padding-right: 40px;
	margin-left: 20px;
	text-decoration: none;
}
a.button span {
	background-image: url(../images/layout/button.png);
	background-position: left top;
	display: inline-block;
	padding-top: 3px;
	padding-left: 40px;
	margin-left: -20px;
	height: 17px;
}
a.button:hover {
	background-position: right 20px;
	color: #990100;
}
a.button:hover span {
	background-position: left 20px;
}

INPUT[type=text], INPUT[type=password] {
	border: 1px solid #434343;
	height: 16px;
	padding: 1px 3px;
}

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:#a7b6af;
}

HR {
	border: none;
	border-bottom: 1px dashed #82032e;
	font-size: 0px;
	background-color: transparent;
	margin: 5px 0;
}
sup, sub {
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	position: relative;
	font-size: 75%;
}

sup { bottom: 1ex; }
sub { top: .5ex; }

UL {
	padding-left: 0px;
	list-style-type: none;
}

LI {
	background-position: 0px;
	background-image: url(../images/layout/point.gif);
	background-repeat: no-repeat;	
	padding: 2px 0px 2px 20px ;
}