/* Style sheet for home page */

body {
	margin: 0 0 0 0;
	padding: 0;
	font-size: 13pt;
	font-family: arial, sans-serif;
	background-color: #f3f3f3; 
	text-align: center;
	height: 100%;
}

a:link {
	color: #0f75a1;
	text-decoration: none;
	font-weight: bold;
	}

a:visited {
	color: #900090;
	text-decoration: none;
	font-weight: bold;
	}

a:hover {
	color: #0c2591;
	text-decoration: none;
	font-weight: bold;
	}

a.duplicate:link {
	color: #00a010;
	text-decoration: none;
	font-weight: bold;
	}

a.duplicate:visited {
	color: #900090;
	text-decoration: none;
	font-weight: bold;
	}

a.duplicate:hover {
	color: #005e00;
	text-decoration: none;
	font-weight: bold;
	}
	
#inside {
	width: 780px;
	margin: 0 auto;
	padding: 5px 10px;
	border: #ccc solid;
	border-width: 0 1px 1px;
	background: #fff;
	}


.body-text-normal {
font-family: arial, sans-serif;
font-size: 11.0pt;
font-style: normal;
}

.body-text-normal2 {
font-family: arial, sans-serif;
font-size: 10.0pt;
font-style: normal;
line-height: 150%;
}

.heading {
font-family: arial, sans-serif;
font-size: 14.0pt;
font-style: italic;
font-weight: 700;
}

.narrow_line_spacing {
font-family: arial, sans-serif;
font-size: 5.0pt;
font-style: normal;
line-height: 100%;
}

