/* BASIC HTML ELEMENTS */

.fodlinks {
	display: none;
}

body {
	font: 12pt/1 Georgia, Times, "Times New Roman", serif;
	color:#000;
}

a:link, a:visited, a:active, a:hover {
	color: #ccc;
}

a.button {
	font-weight: bold;
	text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	margin-top: 6pt;
	color: #ccc;
	font-weight: normal;
}

H1 {
	font-size: 200%;
}

H2 {
	font-size: 160%;
}

H3 {
	font-size: 100%;
	font-weight: bold;
}

h4, h5, h6 {
	margin : 0;
}
