@charset "utf-8";

html {
	overflow-y: scroll;
	overflow: -moz-scrollbars-vertical;	
	height:100%;	
}

body,td,th, div{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#998675;

}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;	
	background-color:#ffffff;
}

a{
	color:#f26522;
	text-decoration:none;
}

a:hover{
	color:#b23a00;
	text-decoration:underline;
}

.sitemap{
	color:#998675;
	text-decoration:none;
}

.sitemap:hover{
	color:#f26522;
	text-decoration:underline;
}

.title1{
	color:#5c0000;
	font-weight:bold;
	padding-left:2px;
}
