@import url("hrfc_full.css");
body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : #000099;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}
h1 {
	font-size:18px;
	font-weight:bold;
	color:#000099;
	}
h2 {
	font-size:16px;
	font-weight:bold;
	color: #000099;
	}
h3	{
	font-size: 14px;
	font-weight:bold;
	color: #000099;
}
h4	{
	font-size: 14px;
	font-weight:bold;
	color: #ffffff;
	background-color:#000099;
	}
a {
	font-size:100%;
	text-decoration:none;
	}
a:link {color:#0000ff;}
a:visited {color:#0000cc;}
a:hover {
	color: #0000ff;
	background-color : #b2cfe8;
	}
.list {
	line-height : 150%;
}

