@charset "utf-8";

body {
        background-image:url(images/back.jpg);
}
.table1 {
	border: 10px ridge #FFCC99;
	background-color: #000000;
}
.table3 {
	background-color: #FFFFcc;
	
}
.td1 {
	background-color: #FFFFcc;
	font-family: Arial;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
}


.brdr {
	background-image:url(images/border.jpg);
	border: 0px none #FFCC99;
	background-color: #000000;
	background-repeat: repeat;
}
	
.shiftcontainer {
	position: relative;
	left: 10px; /*Number should match -left shadow depth below*/
	top: 10px; /*Number should match -top shadow depth below*/
}


.shadowcontainer{
	width: 250px; /* container width*/
	background-color: #999999;
	position: relative;
	height: auto;
	top: 5px;
	bottom: 5px;
}

.shadowcontainer .innerdiv{
	/* Add container height here if desired */
background-color: #FFFFFF;
	border: 1px solid gray;
	padding: 6px;
	position: relative;
	left: -5px; /*shadow depth*/
	top: -5px; /*shadow depth*/
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
}
.foot {
	background-image:url(images/foot.jpg);
	background-repeat: no-repeat;
	background-position: center;
	border-top-width: 2px;
	border-right-width: 0px;
	border-bottom-width: 2px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
.glossymenu{
    margin: 10px
	padding: 10px;
	width: 140px;
	border: 1px solid #9A9A9A;
	margin: 10px;
	left: 10px;
	top: 10px;
	right: 10px;
	bottom: 10px;
	list-style-type: none;
	padding: 10px;
	clear: none;
	float: none;
	list-style-image: none;
	position: relative;
	color: #000000;
	background-color: #FFFFFF;
	background-position: center center;
}

.glossymenu li a{
	background: white url(images/glossyback.jpg) repeat-x bottom left;
	font: bold 13px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
	color: #000000;
	display: block;
	width: auto;
	padding: 3px 0;
	padding-left: 10px;
	text-decoration: none;

}


* html .glossymenu li a{ /*IE only. Actual menu width minus left padding of A element (10px) */
width: 130px;
}

.glossymenu li a:visited, .glossymenu li a:active{
	color: #000000;
}

.glossymenu li a:hover{
	background-image: url(images/glossyback2.jpg);
	color: #000000;
}
.style18 {
	font-size: 18px;
	color: #000000;
}
.style19 {
	font-size: 24px;
	font-weight: bold;
}
.style20 {
	color: #FFFFFF;
	font-size: 16px;
	font-weight: normal;
}
.style22 {
	color: #FFFFFF;
	font-size: 18px;
	font-weight: bold;
}
.div {
	background-color: #FFefd8;
	width: auto;
	border: 10px solid #FFFFFF;
	font-size: 16px;
	font-weight: normal;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	display: block;
	position: relative;
}
