<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */

body,td,th {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	color: #FFF;
}
body {
	background-color: #d8cec4;
	background-image: url(images/bg.png);
	background-repeat: repeat-x;
	background-attachment:fixed;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #CCC;
	text-decoration: underline;
	font-size:12px;
}
a:visited {
	text-decoration: underline;
	color: #d8cec4;
}
a:hover {
	text-decoration: none;
	color: #fff;
}
a:active {
	text-decoration: underline;
}
.logobg {
	height: 65px;	
}

.footer{
	background:url(images/footer-bg.png);
	height:auto;}
	
.horizontal_dotted_line
{
border-bottom: 2px dotted #fff;
width: 810px;
margin: auto;
} 

.horizontal_dotted_line2
{
border-bottom: 2px dotted #fff;
width: 750px;
margin: auto;
}

.unlinked {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}

#click {
	font-size: 10px;
	color:#C7C7C7;
}.flag_left {
	font-size: 10px;
	text-align: right;
	color:#999;
}
.title2 {
	font-size: 14px;
	color: #FFF;
}
.sub_title {
	color: #CCC;
}

.dottedborder{
	
	width:700px;
	margin: 0 auto;
	padding:20px;
	background:#4c4c4c;
	border:2px dotted #fff;
	color: #FFF;
	-webkit-border-radius: 15px 15px 15px 15px;
	
}</pre></body></html>