body {
	background-color: #628477;
	margin-left: 10px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
}


.textcell{
	font-weight : normal;
	font-size : 14px;
	font-family : Georgia,Book Antiqua,Arial,Helvetica;
	
	}
.bkgrd {
	background-image: url(images/bkgrd.jpg);
	background-repeat: no-repeat;
	background-color: #6c99f4;
	border: 3px solid #000066;
	width: 700px;
}


.texttiny{
	font-weight : normal;
	font-size : 12px;
	font-family : Georgia,Book Antiqua,Arial,Helvetica;
	
	}

.text20{
	font-weight : normal;
	font-size : 20px;
	font-family : Helvetica;
	
	}
.textitalic {
	font-weight : bold;
	font-size : 14px;
	font-style: italic;
	font-family : Georgia,Book Antiqua,Arial,Helvetica;
	
	}


	a:link {
	font-weight: bold;
	text-decoration:none;
	
}
	a:visited {
	font-weight: bold;
	text-decoration:none;
	
}
	a:active {
	font-weight: bold;
	text-decoration:underline;
	color: #CC3300;
	
}
	a:hover {
	color:#ffffff;
	text-decoration:underline;
}

