body {
	background-color: #FFFFFF;
    color: #000000;
}

body,td,th {
    font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
}

img {border:none;}

h1 {font-size:120%; font-weight:normal;}
h2 {font-size:110%; font-weight:normal;}

a:link {text-decoration: none; color: #00c;}
a:visited {text-decoration: none; color: #00c;}
a:hover {text-decoration: none; color: #fff; background-color:#99F}
a:active {text-decoration: none; color: #fff; background-color:#99F}

.headline {font-size:120%; font-weight:bold;} 
.subhead {font-size:110%; font-weight:normal;}
.normal {font-size: 100%;}
.smallprint {font-size:90%; font-weight:normal;} 
.tinyprint {font-size:80%; font-weight:normal;}  

.bold {font-size: 110%; font-weight:bold;}

#banner {
	position:relative;
	top: 1px;
	left: 1px;
	height: 140px;
	width: 760px;
}

#contents{
    position:absolute;
	left: 1 px;
	top: 1px;
	width:760px;
}

#indent {
	position: relative;
	margin-left: 2em;
	}

#excerpt {
	position: relative;
	margin-left: 2em;
	line-height:1.35;
	width: 625px;
	}
	
#excerpt p {text-indent: 50px;  
margin-bottom: 4px;
margin-top: 4px;
}

#copy{
	position:relative;
	top: 140 px;
	width: 760px;
}


#footer {
    text-align:center;
	background-color:#FFFFFF
	width : 760px;
	font-size:90%;
	}

#footer a:link {text-decoration: none; color: #66F;}
#footer a:visited {text-decoration: none; color: #66F;}
#footer a:hover {text-decoration: none; color: #fff; background-color:#66F}
#footer a:active {text-decoration: none; color: #fff; background-color:#66F}


