@charset "utf-8";
/* CSS Document */

body,td {
	font-family: Tahoma, Verdana, Arial, Sans-serif;
	font-size: 11px;
	color: #939677;
}
body {
	background-color: #464742;
	margin: 0px;
}
p {
	margin: 0px;
}
h1 {
	font-size: 17px;
	font-weight: normal;
	margin: 0px;
	color: #009999;
}
a {
	color: #F7C300;
}
a:hover {
	text-decoration: none;
	color: #ffff00;
}
.border {
	border: 1px solid #FFFFFF;
}
.intro {
	font-family: "Trebuchet MS", Georgia, "Times New Roman", sans-serif;
	font-size: 12px;
	font-style: italic;
	padding-left: 5px;
}
.title {
	font-size: 10px;
	color: #FFFFFF;
}
.title-text {
	font-weight: bold;
	color: #ffff00;
}
.title-text a {
	font-weight: bold;
	color: #ffff00;
	text-decoration: underline;
}
.text {
	padding-top: 5px;
	padding-left: 5px;
}
.verline {
	background-image: url(../layout/verline.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
.horline {
	background-image: url(../layout/horline.gif);
	background-repeat: repeat-x;
	background-position: left center;
}
/* ----------------- copyright ----------------- */
.copyright {
	font-size: 10px;
	color: #252622;
}
.copyright-bk {
	background-image: url(../layout/footer.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}

