body {
	font-family: Arial, Helvetica, sans-serif;
}
td {
	font-family: Arial, Helvetica, sans-serif;
}
th {
	font-family: Arial, Helvetica, sans-serif;
}
.container {
	width: 1024px;
	margin: auto;
}
.header {
	height: 197px;
}
.buttons {
	height: 37px;
}
.container .buttons .button {
	height: 37px;
	width: 200px;
}
.subbuttons {
	height: 24px;
	background-image: url(media/layout/buttonbar2bg.jpg);
}
.content {
	background-image: url(media/layout/background.png);
	padding-top: 10px;
	padding-left: 40px;
	padding-right: 40px;
	padding-bottom: 10px;
	font-size: 14px;
	overflow: inherit;
	height: 500px;
}
.footer {
	height: 40px;
	background-image: url(media/layout/footer3.jpg);
	text-align: center;
	background-position: bottom;
	font-size: 12px;
	font-weight: bolder;
}
.container .buttons .left {
	height: 37px;
	width: 37px;
}
.container .buttons .right {
	height: 37px;
	width: 37px;
}
h1 {
	font-size: 24px;
	font-weight: bold;
	color: 53ac30;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
} 
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration: underline;
}  
p  {
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	line-height: 14px;
	font-family: Arial, Helvetica, sans-serif;
}

