body {
	margin-top : 0px;
	margin-bottom : 0px;
	margin-left : 0px;
	margin-right : 0px;
}

p {
	text-align: justify;
	padding-left: 11px;
	padding-right: 11px;
}

ul {margin-left: 10px; padding-left: 5px;}

.bgrepeat {
	background-repeat : repeat-x;
}

.bgnorepeat {
	background-repeat: no-repeat;
}

H1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #b49137;
	font-weight: bold;
	line-height : 12x;
	TEXT-DECORATION: underline;
}

.default {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #000000;
	font-weight: normal;
	line-height : 13px;
	text-decoration : none;
}

A.default:link {
	COLOR: #000000;
	TEXT-DECORATION: underline;
	font-weight: normal;
}
A.default:visited {
	color: #000000;
	TEXT-DECORATION: underline;
	font-weight: normal;
}
A.default:hover {
	color: #b49137;
	TEXT-DECORATION: underline;
	font-weight: normal;
}
A.default:unhover {
	color: #000000;
	TEXT-DECORATION: underline;
	font-weight: normal;
}

.small {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #b49137;
	font-weight: normal;
	font-style: italic;
	line-height : 11px;
	text-decoration : none;
}

.border {
	border: 3px;
	border-color: #B49137;
	border-style: ridge;
}

.padding {
	padding-left : 7px;
	padding-right : 7px;
}

.paddingw {
	padding-left : 11px;
	padding-right : 11px;
}


.scrollwindow {
	overflow:auto;
	height: 375px;
	width:567px;
	scrollbar-face-color:#C14E14;
	scrollbar-highlight-color:#EBEBEB;
	scrollbar-3dlight-color:#FFFFFF;
	scrollbar-shadow-color:#797971;
	scrollbar-darkshadow-color:#000000;
	scrollbar-track-color:#797971;
	scrollbar-arrow-color:#000000;
	padding-bottom : 0px;
	padding-left : 0px;
	padding-right : 0px;
	padding-top : 0px;
} 

.space{
	font-size: 7px;
	line-height: 7px;
}

