/* CSS Document */

* {
	margin: 0;
	padding: 0;
}
html {font-size: 100.01%; }
body {
	background-image: url();
	background-repeat: repeat-x;
	background-color: #FFF8F3;
	scrollbar-base-color:FFEAD5; 
	scrollbar-track-color:FFEAD5; 
	scrollbar-face-color:FFEAD5;
	scrollbar-highlight-color:EE7F12;
	scrollbar-3d-light-color:EE7F12;
	scrollbar-dark-shadow-color:FFEAD5;
	scrollbar-shadow-color:EE7F12;
	scrollbar-arrow-color:4F3321;
	margin-left: 1em;
	margin-top: 1em;
}

img { border:2px solid #4F3321;}

body,td,th {
	font-family: Times New Roman; 
	font-size: 14px;
	color: #4F3321;
}
a:link {
	color: #4F3321;
	text-decoration: underline ;
	}
a:visited {
	color: #4F3321;
	text-decoration:underline ;
}
a:hover {
	color: #EE7F12;
	text-decoration:underline ;
}
a:active {
	color: #EE7F12;
	text-decoration:underline ;
}
.style2 {color: #5E3C28;
	font-size: 20px;
	font-weight: bold;
	font-style:italic;}
.style3 {
	color: #5E3C28;
	font-size: 15px;
	font-weight: bold;
}
.style5 {color: #5E3C28; font-size: 14px; }
.style6 {color: #5E3C28; font-size: 12px; font-weight: bold; }



