/* SFIDA Style Sheet */
body {
	line-height: 150%;
	font-family: 'Times New Roman', 'generic font family';
}
a:link {
	color:#0000c0;
	background-color: #ffffff;
	text-decoration: underline;
}
a:active {
	color:#600090;
	background-color: #ffffff;
	text-decoration: underline;
}
a:visited {
	color:#600090;
	background-color: #ffffff;
	text-decoration: underline;
}
a:hover {
	color:#0000c0;
	background-color: #ffffff;
	text-decoration: underline;
}
h3 {
	border-left : solid 10px #5F5AA5;
	border-bottom : solid 2px #5F5AA5;
	padding : 0px 0px 3px 10px;
}
h4 {
	border-left : solid 5px #5F5AA5;
	border-bottom : dashed 1px #5F5AA5;
	padding : 0px 0px 3px 10px;
}
p {
	text-indent: 16px;
}
div.section {
	position: relative;
	margin : 0px 3% 40px 3%;
}
font.mean {
	position: relative;
	border-bottom: dashed 1px #5F5AA5;
	cursor: help;
}
div#left {
	float : left;
	width : 45%;
}
div#right {
	float : right;
	width : 45%;
}
