/* CSS Document */

body,td,th {
	font-family: "Lucida Sans Unicode", "Trebuchet MS", Arial, sans-serif;
	font-size: 12px;
	color: 546268;
	line-height: 1.2em;
	text-align:justify;
}
.copyright {
	font-family: "Lucida Sans Unicode", "Trebuchet MS", Arial, sans-serif;
	font-size: 10px;
	color: #bababa;
	line-height: 2em;
}

/* TOP SUB-MENU */
a.topSubMenu:link {
	font-family: "Lucida Sans Unicode", "Trebuchet MS", Arial, sans-serif;
	font-size: 12px;
	color: #2e3d43;
	text-decoration: none;
}
a.topSubMenu:visited {
	font-family: "Lucida Sans Unicode", "Trebuchet MS", Arial, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: #2e3d43;
}
a.topSubMenu:hover {
	font-family: "Lucida Sans Unicode", "Trebuchet MS", Arial, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: #ff5f04;
	background-color: #faefce;
}
a.topSubMenu:active {
	font-family: "Lucida Sans Unicode", "Trebuchet MS", Arial, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: #2e3d43;
}

/* LEFT MENU */
.leftMenu_layer1 {
	border-bottom-color: #c2c7c8;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}
.leftMenu_layer2 {
	border-bottom-color: #c2c7c8;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	background-color:#f9f9f9;
}
.leftMenu_layer3 {
	border-bottom-color: #c2c7c8;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	background-color:#f4f4f4;
}
a.leftMenu:link {
	font-family: "Lucida Sans Unicode", "Trebuchet MS", Arial, sans-serif;
	font-size: 12px;
	color: #2e3d43;
	text-decoration: none;
}
a.leftMenu:visited {
	font-family: "Lucida Sans Unicode", "Trebuchet MS", Arial, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: #2e3d43;
}
a.leftMenu:hover {
	font-family: "Lucida Sans Unicode", "Trebuchet MS", Arial, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: #ff5f04;
	background-color: #faefce;
}
a.leftMenu:active {
	font-family: "Lucida Sans Unicode", "Trebuchet MS", Arial, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: #2e3d43;
}

/* CONTACT FORM */
.longWidthField {
	width: 100%;
	border: 1px solid #c2c7c8;
	font-family: "Lucida Sans Unicode", "Trebuchet MS", Arial, sans-serif;
	font-size: 12px;
	color: #ff5f04;
	line-height: 1.2em;
}
.longWidthFieldRequired {
	width: 100%;
	border: 1px solid #c2c7c8;
	font-family: "Lucida Sans Unicode", "Trebuchet MS", Arial, sans-serif;
	font-size: 12px;
	color: #ff5f04;
	line-height: 1.2em;
	border:medium;
	border-style:dotted;
	border-color:#CC0000;
}
.thanksMessage {
	font-family: "Lucida Sans Unicode", "Trebuchet MS", Arial, sans-serif;
	font-size: 12px;
	color:#D90000;
	line-height: 1.2em;
}

.SiteContentNormal {
	font-family: "Lucida Sans Unicode", "Trebuchet MS", Arial, sans-serif;
	font-size: 12px;
	color: 546268;
	line-height: 1.2em;
	text-align:justify;
}