html { 	height:100%; } 

body { 	height: 100%;
		max-height: 100%;
		background-color: #FFFFFF;
		margin-left: 0px;
		margin-top: 0px;
		margin-right: 0px;
		margin-bottom: 0px;}

.text {
	color: #848442;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}

A:link {
	text-decoration: underline;
	color: #848442;
}
A:visited {
	text-decoration: underline;
	color: #848442;
}
A:active {
	text-decoration: underline;
	color: #848442;
}
A:hover {
	text-decoration: underline;
	color: #626231;
}

.textbold {
	color: #505050;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold
}
					
.calypso {text-decoration: none; color: #AAA69D; font-family:Arial, Helvetica, sans-serif; font-size:11px;}
.calypso A:link {text-decoration: none; color: #AAA69D;}
.calypso A:visited {text-decoration: none; color: #AAA69D;}
.calypso A:active {text-decoration: none; color: #AAA69D;}
.calypso A:hover {text-decoration: underline; color: #5A5054;}

.textsmall {
	color: #919191;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
}
