body {
	background: #8cc63e url(/images/bg.jpg) repeat left top;
	margin: 0px;
	text-align: center;
	vertical-align: top;
}
img {
	border: none;
}
img.bordered {
	border: #dcdcdc 1px solid;
}
td {
	font: 12px arial;
	color: #000;

}
h1 {
	text-align: left;
	font: 18px arial;
	color: #ae025c;
	font-weight: bold;
	border-bottom: #ae025c 1px dotted;
}
h3 {
	font: 16px arial;
	margin: 10px 0px;
	font-weight: bold;
	text-decoration: underline;
}
h4 {
	background-color: #e45302;
	font: 14px arial;
	color: FFF;
	text-align: center;
	padding: 5px;
	font-weight: bold;

}
h5 {
	font: 12px arial;
	margin: 0px;
	text-transform: uppercase;
	font-weight: bold;
}
a:link {
	color: #314396;
	text-decoration: none;
}
a:visited {
	color: #314396;
	text-decoration: none;
}
a:hover {
	color: #314396;
	text-decoration: underline;
}
.frame {
	background-color: #FFF;
	border: #431e01 1px solid;
}
.column {
	vertical-align: top;
	font: 11px arial;
	text-align: center;
	padding: 10px 0px 50px;
}
.content {
	vertical-align: top;
	padding: 15px 50px 70px 20px;
	background: #FFF url(/images/bg-td.jpg) no-repeat left top;
	border-left: #f3f3f3 2px solid;
	text-align: justify;
}
.recl {
	padding: 0px 15px 30px;
	text-align: justify;
}
.footer {
	background: #004d49 url(/images/bg-footer.gif) repeat-x left top;
	font: 11px arial;
	color: #FFF;
	font-weight: bold;
	padding: 15px 0px;
	text-align: center;
}
.footer a:link {
	color: #4fc9d4;
	text-decoration: underline;
}
.footer a:visited {
	color: #4fc9d4;
	text-decoration: underline;
}
.footer a:hover {
	color: #4fc9d4;
	text-decoration: underline;
}
.recl {
	text-align: left;
	padding: 0px 10px;
	line-height: 20px;
}
div.diary {
	background-color: #fec212;
	text-align: center;
	margin: 10px;	
	padding: 5px;
}
/*
	Id's
*/
#price {
	margin: 0px;
}
#price td {
	font: 11px arial;
	
}