BODY
{
	background-color: #FFF5E3;
	font-family: "verdana";
	font-size: 12px;
	line-height: 17px;
	color: black;
    scrollbar-face-color: white; 
    scrollbar-shadow-color: black; 
    scrollbar-highlight-color: white; 
    scrollbar-3dlight-color: black; 
    scrollbar-darkshadow-color: white; 
    scrollbar-track-color: white; 
    scrollbar-arrow-color: black;
	margin: 0 0 0 0;
}

H2
{
	font-family: "georgia";
	font-weight: normal;
	font-size: 20px;
	line-height: 20px;
	color: #FB8431;
}

H3
{
	font-family:"georgia";
	font-weight: normal;
	font-size: 16px;
	line-height: 16px;
	color: #A44B0D;
} 

.container
{
	background-color: white;
	background-image: url(gfx/bg.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	width: 750px;
	margin: 10px 0 0px 0;
	border: 1px solid #D79D74;
	padding: 18px;
} 

.footer
{
	background-color: #989864;
	width: 788px;
	margin: 0 0 10px 0;
	border: 1px solid #989864;
	padding: 0px;
	font-family: "verdana";
	font-weight: bold;
	font-size: 10px;
	line-height: 15px;
	color: white;
	text-align: left;
} 

.head
{
	height: 150px;
	text-align: left;
} 

.nav
{
	display: block;
	width: 150px;
	background-color: white;
	font-family: "verdana";
	font-size: 10px;
	line-height: 15px;
	color: black;
} 

A.nav-item, A:visited.nav-item
{
	display: block;
	font-family: "verdana";
	font-size: 12px;
	line-height: 17px;
	color: #FB8431;
	text-decoration: none;
}

A:hover.nav-item
{
	display: block;
	font-family: "verdana";
	font-size: 12px;
	line-height: 17px;
	color: #FB8431;
	text-decoration: underline;
}

A.subnav-item, A:visited.subnav-item
{
	display: block;
	width: 100px;
	background-color: white;
	font-family: "verdana";
	font-size: 12px;
	line-height: 17px;
	color: #FB8431;
	text-decoration: none;
}

A:hover.subnav-item
{
	display: block;
	width: 100px;
	background-color: white;
	font-family: "verdana";
	font-size: 12px;
	line-height: 17px;
	color: #FB8431;
	text-decoration: underline;
}

.payoff
{
	font-family: "verdana";
	font-size: 9px;
	line-height: 10px;
	color: #ACACAC;
}

.content
{
	font-family: "verdana";
	font-size: 12px;
	line-height: 17px;
	color: black;
	width: 600px;
} 

TD
{
	font-family: "verdana";
	font-size: 12px;
	line-height: 17px;
	color: black;
} 

TD.tab
{
	font-family: "verdana";
	font-size: 10px;
	line-height: 13px;
	color: black;
	padding-right: 8px;
} 

TD.tab-big
{
	font-family: "verdana";
	font-weight: bold;
	font-size: 12px;
	line-height: 17px;
	color: black;
} 

.right
{
	font-family: "verdana";
	font-size: 10px;
	line-height: 13px;
	color: black;
	width: 220px;
	margin-top: 20px;
	margin-bottom: 16px;
	margin-left: 16px;
	margin-right: 32px;
} 

A, A:visited
{
    font-family: "verdana";
    text-decoration: none;
    color: #FB8431;
}

A:hover
{
    font-family:"verdana";
    text-decoration: none;
    color: #A44B0D;
}

IMG.border
{
	border: 1px solid #A44B0D;
} 

input.big
{
	background-color: #E6EDF2;
	border-color: black;
	border-width: 1;
	width: 300px;
	font-family: verdana;
	font-size: 11px;
	line-height: 18px;
	color: #A44B0D;
}

input.small
{
	background-color: #E6EDF2;
	border-color: black;
	border-width: 1;
	width: 80px;
	font-family: verdana;
	font-size: 11px;
	line-height: 18px;
	color: #A44B0D;
}

select.small
{
	background-color: #E6EDF2;
	border-color: black;
	border-width: 1;
	width: 95px;
	font-family: verdana;
	font-size: 11px;
	line-height: 18px;
	color: #A44B0D;
}

UL
{
	list-style-position: outside;
	margin-left: 16px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}

LI
{
	list-style-image : url(gfx/bullet.jpg);
}
