﻿a:link {
	color: #5c3011;
	text-decoration: none;
}
a:visited {
	color: #5c3011;
	text-decoration: none;
}
a:hover {
	color: #5c3011;
	text-decoration: underline;
}
a:active {
	color: #5c3011;
	text-decoration: none;
}
body,html {
	height:100%;
	margin: 0px;
	background-color: #ffffff;
}
td,th,body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #5c3011;
	line-height: 22px;
}
p {
	margin-top:0px;	
	margin-bottom:16px;
}
li{
	list-style-image:url(images/square_small.gif);
	margin-top:5px;
}
ul{
	padding-left:0px !important; /* firefox*/
	margin-left:18px;
}
a img{
	border: 0px solid #000000;
}
map,form{ margin:0px}
.clear{ clear:both}
.justify{
	text-align:justify; text-justify: inter-ideograph;
}
.cursor{ cursor:pointer; }