body {
	padding: 0;
	margin: 0;
}

* {
	/*
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	/**/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	outline: none;
}

* img { border: none; }

p, hr, .GPM { margin: 0 0 12px 0; }
.inline { display: inline; }
.floatRight { float: right; }
.floatLeft { float: left; }
.justify { text-align: justify; }
.clearBoth { clear: both; }
.alignRight { text-align: right; }
.displayBlock { display: block; }
.displayInline { display: inline; }
.displayNone { display: none; }
.bold { font-weight: bold; }
.cursorPointer { cursor: pointer; }

h1 {
	margin: 0px;
	padding: 0px;
	margin-bottom: 0.5em;
	color: #863147;
	text-transform: uppercase;
}
h2 {
	margin: 0px;
	margin-bottom: 0.5em;
	padding: 0px;
	color: #863147;
}
h3 {
	margin: 0px;
	padding: 0px;
	margin-bottom: 0.5em;
	font-weight: normal;
	text-decoration: underline;
	color: #863147;
}
h4 {
	margin: 0px;
	padding: 0px;
	margin: 0 0 0.5em 0;
	font-weight: normal;
	font-style: italic;
	color: #863147;
}

a { color: #863147; 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;
	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;
}

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 solid #863147;
	font-size: 0px;
	background-color: transparent;
	margin-bottom: 3px;
}

ul {
	padding: 0px;
	padding-left: 12px;
	margin: 0px;
	margin-bottom: 12px;
}
ul li {
	list-style: none;
	padding-left: 15px;
	line-height: 150%;
	background-image: url('../images/layout/point.gif');
	background-position: left 6px;
	background-repeat: no-repeat;
}

