body {
	margin: 0px;
	padding: 0px;
	background-color: #fff;
	font-family: "Tahoma", Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: left;
}

h1 {
	font-size: 16px;
	color: #2859a6;
	margin-bottom: 4px;
	font-weight: bold;
}

h2 {
	font-size: 14px;
	margin-top: 0px;
	margin-bottom: 5px;
	font-weight: bold;
}

h2.spec {
	padding-left: 4px;
}

h3 {
	font-size: 14px;
	margin-top: 0px;
	margin-bottom: 5px;
	font-weight: normal;
}

h4 {
	font-size: 14px;
	margin-top: 20px;
	margin-bottom: 0px;
	font-weight: bold;
}

p {
	color: #000;
	margin: 10px 0px 0px 0px;
	text-align: justify;
	font-size: 14px;
}

p.caption {
	color: #000;
	margin: 5px 0px 0px 0px;
	font-size: 12px;
}

td {
	vertical-align: top;
	text-align: left;
}

th {
	vertical-align: top;
	text-align: left;
}

#leftmenu {
	background-color: #b8c8e2;
	color: #fff;
	font-size: 14px;
	padding: 20px 5px 0px 5px;
	width: 110px;
}

#leftmenu ul, #leftmenu li {
	text-align: right;
	list-style-type: none;
	padding: 0px 0px 25px 0px;
	margin: 0px;
}

#maincontent {
	padding: 0px 100px 6px 40px;
}

#front {
	padding: 10px 10px 0px 10px;
}

#maincontent table {
	margin: 10px 0px 10px 0px;	
	vertical-align: top;
	text-align: center;
}

#maincontent li {
	font-size: 13px;
}

#maincontent img {
	margin: 10px 10px 0px 0px;
}

#big {
	padding-top: 20px;
}

.spec {
	width: 500px;
}

.spec td {
	background-color: #fff;
	border: solid 1px #b8c8e2;
	padding: 3px;
	font-size: 13px;
	width: 50%;
}

.spec th {
	background-color: #b8c8e2;
	color: #fff;
	padding: 3px;
	font-size: 13px;
	width: 50%;
}

.spec a:link {
	color: #000;
	text-decoration: none;
	font-weight: normal;
}

.spec a:visited {
	color: #000;
	text-decoration: none;
	font-weight: bold;
}

.spec a:hover {
	color: #000;
	text-decoration: underline;
	font-weight: normal;
}

.spec a:active {
	color: #000;
	text-decoration: none;
	font-weight: normal;
}

a:link {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}

a:visited {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #fff;
	text-decoration: underline;
	font-weight: bold;
}

a:active {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}

#tiles img {
	float: left;
}

#tiles td {
	padding-bottom: 10px;
	padding-right: 5px;
	background-color: #fff;
	border: none;
	text-align: left;
}

.noborder {
	border: none;
}

#tiles p {
	font-weight: bold;
	text-align: left;
}

#tiles h1 {
	margin-top: 20px;
}
