/* elements -------------------------------------------- */
body {
	margin: 0px;
	padding: 0px;
	background-color: #999999;
}
td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #393939;
	line-height:170%;
	text-decoration: none;
}
h1 {
	font-size: 12px;
	color: #393939;
	text-decoration: none;
	font-weight:normal;
	margin:0px;
	padding:0px;
}
h2 {
	font-size: 15px;
	color: #393939;
	text-decoration: none;
	font-weight:bold;
	margin:0px;
	padding:0px;
}
h3 {
	font-size: 15px;
	color: #74674E;
	text-decoration: none;
	font-weight:bold;
	margin:0px;
	padding:0px;
	line-height:170%;
}
h4 {
	font-size: 14px;
	color: #393939;
	text-decoration: none;
	font-weight:bold;
	margin:0px;
	padding:0px;
}
h5 {
	font-size: 13px;
	color: #393939;
	text-decoration: none;
	font-weight:bold;
	margin:0px;
	padding:0px;
}
img {
	margin:0px;
	padding:0px;
	border:0px;
}
hr{
	padding:0px;
	margin : 0px;
	border-bottom-width: 1px;
/*----netscape bug (border)----------*/
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #ebebeb;	
}
strong {
	color: #74674E;
	text-decoration: none;
	font-weight:bold;
}
input {
	font-size: 11px;
	color:#393939;
}

/* links ------------------------------------------------*/
a {
	font-weight: normal;
	color: #74674E;
	text-decoration: underline;
}
a:hover {
	font-weight: normal;
	color: #74674E;
	text-decoration: none;
}
a.sub {
	font-weight: normal;
	color: #74674E;
	text-decoration: none;
}
a.sub:hover {
	font-weight: normal;
	color: #333333;
	text-decoration: none;
}
a.menu{
	font-weight: bold;
	color: #333333;
	text-decoration: none;
	margin:0px 7px 0px 10px;
	padding:0px;
}
a.menu:hover {
	font-weight: bold;
	color: #74674E;
	text-decoration: none;
	margin:0px 7px 0px 10px;
	padding:0px;
}
a.print{
	color: #999999;
	text-decoration: none;
	font-size: 10px;
}
a.print:hover {
	color: #999999;
	text-decoration: underline;
	font-size: 10px;
}
/* classes ------------------------------------------------*/
.grey_text {
	font-size: 11px;
	color: #666666;
	text-decoration: none;
	line-height:140%;
}
.white_hr{
	padding:0px;
	margin : 0px;
	border-bottom-width: 1px;
/*----netscape bug (border)----------*/
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #ffffff;	
}
.bullets {
	color: #666666;
	font-size:10px;
	line-height:140%;
}
.footer {
	font-size: 12px
	color: #333333;
	text-decoration: none;
	font-weight:bold;
}
.brown_text {
	font-size: 11px;
	color: #BCB19A;
	text-decoration: none;
}
.input-textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#393939;
	width:200px;
	height:100px;
}

.complaints {
	padding:0;
	margin:0;
}

.complaints li {
	list-style-position:inside;
	padding:6px 0;
}

/* print ------------------------------------------------*/
.printrestrict {
	visibility: visible;
	left: 0;
}
.printshow {
	visibility: hidden;
	left: 0;
}
.printhide {
	visibility: visible;
	left: 0;
}
.home {
	visibility: visible;
}
