<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
	margin:0;
	padding:0;
	width:100%;
	height:100%;
	overflow: hidden;
	font-family: sans-serif;
}
#imageArea {
	width: 800px;
	height: 355px;
	text-align: center;
	background: #000;
	clear: both;
}
#stripeTop {
	height:20px;
	width:650px;
	background:#CCCCCC;
	padding:0;
	margin:0;
	padding-top:5px;
}
#closeBox {
	float:right;
	font-size:10px;
	font-family:Arial, Helvetica, sans-serif;
	padding-right:10px;
}
#stripe {
	height:10px;
	width:100%;
	background:#CCCCCC;
	padding:0;
	margin:0;
}
#titleArea {
	width: 98%;
	height: 35px;
	margin-left: 10px;
	margin-right: 10px;
	font-family: 'Open Sans', sans-serif;
	font-weight: bold;
	text-align:right;
	font-size:14px;
	margin-top:4px;
	float: left;
	width: 100px;
}
#images
{
	width: 305px;
	float: right;
}
#images #imageList
{
	float:left;
}
#imageList {
	font-size:10px;
	float:right;
	cursor: default;
}
#projectTitle {
	font-size:14px;
	color: #0099CC;
}
#textArea {
	width: 500px;
	height: 200px;
	overflow:auto;
	margin-left:10px;
	margin-bottom:0;
	font-family: 'Open Sans', sans-serif;
	font-size:12px;
	padding-right:5px;
	line-height: 18px;
	float:left;
	margin-top:4px;	
}
#textArea p
{
margin-top:0px;
}
#textArea p.proj-info {
	color: #999;
}
.proj-aside {
	float: left;
	padding: 20px 10px;
}
#sidebar
{
	float:left;
	width: 140px;
	color: #0099CC;
	font-size:12px;
	font-family: 'Open Sans', sans-serif;
	padding-left:10px;
	margin-top: 4px;
}	
a
{
	color: #0099CC;
	text-decoration:none;
}	
a:hover
{
	text-decoration:underline;
	cursor:pointer;
	color:#F26825;
}

a#sigForm
{
	display: block;
	width: 103px;
	height: 84px;
	position: relative;
	background:url(ISSI-WYN-DownloadButton.gif) no-repeat 0 0;
}

a#sigForm:active
{
	background-position: 0 3px;
}



ul.royalSlider {
	margin:0;
	padding:0;
	height: 355px;
	width: 800px;
}
ul.royalSlider li {
	text-align: center;
}


.button-link {
	padding: 5px 8px;
	background: #0099CC;
	color: #fff;
	text-decoration: none;
	border-radius: 6px;
	-moz-border-radius: 6px;
}
.button-link:hover {
	text-decoration: none;
	color: #fff;
	background: #0079a1;
}
</pre></body></html>