/* CSS Document */
body {
	font-size: 17px;
	margin: 0px;
	font-family: "Bookman Old Style", "Book Antiqua", "Palatino Linotype", Georgia, "Times New Roman", serif;
	background-color: #FFFFFF;
	color: #000000;
	padding: 0px;
	}
#textcolumn {
	position: absolute ;
	left: 100px ;
	width: 70% ;
	top: 0 ;
	padding-top: 25px ;
	margin-left : 45px ;
	}
a:link {
	color:blue;
	text-decoration:underline;
}
a:visited {
	color:purple;
	text-decoration:underline;
}
h1 {
	text-align : center;
	font-family: "Bookman Old Style", "Book Antiqua", "Palatino Linotype", Georgia, "Times New Roman", serif;
	}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.center {
	text-align : center ;
	}
.symbolchar {
	font-family : Symbol ;
	}
h2 {
	font-size: 18px;
	font-family: "Bookman Old Style", "Book Antiqua", Georgia, "Times New Roman", serif;
}