/* CSS Document */

html, body {
	font-family: Arial, Helvetica, sans-serif;
	color: #00498F;
	font-size: 12px;
	line-height: 140%;
}

h2 {
	font-size: 14pt;
	padding-bottom: 4px;
	padding-left: 10px;
	font-weight: normal;
	background-image: url(/img/hr-blue.png);
	background-repeat: repeat-x;
	background-position: bottom;
	margin-bottom: 5px;
}

h3 {
	font-size: 12pt;
	padding-bottom: 4px;
	font-weight: normal;
	background-image: url(/img/hr-blue.png);
	background-repeat: repeat-x;
	background-position: bottom;
	margin-bottom: 5px;
}

h4 {

	padding-bottom: 0px;
	margin-bottom: 3px;

}

p {
	margin: 0px;
	padding: 0px;
}

td {
	background-color: #EDEEF5;
	border-bottom: 1px solid #FFFFFF;
	padding: 2px;
}


#cRight ul {
	list-style: none;
	margin-left: 0em;
	padding-left: 2px;
}
#cRight li {
	list-style: none;
	background: url(/img/li.png) no-repeat 0 0px;
	margin-left: 0em;
	padding-left: 24px;
	min-height: 16px;
	margin: 3px;
}

a {
	text-decoration: none;
	color: #68913C;
}

a:hover {
	text-decoration: underline;
}