@charset "utf-8";

body,td,th {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #333333;
}
body {
	/*background-image: url(images/pagebg.jpg);*/
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}

.bodytext {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 1.5;
	color: #333333;
	text-align: justify;
}
.fullbox {
	border: thin solid #CCCCCC;
	padding: 3px;
	margin: 3px;
}
.leftline {
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #CCCCCC;
}
.bottomtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #FFFFFF;
}
.footertext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #CCCCCC;
	padding-left: 5px;
}
.darkseperator {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000000;
}
.headingtext {
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	color: #003399;
	font-weight: bold;
	text-transform: none;
}
.boxtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 1.5;
	color: #333333;
	padding: 5px;
}
.readmore {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #000099;
	padding-right: 20px;
	
}
.tip {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 7pt;
	color: #333333;
}

/*
Back to top button 
*/
#back-top {
	position: fixed;
	bottom: 2px;
	right: 5px;
	/*margin-left: -150px;*/
	/*margin-right: -50px;*/
}
#back-top a {
	width: 63px;
	display: block;
	text-align: center;
	text-transform: uppercase;/**/
	text-decoration: none;
	color: #666666;
	/* background color transition */
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 100%;
}
#back-top a:hover {
	color: #000;
}
/* arrow icon (span tag) */
#back-top span {
	width: 63px;
	height: 63px;
	display: block;
	margin-bottom: 5px;
	background: #ddd url(up-arrow.png) no-repeat center center;
	/* rounded corners */
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	/* background color transition */
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}
.leftrightline {
	border-right-width: thin;
	border-left-width: thin;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
#back-top a:hover span {
	background-color: #777;
}
/*
Back to top button 
*/
.bottomline {
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.smalltext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #000000;
}
.rightline {
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #CCCCCC;
}
