body {
	padding: 0;
	margin: 0;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 11px;
}

* {
	outline: none;
	font-size: 100%;
}

* img { border: none; }

p { margin: 0 0 12px 0; }

h1 {
	margin: 0px;
	padding: 5px 10px;
	margin-bottom: 0.5em;
	color: #00529e;
	border-bottom: 1px solid #00529E;
	overflow: visible;
	white-space: nowrap;
	width: 300px;
}
h2 {
	margin: 0px;
	margin-bottom: 0.5em;
	padding: 0px;
	color: #808080;
}
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: #00529e; 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 #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; }

ul {
	margin-left: 24px;
	padding-left: 0;
}
li {
	background-image:url(../images/layout/list_arr_b_left.gif);
	background-repeat: no-repeat;
	background-position:0 0.4em;
	padding-left: 15px;
	line-height:150%;
	list-style:none outside none;
	margin-bottom:0.5em;
	color: #646567;
}
