<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@CHARSET "UTF-8";
/******* GENERAL RESET *******/
div,ul, li{
border:0pt none;
margin:0pt;
padding:0pt;
}
body{
	background: #fff;
	line-height:14px;
	font-size: 12px;
	font-family: Arial,  Verdana, Helvetica, sans-serif;
	margin:0pt;
	cursor:default;
}
html,body{
	height:100%;
	text-align: center;
}
.clear{
	height: 25px;
	visibility: hidden;
	display: block;
}
a{
	text-decoration: none;
}
/******* GENERAL RESET *******/
/******* LOGO *******/
#logo{
	margin-top: 1em;
	display: block;
}
/******* /LOGO  *******/
/******* MENU *******/
#container{
	margin: 2px;
	width: 710px;
}
#container ul{
	list-style: none;
	list-style-position: outside;
}
#container ul.menu li{
	float: left;
	margin-right: 5px;
	margin-bottom: -1px;
}
#container ul.menu li{
	font-weight: 700;
	font-size:12;
	display: block;
	padding: 5px 10px 5px 10px;
	background: #009900;
	margin-bottom: -1px;
	border: 1px solid #a3c329;
	border-width: 1px 1px 1px 1px;
	position: relative;
	color: #FFFFFF;
	cursor: pointer;
}
#container ul.menu li.active{
	background: #fff;
	top: 1px;
	border-bottom: 0;
	color: #FF3300;
}
/******* /MENU *******/
/******* CONTENT *******/
.content{
	background: #efefef;
	background: #fff;
	border: 1px solid #a3c329;
	text-align: left;
	padding: 7px;
	font-size: 12px;
	line-height:16px;
	margin-top: 0pt;
	margin-right: auto;
	margin-bottom: 0pt;
	margin-left: auto;
}
.content h1{
	line-height: 1em;
	vertical-align: middle;
	height: 38px;
	padding: 10px 10px 10px 52px;
	font-size: 12px;
}
/******* /CONTENT *******/
/******* NEWS *******/
.content.news h1{
	background: transparent url(images/news.jpg) no-repeat scroll left top;
}
.content.news{
	display: block;
		text-align:justify;
}
/******* /NEWS *******/
/******* TUTORIALS *******/
.content.tutorials h1{
	background: transparent url(images/tuts.jpg) no-repeat scroll left top;
}
.content.tutorials{
	display: none;
		text-align:justify;
}
/******* /TUTORIALS *******/
/******* LINKS *******/
.content.links h1{
	background: transparent url(images/links.jpg) no-repeat scroll left top;
}
.content.links{
	display: none;
}
.content.links a{
	color: #5f95ef;
}
/******* /LINKS *******/
</pre></body></html>