body {
	overflow-x : auto;
	overflow-y : auto;
	color : Black;
	margin : 10px;
	font-family : Times;
}

body.images {
	overflow-x:auto;
	overflow-y:hidden;
	margin : 0px;
}

body.top {
	background : url("../images/bg.gif");
	background-attachment: fixed;
	margin : 10px;
}

body.bottom {
	background : url("../images/bg.gif");
	background-attachment: fixed;
	margin-top : 0px;
}

.biotext {
	font-family : Times;
	font-size: 13px;
	line-height: 14px;
}

.space {
    height: 0px;
    font-size: 0px;
	line-height: 11px;
}

td.divide {
	background-image: url("../images/divide.gif");
	background-attachment: fixed;
}

h2 {
	margin : 0px;
	font-family : Times;
	font-weight : bold;
	font-size : 16px;
}

.linkon {
	color: #990000;
}

a.bottom {
	color : black;
	font-family : Times;
	font-size : 20px;
	text-decoration : none;
	font-weight : bold;
}
a.contact {
	color : red;
	font-family : Times;
	font-size : 20px;
	text-decoration : none;
	font-weight : bold;
}
a:hover {
	color : #006633;

}
a:active {
	color : #990000;
}
