body {
	margin: 0;
	padding: 0;
	text-align: center; 
	color: #61564b;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #c7d3cf;
	background-image: url(../images/bg.jpg);
}
.tricarico #container {
	width: 900px;
	background: #FFFFFF;
	margin: 0 auto;
	border: 1px solid #005c3a;
	text-align: left;
}
.tricarico #header {
	background: #FFFFFF;
	padding: 10px;
}
.tricarico #buttons {
	background: #99beb0;
	text-align: left;
	padding-top: 6px;
	padding-right: 15px;
	padding-bottom: 6px;
	padding-left: 25px;
	word-spacing: 3px;
}
.tricarico #subheader {
	padding: 0;
	border-top-width: 1px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #99beb0;
	background-color: #99beb0;
}
.tricarico #mainContent {
	background: #FFFFFF;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 25px;
	line-height: 17px;
	word-spacing: 2px;
}
.tricarico #footer {
	background:#99beb0;
	text-align: center;
	padding: 1px;
}
h1 {
	font-size: 24px;
}
h2 {
	font-size: 15px;
	color: #005c3a;
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #E5E5E5;
}
a:hover {
	text-decoration: underline;
	color: #045B39;
}
a:active {
	text-decoration: none;
	color: #045B39;
}
a.button:link {
	color: #045B39;
	text-decoration: none;
}
a.button:visited {
	text-decoration: none;
	color: #99beb0;
}
a.button:hover {
	text-decoration: underline;
	color: #78b35a;
}
a.button:active {
	text-decoration: none;
	color: #99beb0;
}
a {
	font-weight: bold;
}
.button_small {
	font-size: 10px;
	word-spacing: 3px;
}
.byline {
	font-size: 10px;
}
.text {
	color: #900;
	font-weight: bold;
}
.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
