body, td {
	padding: 0px;
	background: white;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	font-family: tahoma, arial;
	font-size: 12px;
	color: black;
	line-height: 1.3em;
}

input, select {
	font-family: Arial;
	font-size: 10px;
}

input.contact, select.contact, textarea.contact {
	font-size: 12px;
	border: 1px solid #606060;
	background: #f0f0f0;
}

ul li {
	margin-left: -25px;
	list-style : square;
	list-style-image: url(/_images/bullet.gif);
	margin-bottom: 7px;
}

ol li {
	margin-left: -15px;
	margin-bottom: 7px;
}

.additionalHeader {
	color: white;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
}

.mainLink {
	color: #336699;
	font-weight: bold;
	font-size: 14px;
	text-decoration: none;
}

.imageDesc {
	font-size: 9px;
	font-weight: bold;
	padding: 10px;
}

A:link, A:visited {
	color: blue;
}
A:hover {
	color: #336699;
}

A:link.mainLink, A:hover.mainLink, A:visited.mainLink {
	color: #336699;
	font-weight: bold;
	font-size: 14px;
	text-decoration: none;
}

A:link.subLink, A:hover.subLink, A:visited.subLink {
	color: black;
	font-size: 11px;
	text-decoration: none;
}

A:link.featureLink, A:hover.featureLink, A:visited.featureLink {
	color: white;
	text-decoration: none;
}

h1 {
	color: navy;
	font-size: 18px;
	font-family: tahoma, arial;
	font-weight: bold;
	margin-bottom: 0px;
	margin-top: 0px;
	line-height: 1.3em;
	letter-spacing: 0.1em;
}

h2 {
	font-size: 13px;
	font-weight: bold;
	color: navy;
	margin-bottom: 10px;
	border-bottom: 1px solid #ccccff;
	letter-spacing: 0.1em;
}

h2.firstPage {
	font-size: 11px;
	font-weight: bold;
	color: #336699;
	margin-bottom: 7px;
	border-bottom: 1px solid #ccccff
}

h3 {
	font-size: 12px;
	font-weight: bold;
	color: #336699;
	margin-bottom: 7px;
	letter-spacing: 0.1em;
}

.intro {
	font-size: 12px;
	font-weight: bold;
	color: #336699;
	margin-bottom: 30px;
	xletter-spacing: 0.1em;
}

.externalLink {
	font-size: 10px;
}

A:link.externalLink, A:visited.externalLink {
	color: #606060;
}

#footer {
	width: 784px;
	clear: both; 
	border-top: 1px solid #808080; 
	color: #336699; 
	font-size: 11px; 
}

.errorMsg {
	color: red;
	font-weight: bold;
}

.readMoreLink {
	float: right;
	text-align: left;
}

.remark {
	color: #808080;
	font-size: 11px;
}

.newsDate {
	color: #808080;
	font-size: 11px;
	text-align: right;
	margin-bottom:10px;
}

.fieldName {
	float: left;
	font-weight: bold;
	width: 70px;
	color: #336699;
}

.fieldInput {
	float: left;
}
