body {
	font-family: "Trebuchet MS", Tahoma, Arial, sans-serif;
	font-size: 9pt;
	text-transform: lowercase;
	background-attachment: fixed;
	background-color: #000000;
	background-image: url(images/bkgd.gif);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0px;
}

.tbl a {
	width:100%;
	padding: 3px;
	background-color: transparent;
	text-align: left;
	display:block;
	text-decoration: none;
	color:#629740;
	font-size: 10pt;
	font-weight:bold;
	letter-spacing: 3px;
	border-bottom: 1px;
	border-bottom-color: #629740;
	border-bottom-style: dotted;
}
.tbl a:hover {
	text-decoration: none;
	background-color: #141414;
	color: #FFFFFF;
}


a {
	color: #659941;
	text-decoration: none;
}	

a:hover {
	color: #8cb93f;
	text-decoration: underline;
}

h1 {
	font-family: 'Damion', arial, serif;
	font-size: 20pt;
	color: #629740;
}

h2 {
	font-family: "Trebuchet MS", Tahoma, Arial, sans-serif;
	font-size: 10.5pt;
	color: #629740;
	letter-spacing: 1px;
	text-transform: lowercase;
}

.white_text {
	color: #ffffff;
	font-size: 8pt;
	letter-spacing: 3px;
}

.grey_text {
	color: #999999;
	font-size: 8pt;
	letter-spacing: 3px;
}	

.large_white_text {
	font-size: 10pt;
	color: #ffffff;
}

.border {
	border-width: 1px;
	border-color: #000000;
	border-style: solid;
}

.border_bottom {
	border-bottom-color: #659941;
	border-bottom-style: dotted;
	border-bottom-width: 2px;
}	

.large_red_text {
	font-size: 12pt;
	color: #b61014;
	font-weight: bold;
	font-style: italic;
}

.stepcarousel{
position: relative; /*leave this value alone*/
border-left: 10px solid white;
border-right: 10px solid white;
overflow: scroll; /*leave this value alone*/
width: 600px; /*Width of Carousel Viewer itself*/
height: 450px; /*Height should enough to fit largest content's height*/
}

.stepcarousel .belt{
position: absolute; /*leave this value alone*/
left: 0;
top: 0;
}

.stepcarousel .panel{
float: left; /*leave this value alone*/
overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
margin: 0px; /*margin around each panel*/
width: 600px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
}
