<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body, html {
font-family: "Open Sans", Verdana, sans-serif; font-size:13px; color:#6d6e71; font-weight:lighter;
padding:0; margin:0; width:100%; height:100%; background-attachment:fixed; }

a { color:inherit; text-decoration:none; }

		.overlay {
	position:absolute;
		top:0;
		bottom:0;
		left:0;
	width:100%;
	background:#FFFFFF;
	}
		.overlay1 {
	position:absolute;
		top:0;
		bottom:0;
		left:0;
	width:100%;
	background:#484848;
	opacity:0.8;
	-moz-opacity:0.8;
	-khtml-opacity:0.8;
	}
	
	.container {
	position:absolute; right:25px; bottom:40px; width:500px; height:250px; background:#ffffff; z-index:10;
	}

	.content {
		position:relative; 
		height:auto;
	}
	
	#container .content {
		width:100%;
	}

h1 { font-family: "Open Sans", Verdana, sans-serif; font-size:30px; color:#777777; text-decoration:none; font-weight:lighter; margin:0; padding:0; text-shadow: 1px 1px 1px #FFFFFF;  }
h2 { font-family: "Open Sans", Verdana, sans-serif; font-size:13px; color:#6d6e71; font-weight:lighter; margin:0; padding:0; }

.forms1 {
	font-size:12px;
	color:#666666;
	background: url(images/calendar.png) right no-repeat #FFFFFF;
	border:none;
	padding:5px;
	width:100px;
}

select.forms1 {
	background:#FFFFFF;
	padding:4px;
	width:auto;
}
select.forms1:focus { 
}

.forms {
	font-size:11px; 
	color:#484848;
	background:none;
	border:1px solid #999999;
	margin-bottom:5px;
	outline:none;
}

.button { 
    font-size:11px;
	color:#FFFFFF;
	background:#00aeef;
	border:none;
	padding:3px 10px 3px 10px;
	text-decoration:none;
	display:inline-block;
	cursor:pointer;
	text-transform:uppercase;
}
a.button:hover { background:#484848; }

.divbutton { clear:both; text-align:right; padding:10px; }

.text { line-height:18px; }
.text1 { font-size:12px; color:#FFFFFF; }
.text2 { font-size:13px; color:#FFFFFF; }
.lang { font-size:14px; background:#FFFFFF; color:#6d6e71; padding:5px; margin:1px; display:inline-block; }
.links { color:#00aeef; text-decoration:underline; }
.linkf { font-size:12px; color:#6d6e71; text-decoration:none; }
.titles { font-size:18px; color:#6d6e71; text-decoration:none; padding-bottom:5px; }
.titles1 { font-size:18px; color:#da79bd; font-weight:bold; text-decoration:none;  }
.titles2 { font-size:25px; color:#FFFFFF; text-decoration:none; text-shadow: 1px 1px 1px #333333;  }

/* Drop down menu */

.menu{
width:180px; 
position:absolute;
visibility:hidden;
}

.dropdownbox{ 
padding:0;
}

.dropdownmenu{
margin: 0;
padding: 0;
width: 100%;
overflow: hidden;
}

.dropdownmenu li{
display: inline;
}

.dropdownmenu li a{
font-size:16px;  font-weight:lighter; padding-left: 13px; text-decoration:none; text-transform:lowercase; display:inline-block;
}

.navigation { color:#666666; }
a.navigation:hover { color:#009dd3; }
.navactive { color:#009dd3; }

.navilinks { font-size:13px; color:#555555; margin:5px; margin-left:0; text-decoration:none; }
.divlinks { padding:5px; background:#FFFFFF url(images/dots.gif) bottom left repeat-x; }


p { padding:0; margin:0; margin-bottom:10px; text-align:justify}
ul {padding-left:20px;}

img { border:none; margin:0; vertical-align:middle; }

img.plinks { border:1px #FFFFFF solid; }
.plinks img{ border:none; }
a.plinks:hover img{ border-bottom:10px #ffbb3a solid; }

/** style for jquery ui datepicker **/
#ui-datepicker-div{
    font-size:11pt;
	z-index:1000 !important;
}
#ui-datepicker-div span.ui-datepicker-month{
    color:#fff;
}
#ui-datepicker-div span.ui-datepicker-year{
    color:#eee;
}

#mask {
  position:absolute; left:0; top:0; z-index:9000; background-color:#000; display:none; }
  
#boxes .window {
  position:absolute; left:0; top:0; width:800px; height:600px; display:none; z-index:9999; padding:20px; }

#boxes #dialog {
  width:auto; height:auto; }
  
.trigger 
{ margin:0; cursor:pointer; display:inline; }

.toggle-container
{ display: none; margin:0; padding:0; z-index:110  }</pre></body></html>