/* FCRC Standard Style Sheet */
/* Konrad Plendl, 4-04 */



/* Set margins */
body { margin-left: 10px;
		margin-right: 10px;
		margin-top: 10px;
		margin-bottom: 10px;
		}

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

a:link {
	color: #000099;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	text-decoration: none;
	color: #000099;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
	color: #0000FF;
	font-weight: bold;
}
a:active {
	text-decoration: none;
	color: #0099FF;
	font-weight: bold;
}

h1 {
	font-size: 26px;
	color: #000000;
}
h2 {
	font-size: 18px;
	color: #000000;
}
h3 {
	font-size: 12px;
	color: #000000;
}
h5 {
	font-size: 10px;
}