@import url("index.css");
@import url("header.css");
@import url("secondToolbar.css");
@import url("form.css");
@import url("button.css");
@import url("content.css");

body {
	margin: 0px;

}
.headerTableLeft {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #E1E1E1;
	border-bottom-color: #E1E1E1;

}
.headerTableMiddle {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E1E1E1;

}
.headerTableRight {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E1E1E1;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #E1E1E1;
}
.normalText {
	font-family: "Verdana", "Arial", "Helvetica", "sans-serif";
	font-size: 11px;
}
.normalText a:visited {
	color: #3366CC;
}
.normalText a:link {
	color: #3366CC;
}
.normalText a:hover {
	color: #003399;
}
.faqText a:visited {
	color: #3366CC;
}
.faqText a:link {
	color: #3366CC;
}
.faqText a:hover {
	color: #003399;
}
.contentTableLeft {

	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #E1E1E1;
}
.contentTableRight {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #E1E1E1;
}
.menuText {
	font-family: "Verdana", "Arial", "Helvetica", "sans-serif";
	font-size: 12px;
	font-weight: bold;
}
.menuTD {
	padding-right: 20px;
	padding-left: 20px;
	line-height: 15px;
}
.menuTDOver {
	padding-right: 20px;
	padding-left: 20px;
	line-height: 15px;
	background-image: url(images/toolbarOverBG.gif);
	cursor: hand;

}
.menuTDOnVisit {
	background-color: #94BC58;
	padding-right: 20px;
	padding-left: 20px;
	line-height: 15px;
}
.menuTD a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.menuTD a:link {
	color: #FFFFFF;
	text-decoration: none;
}
.menuTD a:hover {
	color: #80A844;
}
.menuTDOver a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.menuTDOver a:link {
	color: #FFFFFF;
	text-decoration: none;
}
.menuTDOver a:hover {
	color: #80A844;
}
.footerTableLeft {

	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #E1E1E1;
}
.footerTableRight {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #E1E1E1;
}
.indexContentTitle {
	background-image: url(images/indexContentTitleBg.gif);
	background-repeat: no-repeat;
	height: 35px;
	width: 350px;
	font-family: "Verdana", "Arial", "Helvetica", "sans-serif";
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	padding-top: 2px;
	color: #4B4B4B;
}
.contentTD {
	padding: 20px;
}
.meassageStyle {
	background-color: #F7F1CA;
	border: 1px solid #666666;
	padding-right: 3px;
	padding-left: 3px;
	font-family: "Verdana", "Arial", "Helvetica", "sans-serif";
	font-weight: bold;
	font-size: 11px;
	filter: DropShadow(Color=#CC0000, OffX=2, OffY=2);
	position: absolute;
	color: #333333;

}
.faqText {
	font-family: "Verdana", "Arial", "Helvetica", "sans-serif";
	font-size: 12px;
}
.faqTitle {
	font-family: "Verdana", "Arial", "Helvetica", "sans-serif";
	font-size: 12px;
	color: #003399;
}
