body
{
	background-color: White;
	margin: 0px;
	padding: 0px;
	margin-top: 0;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #666666;
}

.lefttit{
	color: #3F627E;
	font-size: 95%;
	font-weight: bold;
	background-color: #ECE7D5;
	font-family: "Arial Narrow", Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align: left;
	padding-bottom: 3px;
	padding-top: 3px;
}
a.lefttit {
	font-size: 100%;
}
.lefttext {
	color: #666666;
	font-size: 70%;
	background-color: #F4F1E6;
	text-align: right;
}
a.lefttext {
	font-size: 100%;
}

.topmenu {
	color: #50F1BF;
	font-weight: bold;
	font-size: 11;
	font-family: arial;
}
a.topmenu {
	color: #50F1BF;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 100%;
}
a.topmenu:link {
	color: #50F1BF;
	text-decoration: none;
}
a.topmenu:vizited {
	color: #50F1BF;
	text-decoration: none;
}
a.topmenu:hover {
	color: Lime;
	text-decoration: none;
}

.bottom {
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
}
a.bottom {
	color: #4178A5;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 100%;
}
a.bottom:link {
	color: #4178A5;
	text-decoration: none;
}
a.bottom:vizited {
	color: #4178A5;
	text-decoration: none;
}
a.bottom:hover {
	color: #FF7E00;
	text-decoration : underline;
}


h1 {
	color: #3F627E;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 120%;
	text-align: center;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-top: 0px;
	margin-bottom: 0px;
	line-height: 120%;
	font-weight: bold;
}

h2 {
	color: #3F627E;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 100%;
	text-align: center;
	line-height: 120%;
	font-weight: bold;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-top: 0px;
	margin-bottom: 0px;
}
p {
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 80%;
	text-align: justify;
	text-indent: 20px;
	padding-top: 4px;
	padding-bottom: 4px;
	margin-top: 0px;
	margin-bottom: 0px;
	line-height: 120%;
}
p.left {
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 80%;
	text-align: left;
	text-indent: 20px;
	padding-top: 4px;
	padding-bottom: 4px;
	margin-top: 0px;
	margin-bottom: 0px;
	line-height: 120%;
}
p.right {
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 80%;
	text-align: right;
	text-indent: 20px;
	padding-top: 4px;
	padding-bottom: 4px;
	margin-top: 0px;
	margin-bottom: 0px;
	line-height: 120%;
}
p.center {
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 80%;
	text-align: center;
	text-indent: 20px;
	padding-top: 4px;
	padding-bottom: 4px;
	margin-top: 0px;
	margin-bottom: 0px;
	line-height: 120%;
}
blockquote {
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 80%;
	text-align: justify;
	text-indent: 0px;
	padding-top: 4px;
	padding-bottom: 4px;
	margin-top: 0px;
	margin-bottom: 0px;
	line-height: 120%;
}
ul {
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 80%;
	text-align: justify;
	text-indent: 0px;
	line-height: 120%;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 10px;
	padding-right: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 35px;
	margin-right: 0px;
}


a {
	color: #4178A5;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 100%;
}
a:link {
	color: #4178A5;
	text-decoration: none;
}
a:vizited {
	color: #4178A5;
	text-decoration: none;
}
a:hover {
	color: #FF7E00;
	text-decoration : underline;
}
