/* CSS Document */

BODY {
background-color:#FFFFFF;
font-family: Verdana, Geneva, sans-serif;
}

hr {
  border: 0;
  height: 1px;
  color: #aaa;
  background-color: #aaa;

}

.doublespacing {
	line-height: 150%;
}

.nodeco {
	text-decoration:none;
}

a:link {
	color: #6666AA;
	text-decoration: none;
}
a:visited {
/*	color: #AA6666; */
	color: #6666AA;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}


.header {
	color: #630;
	font-weight: bold;
	line-height: 150%;
}

.remark {
	padding-left: 50pt;
	font-size: 13px;
	white-space:normal;
}

.px11 {font-size: 11px}
.px12 {font-size: 12px}
.px13 {font-size: 13px}
.px14 {font-size: 14px}
.px16 {font-size: 16px}
.px18 {font-size: 18px}

table.leftbar td.contact {
	padding-top:4px;
	padding-bottom:4px;
	padding-left:2px;
	font-size: 12px;
}

table.leftbar td.menu {
	font-size: 13px;
}

table.mainmenu {
	width:180px;
	border-spacing: 0px;
}

table.mainmenu td.menuitem {
	border-bottom: 2px solid #fff;
	border-top: 2px solid #fff;
	padding-bottom: 2px;
	padding-top: 2px;
	padding-left: 10px;
	padding-right: 2px;
	background-color:#eee;
	text-align:left;
	font-weight:bold;
}

table.bordered {
	border: 1px solid #ccc;
	font-size: 13px;
}

table.bordered td {
	border: 1px solid #eee;
}

