body p {
	font-family: Calibri, Verdana, Arial, Helvetica, sans-serif;
	font-size: 120%;
	line-height: 1.5em;
	color: #000000;
	vertical-align: top;
}

A:LINK, A:VISITED {
	font-family: Calibri, Verdana, Arial, Helvetica, sans-serif;
	color : #C27F1E;
	text-decoration : none;
	font-weight: bold;
	margin: 3px;
	}
A:HOVER {
	background-color : #C27F1E;
	color : #FFF;
}
H1 {
	font-family: Calibri, Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.5em;
	color: #000000;
	vertical-align: top;
	font-size: 150%;
	font-weight: bold;
}
.small {
	font-size: 90%;
	font-weight: normal;
}
.bigbold {
	font-size: 150%;
	font-weight: bold;
	background-color: #FFFAE9;
}
.bulletinside {
	list-style-position: inside;
}
.nopad {
	margin: 0px;
	padding: 0px;
}
.center {
	text-align:center;
}
