@charset "utf-8";
/* CSS Document */
body,td,th {
	font-family: Times New Roman, Times, serif;
	font-size: 12px;
	color: #000000;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(layout/pageBG.jpg);
	background-repeat: repeat-x;
	background-color: #999999;
}
.left-top-BG {
	background-image: url(layout/left-top-bg.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.right-top-BG {
	background-image: url(layout/right-top-bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.page-title-BG {
	background-image: url(layout/page-title-BG.jpg);
	background-repeat: no-repeat;
	background-position: left center;
}
.page-title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #2F2EAD;
	top: 0px;
	bottom: 0px;
}
.text {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000000;
	top: 20px;
}
.more {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FF0000;
	text-decoration: underline;
	text-align: right;
}
.photo-bdr {
	border: 2px solid #000000;
	background-color: #999999;
	margin: 8px;
}
.body-bg {
	background-color: #FFFFFF;
	background-image: url(layout/body-bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	padding: 20px;
}
.box-content {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000000;
	background-color: #FFFFFF;
	background-image: url(layout/box-bg.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	padding: 5px;
}
.box-header1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	background-image: url(layout/box-header1.jpg);
	background-repeat: no-repeat;
	padding: 0px;
	height: 17px;
	width: 195px;
	margin: 2px;
}
.box-header2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	background-image: url(layout/box-header2.jpg);
	background-repeat: no-repeat;
	padding: 0px;
	height: 17px;
	width: 195px;
	margin: 2px;
}
.footer-bg {
	background-color: #999999;
	background-image: url(layout/footerBG.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.box-header3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	background-image: url(layout/box-header3.jpg);
	background-repeat: no-repeat;
	padding: 0px;
	height: 17px;
	width: 195px;
	margin: 2px;
}
.left-footer-bg {
	background-image: url(layout/left-bottom-bg.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.right-footer-bg {
	background-image: url(layout/right-bottom-bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.box-bdr {
	border: 2px solid #000000;
}
.email-login {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	color: #000000;
}
.bottom-page-bg {
	background-image: url(layout/bottompageBG.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: italic;
	font-weight: normal;
	color: #000000;
	text-align: right;
	vertical-align: bottom;
}
.footer-links {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}
a:link {
	color: #FF0000;
}
a:visited {
	color: #2E2EAD;
}
a:hover {
	color: #660000;
}
a:active {
	color: #FF0000;
}

