html {
	height: 100%;
}
body {
	margin: 0;
	padding: 0;
	width: 100%;
	height:auto !important;
	height:100%;
  min-height:100%;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #faf7f3;
	color: #3f3a34;
}	
td {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	vertical-align: top;
}
form {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
p {
		color:#000000;
}
a, a:hover, a:visited {
		color:#000088;
}
td.topline {
		background-color: #dad7d4;
		height: 5px;
}
td.logo1 {
		height: 101px;
		background-image: url('/images/logo1_bg.jpg');
		background-repeat: repeat-x;
}
td.logo2 {
		height: 101px;
		background-image: url('/images/logo2_bg.jpg');
		background-repeat: repeat-x;
		text-align: left;
}
td.logo3 {
		height: 101px;
		background-image: url('/images/logo2_bg.jpg');
		background-repeat: repeat-x;
		text-align: right;
}
td.bottom {
		height: 10px;
		background-image: url('/images/bottom_bg.jpg');
		background-repeat: repeat-x;
}
h2 {
		color: #ec3604;
}
a.title, a.title:hover, a.title:visited {
		color: #ec3604;
		font-size: 18px;
		display: block;
}
a.active, a.active:hover, a.active:visited {
		color: #000;
}
a.no_active, a.no_active:hover, a.no_active:visited {
		color: #ec3705;
}