/*@charset "utf-8";
/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
	border: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	line-height: 150%;
	}

body {
	background-color: #f6f6f6;
	background-image: url(../images/layout/body_bg.gif);
	background-position: center;
	background-repeat: repeat-y;
	color: #000000;
	}

a {
	color: #44677D;
	}

td {
	vertical-align: top;
	}

th {
	text-align: left;
	}

hr {
	background-color: #44677D;
	height: 1px;
	}

p {
	text-align: left;
	line-height: 150%;
	padding-bottom: 10px;
	}

li {
	margin-left: 16px;
	line-height: 150%;
	}

h1 {
	font-style: bold;
	text-transform: uppercase;
	color: #fff;
	padding: 3px 0px 0px;
	margin: 0px;
	}
h2 {
	font-style: bold;
	text-transform: uppercase;
	color: #000;
	padding-bottom: 5px;
	}
h3 {
	font-style: bold;
	text-transform: uppercase;
	color: #44677D;
	padding: 0px;
	padding-bottom: 10px;
	margin: 0px;
	}
h4 {
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	color: #44577D;
	margin: 0px 0px 10px;
	padding: 0px;
	}
h5 {
	font-size: 10px;
	font-weight: normal;
	color: #44577D;
	margin: 0px;
	padding: 0px;
	}
