/* MAIN STYLES */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color:#FFFFFF
}

body,td,th {
	font-family:"Palatino Linotype", Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-variant: small-caps;
	font-color: #000000;
	font-weight:normal;
}

a:link {
	color: #39321f;
	text-decoration: none
}
a:visited {
	color: #39321f;
	text-decoration: none
}
a:hover {
	color: #ada29b;
	text-decoration: none
}
a:active {
	color: #39321f;
	text-decoration: none
}

/* GRADIENTS */
.vineTop {
background:   url("../images/layout/vineBg_top.gif") left top repeat-x
}
.vineBot {
background:   url("../images/layout/vineBg_bot.gif") left top repeat-x
}

/* DROP SHADOWS AROUND BODY of PAGE */
.shadowLeft {
background:  url("../images/layout/shadow_left.gif") right top repeat-y
}

.shadowRight {
background:  url("../images/layout/shadow_right.gif") left top repeat-y
}

.shadowBot {
background:  url("../images/layout/shadow_bot.gif") left top repeat-x
}

.bgTop {
background:  url("../images/layout/bg_top.gif") left top repeat-x
}

/* DISPLAYS and HIDES TABLE*/
.expandCollapse {
position:absolute; 
margin-left:10px; 
margin-top:10px; 
filter:alpha(opacity=50);/*SUPPORTS INTERNET EXPLORER*/
-moz-opacity:.50;/*SUPPORTS MOZILLA (version 1.6 and below)*/
opacity:.50;/*SUPPORTS SAFARI and FIREFOX*/
}

/* IMAGE PRELOADER */
.preload { 
display: block; 
background: #fff url("../images/layout/loading.gif") no-repeat 50% 50%; 
}


/* TYPE STYLES */
.txtMini {
	font-family:"Palatino Linotype", Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	font-variant:normal;
	font-weight: normal;
	font-color: #cccc99;
	line-height: 10px;
	color: #968F78;
}

.txtSmall {
	font-family:"Palatino Linotype", Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-variant:small-caps;
	font-weight: normal;
	font-color: #cccc99;
	line-height: 12px;
	color: #968F78;
}