BODY  {
	background-color: #BDC6B6;
	scrollbar-arrow-color: Red;
	scrollbar-track-color: #BDC6B6;
	scrollbar-face-color: #FF8C00;
	scrollbar-highlight-color: #FFCC66;
	scrollbar-shadow-color: #955200;
	scrollbar-3dlight-color: #BDC6B6;
	scrollbar-darkshadow-color: #BDC6B6;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
}

a {
	color: #955200;
	font-size: 11px;
	text-decoration: none;
	margin : 2px;
}

a:visited {
	color: #6A5ACD;
	text-decoration: none;
}

a:hover {
	color: White;
}

a.b {
	font-size: 7px;
	color: #BDC6B6;
}

a.b:visited {
	color: #BDC6B6;
}

a.b:hover {
	color: #BDC6B6;
}

p {
	font-size: 12px;
	margin-left: 25px;
	margin-right: 10px;
}

table {
	width: 99%;
	height: 98%;
	border: 0px;
	font-size: 11px;
}

table.art1 {
	width: 600px;
}

table.art2 {
	width: 400px;
}

form {
	width: 400px;
	height : 400px;
	font-style: italic;
	font-size: 11px;
	text-align : left;
}

input {
	width: 400px;
	height: 20px;
	background-color: #E6EEE3;
	border-top: 1px solid Black;
	border-left: 1px solid Black;
	border-right: 1px solid White;
	border-bottom: 1px solid White;
	font-size: 13px;
	text-align: left;
	padding: 2px;
	margin : 2 0 5 0;
}

textarea {
	width: 400px;
	height: 100px;
	background-color: #E6EEE3;
	border-top: 1px solid Black;
	border-left: 1px solid Black;
	border-right: 1px solid White;
	border-bottom: 1px solid White;
	font-size: 13px;
	text-align: left;
	padding: 2px;
	margin : 2px;
}

img {
	border: 0px;
}

img.a {
	background-color: #ABB2A6;
	border: 1px solid Black;
	border-radius: 15px;
	margin: 5px;
	padding: 15px;
}

img.b {
	background-color: #A8B69E;
	border-top: 1px solid #E4EBE0;
	border-right: 1px solid #636855;
	border-bottom: 1px solid #737964;
	border-left: 1px solid #D5DDD0;
	border-radius: 7px ;
	margin: 5px;
	padding: 0px;
}

img.c {
	height : 18px;
	background-color: #9BA890;
	border-top: 1px solid White;
	border-left: 1px solid White;
	border-right: 1px solid Black;
	border-bottom: 1px solid Black;
	border-radius: 0px;
	margin: 3 0 3 0;
}

img.top {
	background-color : transparent;
	margin: 5 200 350 0;
}

img.for {
	background-color : transparent;
	margin: 5 0 350 200;
}