* {
	font-family: Arial;
}

html {}

body {
	margin: 0px;
	padding: 0px;

	font-size: 12px;
	line-height: 20px;

	color: #3c3c3c;

	background: #ffffff;

	behavior: url('/_resources/scripts/csshover/csshover.htc');
}

body.print {
	background: #ffffff;
	padding: 20px;
}

h1 {
	font-size: 18px;
	font-weight: bold;
	letter-spacing: -0.5px;
	line-height: normal;

	color: #3c3c3c;

	margin: 0px 0px 5px 0px;
}
h2 {
	font-size: 16px;
	font-weight: bold;
	letter-spacing: -0.5px;
	line-height: normal;

	color: #3c3c3c;

	margin: 0px 0px 5px 0px;
}

h3 {
	font-size: 14px;
	font-weight: bold;
	letter-spacing: -0.5px;
	line-height: normal;

	color: #005c91;

	margin: 0px 0px 5px 0px;
}

h4 {
	font-size: 14px;
	color: #ffcb08;
	font-weight: bold;
	margin: 0px 0px 10px 0px;
	letter-spacing: -0.5px;
}

p {
	margin: 0px;
}
br { }
hr {
	height: 1px;
	border: 0px;
	border-bottom: 1px solid #3c3c3c;
}

form {
	margin: 0px;
	padding: 0px;
}

table {
	font-size: 12px;
}

img {
	border: 0px;
}

textarea {
	font-size: 12px;
}

ul,ol {
	margin: 10px 0px 0px 0px;
}