/* basic structure */
body {
	text-align: center;
	background-color: #F5FFD2;
	color: #000000;
	font-family: georgia, Georgia;
	font-size: 12pt;
	background-position: center 0px;  
	background-repeat: no-repeat;
}

#page {
	height: 100%;
	width: 680px;
	text-align:left;
}

img {
	border: 0px;
}

.grounded{
	background-image: url("images/bkg.gif");
}

.centered {
	text-align:center;
}

.title {
	font-size: 12pt;
	font-weight:bold;
}

.titler {
	font-size: 10pt;
	font-weight:bold;
}

.fronttext {
	text-align:left;
	margin-left:10px;
}

.imgsmall {
	margin-right:10px;
}

.bodytext {
	font-family: georgia, Georgia;
	font-size: 10pt;
}

a:link, a:visited {
	color: #6b9226;
	text-decoration: none;
}

/*a:hover {
	color: #3B4F18;
	text-decoration: underline;
}*/
