body {
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	background-color: #9F7F42;
	background-image: url(../canvas/bg.jpg);
	background-repeat: repeat;
	background-position: left center;
	color:#454545;
}

td {
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	color:#454545;
}

th {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
}

.bodystyle {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
}

.small {
	font-family: "Times New Roman", Times, serif;
	font-size: 9px;
	color:#454545;
}

.medium {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color:#454545;
}

.big {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
}

.xbig {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	color:#454545;
}

.expanded {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	letter-spacing: 2px;
	color:#454545;
}

.justified {
	font-family: "Times New Roman", Times, serif;
	text-align: justify;
}

.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #999999;
}

.box1 {
	padding: 3px;
	border-width: thin;
	border-style: solid;
	border-color: #CCCCCC #666666 #666666 #CCCCCC;
}

.box2 {
	font-style: italic;
	word-spacing: 2pt;
	padding: 3px;
	border-width: thin;
	border-style: solid;
}
a:hover {
	color: #0cf;
}

a:link { color:#333333;
}
a:visited { color:#333333;
}

h1 {
	font-size: 2em;
	color: #a8843c;
}

#container { 
	width: 50%;
	margin: 0 auto;
	text-align: left;
}

.footer123 {
	background-color: #000;
	padding: 0.5em;
}

.leightbox {
	color: #333;
	display: none;
	position: absolute;
	top: 25%;
	left: 25%;
	width: 50%;
	height: 50%;
	padding: 1em;
	border: 1em solid #a8843c;
	background-color: white;
	text-align: left;
	z-index:1001;
	overflow: auto;	
}

#overlay{
	display:none;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:1000;
	background-color:#333;
	-moz-opacity: 0.8;
	opacity:.80;
	filter: alpha(opacity=80);
}

.lightbox[id]{ /* IE6 and below Can't See This */    position:fixed;    }#overlay[id]{ /* IE6 and below Can't See This */    position:fixed;    }