/* CSS Document */

a {
	color:#7e6a34;
}

a:hover {
	/*	font-variant:small-caps;*/
	font-weight:bold;
	color:#615224;
}

body {
	background-color:#F1DBAC;
	top:50px;
}

p {
	color:#342E0B;
	font-family:Georgia, "Times New Roman", Times, serif;
}

td {
	margin:0;
	padding:0;
}


/* LIOLI Classes */

.LIBlockLink a {
	display:block;
	/*	color:#563F0C;*/
	color:#F1DBAC;
	background-color:#000000;
	/*	background-color:#563F0C;*/
	padding:5px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	margin:0;
	text-decoration:none;
}

.LIBlockLink a:hover {
	/*	color:#F1DBACF;*/
	/*	color:#666666;*/
	/*	background-color:#563f0c;*/
	background-color:#ac924e;
	color:#000000;
	font-weight:normal;
}

.LIFooter {
	text-align:center;
	color:#666666;
	font-size:10px;
}

.LIFooterInverseShadow {
	background-image:url(/images/FooterInverseShadow.gif);
	background-color:#F1DBAC;
	background-repeat:repeat-x;
	width:100%;
	height:25px;
}

.LIHeader {
	background-image:url(/images/HeaderBlack.jpg);
	height:160px;
	background-repeat:no-repeat;
}

.LIHeaderShadow {
	height:25px;
	background-image:url(/images/HeaderShadow.gif);
	background-repeat:repeat-x;
}

.LIImageRight {
	float:right;
	margin:0 15px 0 15px;
}

.LIMainTable {
	border-left-width:1px;
	border-right-width:1px;
}

.LIParagraphHeader {
	color:#7e6a34;
	font-family:Georgia, "Times New Roman", Times, serif;
}

.LIParagraphSmall {
	color:#342E0B;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
}

.LIShadow {
	background-color:#F1DBAC;
	background-image:url(/images/ShadowF1DBAC.gif);
	background-repeat:repeat-x;
	width:100%;
	height:25px;
}

.LISmallBlockLink a {
	display:block;
	color:#F1DBAC;
	background-color:#000000;
	padding:2px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:0;
	text-decoration:none;
}

.LISmallBlockLink a:hover {
	background-color:#ac924e;
	color:#000000;
	font-weight:normal;
}

