/* CSS Document */

/* NOTE FOR EM CONVERSION : EM is always relative to the parent element */

html, body {
	height:100%;
}
h1 {
	font-family:"Times New Roman", Times, serif;
	font-size: 1.6em; 
	margin-bottom:0.4em;;
	margin-top:0px;
}

h2 {
	font-family:"Times New Roman", Times, serif;
	font-size: 1.3em; 
	margin-top:0px;
}

h3 {
	font-family:"Times New Roman", Times, serif;
	font-size: 1.3em; 
	margin-top:0px;
	margin-bottom:0px;
}

p { 
	font-family:"Times New Roman", Times, serif;
	font-size: 0.9em; 
	line-height: 1.35em;
	margin-top:0px;
	margin-bottom:0px;
}

a.menuLinks:link, a.menuLinks:active, a.menuLinks:visited {
	text-decoration: none;
	color:#FFFFFF;
}

a.menuLinks:hover {
	text-decoration: underline;
	color:#FFFFFF;
}

a.menuLinksSelected:link, a.menuLinksSelected:active, a.menuLinksSelected:visited {
	text-decoration: none;
	color:#000;
}

a.menuLinksSelected:hover {
	text-decoration: underline;
	color:#000;
}

hr {
	border: 0;
	color: #000;
	background-color: #efefef;
	height: 1px;
	width: 100%;
}