/* CSS Document */
html, body {
	margin:0;
	padding:0;
	height:100%;
	background-color: #CCCCCC;
	background-image: url(pix/backart_ye.jpg);
	background-repeat: repeat;
	background-position: left top;
	background-attachment: scroll;
	
/* Black */

}
.black {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	line-height: 14px;
	font-weight: normal;
	color: #000000;
}	
.blackbold {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	line-height: 14px;
	font-weight: bold;
	color: #000000;
}
.blackbg {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	line-height: 14px;
	font-weight: normal;
	color: #000000;
	background-color: #F8D19F;
}	
.blackboldbg {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	line-height: 14px;
	font-weight: bold;
	color: #000000;
	background-color: #F8D19F;
}
	
/* White */
	
.white {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	line-height: 14px;
	font-weight: normal;
	color: #FFFFFF;
}
.whitebold {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	line-height: 14px;
	font-weight: bold;
	color: #FFFFFF;
}
.whitebg {
	font-family: Georgia, "Times New Roman", Times, serif;;
	font-size: 11px;
	line-height: 14px;
	font-weight: normal;
	color: #FFFFFF;
	background-color: #FF9900;
}	
.whiteboldbg {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	line-height: 14px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #FF9900;
}


/* Orange */


.orange {
	font-family: Georgia, "Times New Roman", Times, serif;;
	font-size: 11px;
	line-height: 14px;
	font-weight: normal;
	color: #FF9900;
}
.orangebold {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	line-height: 14px;
	font-weight: bold;
	color: #000000;
}
.orangebg {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	line-height: 14px;
	font-weight: normal;
	color: #000000;
	background-color: #996600;
}
.orangeboldbg {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	line-height: 14px;
	font-weight: bold;
	color: #000000;
	background-color: #996600;
}

/* Brown */

	
.brown {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	line-height: 14px;
	font-weight: normal;
	color: #996600;
}
.brownbold {
	font-family: Georgia, "Times New Roman", Times, serif;;
	font-size: 11px;
	line-height: 14px;
	font-weight: bold;
	color: #996600;
}
.brownbg {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	line-height: 14px;
	font-weight: normal;
	color: #996600;
	background-color: #ffffff;
}
.brownboldbg {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	line-height: 14px;
	font-weight: bold;
	color: #996600;
	background-color: #ffffff;
}

/* Orangeback */

.orangebackwh {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	line-height: 14px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #F8B003;
}
.orangebackbl {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	line-height: 14px;
	font-weight: bold;
	color: #000000;
	background-color: #F8B003;
}

/* Links */

a:link {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	line-height: 14px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	
}
a:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	line-height: 14px;
	font-weight: normal;
	color: #FF9900;
	text-decoration: underline;
	
}
a:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	line-height: 14px;
	font-weight: normal;
	color: #FF9900;
	text-decoration: none;
}
a:active {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	line-height: 14px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: underline;

/* Layer */

/*}
#Layer3 {
	background-image:url(images/base/stripe_test.gif);
	position:absolute;
	left:549px;
	top:3px;
	width:50px;
	height:800px;
	z-index:8;
	float:left;
	filter:alpha(opacity=50);
	-moz-opacity:.50;
	opacity:.50;
	background-repeat: no-repeat;
}*/
