﻿body, table, input, textarea, select, button
{
	font-family: Leelawadee, "Segoe UI", Verdana;
	font-size: 10pt;
}

body
{
	background-color: White;
	color: #4B4B4B;
}

a, a:visited, a:active
{
	color: #A0702C;
	text-decoration: none;
}

a:hover
{
	color: #4B4B4B;
	text-decoration: underline;
}

.maincontent
{
    background: Black url(bg.jpg) no-repeat;
    width:960px;
    height:500px;
    margin: auto;
}

.maincontent .content
{
    padding: 15px 10px 35px 260px;
}

.maincontent .content h2
{
    font-size: 24pt;
	color: black;
	margin-bottom: 0px;
}
.maincontent .content .longcontent
{
	padding-right: 10px;
	height: 340px;
	overflow-y: scroll;
	overflow-x: hidden;

}

.checkoutcontent
{
	height: 292px;
}

.contextcontent
{
	background: transparent url('Decoration/transparentwhite.png');
	padding: 10px;
	margin: 15px;
}

.wizardnav
{
	background: transparent url('Decoration/transparentwhite.png');
	padding: 5px;
}


.subcontent
{
    width:850px;
    font-size: 8pt;
    margin: auto;   
    padding: 0px 0px 0px 110px;
    position: relative;
    top: -19px;   
    color: White;  	
}

.subcontent a, .subcontent a:visited, .subcontent a:active
{
	color: #CCA6A6; 
	text-decoration: none;
}

.subcontent a:hover
{
	text-decoration: underline;
	padding: 2px 0px 0px 0px;
}

.grandTotal
{
	color: Green;
	font-size: 24pt;
	font-weight: bold;
}
            