html {
	overflow-Y: scroll;
}
body {
	min-height: 100%;
	margin: 0px;
	margin-top: 5px;
	background: #41434e url('/layout/body.gif') repeat-x;
	color: #000000;
	font: 0.652em Verdana, Arial, helvetica, sans-serif;
}
body a{
	text-decoration: none;
	font-weight: bold;
	color: #c9252c;
}
body a:hover {
	color: #000000;
}
table {
	border: 0px none;
	border-collapse: collapse;
}
td {
	border: 0px none;
	border-collapse: collapse;
	padding: 2px;
}
img {
	border: 0px none;
}
form {
	margin: 0px;
}
input, select {
	font: 1.1em Verdana, Arial, helvetica, sans-serif;
	border: 1px solid #cccccc;
}
select {
	width: 164px;
}
textarea {
	font: 1.1em Verdana, Arial, helvetica, sans-serif;
	width: 164px;
	height: 60px;
	border: 1px solid #cccccc;
}
div {
	overflow: hidden;
}
p {
	margin-top: 6px;
	margin-bottom: 6px;
}
h1 {
	font-size: 1.4em;
	color: #4a4c57;
	margin: 0px;
}
h2 {
	font-size: 1.1em;
	color: #c9252c;
	margin: 0px;
}
h3 {
	font-size: 1.1em;
	color: #000000;
	margin: 0px;
}