﻿/* ----------events.css------------------------ */
/* CSS layout */
#container {
	background: url(http://www.furnacepros.com/images/content-bg.gif) repeat-y;
	width: 928px;
	min-height: 500px;
	height: auto !important;
}
#para_scroll {
	height: auto;
	width: 705px;
	overflow: inherit;
}
.buttonrt {
	padding: 10px 10px 0px 25px;
	text-decoration: none;
	font-size: small;
	font-weight: bold;
	color: #498DBE;
	text-align: right;
}
.titlesection {
	padding: 10px 10px 10px 25px;
	margin: 0px,10px,10px,10px;
	color: #0099FF;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: large;
}
.titlesectionlft {
	padding: 0px 10px 10px 0px;
	margin: 10px,10px,10px,10px;
	color: #666699;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: x-large;
}
.titlepar {
	padding: 10px 10px 0px 25px;
	text-decoration: none;
	font-size: small;
	font-weight: bold;
	color: #498DBE;
}
.titletxt {
	text-decoration: none;
	font-size: small;
	font-weight: bold;
	color: gray;
}
p.ptxt {
	padding: 5px 10px 10px 25px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-variant: normal;
	font-size: small;
	font-weight: normal;
	font-style: normal;
	line-height: 20px;
	color:#666;
}
.img1 {
	border-width: 4px;
	margin: 2px 4px 2px 4px;
	padding: 10px 14px 10px 14px;
}
.img2 {
	text-align: center;
}
.img3 {
	border-width: 0;
	margin: 4px 6px 4px 6px;
	padding: 2px 2px 2px 2px;
}


.caption1 {
	padding: 5px 5px 10px 5px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-variant: normal;
	font-size: small;
	font-weight: normal;
	font-style: normal;
	text-align: center;
	color: black;
}
.tablefmt {
	border: 2px groove #CCCCCC;
}
th {
	font-size: x-small;
	padding: 6px 8px 4px 8px;
	color: black;
	text-align: left;
	vertical-align: bottom;
	border-bottom: 1px #CCCCCC groove;
}
td {
	table-layout: inherit;
	padding: 8px;
	font-size: small;
	color: black;
	text-align: left;
	vertical-align: top;
	border-top: 1px #CCCCCC groove;
	border-bottom: 1px #CCCCCC groove;
	margin-bottom: 3px;
	vertical-align: top;
}

