@charset "utf-8";
/* CSS Document */


/* Bodily Issues */
body {
	background-image: url(images/BG.gif);
	background-repeat: repeat;
}

/* All Hyperlinks */
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #663300;
}
a:visited {
	color: #663300;
	text-decoration: none;
}
a:hover {
	color: #00AAE1;
	text-decoration: none;
}
a:active {
	color: #663300;
	text-decoration: none;
}
a:link {
	text-decoration: none;
}
.style15 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #00ADE2;
}

/* nav dividers */
.style1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-left: 10px;
	padding-right: 10px;
}

.style2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #660000;
}

/*For DIV layer*/

#display {
	width:440px;
	height:360px;
	overflow:auto;
	text-align:left;
	border:0px solid black;
	margin-top: 10px;
	scrollbar-face-color: #F5F7BF;
	scrollbar-arrow-color: #996600;
	scrollbar-shadow-color: #FFF;
	scrollbar-base-color: #FFF;
	scrollbar-dark-shadow-color: #FFF;
}

/* unordered list */
.style17 {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color:#663300
}

/* ordered list */
.style16 {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color:#663300
}

/* content header */
.style7 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #989920;
	font-weight: bold;

/* margin horizontal */

.style8 {
	color: #989920
}

