@charset "utf-8";
.menutext {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #FFFFCB;
	padding-left: 52px;
}

body {
	background-color: #EAEAEA;
}
a:link {
	color: #FFFFCB;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFCB;
}
a:hover {
	text-decoration: none;
	color: #00C;
}
a:active {
	text-decoration: none;
	color: #00C;
}
.maintext {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #000;
	padding-right: 20px;
	padding-left: 52px;
}
.services {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #000;
	padding-left: 200px;
	line-height: 20px;
}
.blue {
	color: #009;
}
.red {
	color: #C03;
}
.green {
	color: #006630;
}
.leftrightborder {
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000;
	border-left-color: #000;
}
.leftrightbottom {
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
}
.italictext {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: italic;
	line-height: 18px;
	font-weight: bold;
	color: #000;
	padding-right: 20px;
	padding-left: 52px;
}
.bege {
	color: #FFFFCB;
}

