/* CSS Document */

html {
	height: 101%;
}
body {
	margin: 0px;
	padding: 0px;
	height: 101%;
	background-color: #F1F1F1;
}
div.body {
	background-image: url("../images/page-base.png");
	background-position: center;
	background-repeat: repeat-y;
	background-color: #F1F1F1;
}
div.page {
	width: 647px;
	background-color: #FFFFFF;
}
div.foot-menu {
	font-size: 10px;
	color: gray;
}
div.foot-menu a {
	font-size: 10px;
	color: gray;
	text-transform: uppercase;
}
div.foot {
	width: 647px;
	background-color: white;
	padding-bottom: 10px;
}
td, th, div, p, span, input, textarea, select {
	font-family: sans-serif;
	cursor: default;
	font-size: 12px;
}
p {
	margin-top: 0px;
}
a {
	font-family: sans-serif;
}
h1 {
	font-family: sans-serif;
	font-size: 20px;
	font-weight: normal;
	margin: 0px;
	margin-bottom: 10px;
	padding: 0px;
	color: #A01B1B;
}
h2 {
	font-family: sans-serif;
	font-size: 16px;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	color: #233C87;
}
h3 {
	font-family: sans-serif;
	font-size: 14px;
	font-style: italic;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	margin-bottom: 10px;
	color: #999999;
}