<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {background-color: #3A4552;}

span.text_main {font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 16px; color: #D0D8E5;}
span.text_submain {font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 12px; color: #D0D8E5; font-weight: bold;}
span.text_portfolio {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #B1BCB1;}
span.text_contact {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px;	color: #D0D8E5;}
span.copy {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 8pt; color: #232932;}
span.section_heading
{
	font-family: Segoe, "Segoe UI", Arial, "Arial", Times, "Times New Roman", monospace;
	font-size: 18pt;
	font-weight: 600;
	color: #555;
}

td.topbanner1 {background-image: url("/images/bg_topbanner1.jpg"); background-position: center; background-repeat: no-repeat;}
td.topbanner2 {background-image: url("/images/bg_topbanner2.jpg"); background-position: center;	background-repeat: no-repeat;}

td.trim_top {background-image: url("/images/bg_filltrim.jpg"); background-position: bottom; background-repeat: repeat;}
td.trim_middle {background-color: #232932;}
td.trim_bottom {background-image: url("/images/bg_fillback.jpg"); background-position: top; background-repeat: repeat;}

td.icon_phone {background-image: url("/images/icon_phone.gif"); background-position: center; background-repeat: no-repeat;}
td.icon_email {background-image: url("/images/icon_email.gif");	background-position: center; background-repeat: no-repeat;}

a:link {text-decoration: none; color: #D0D8E5;}
a:visited {text-decoration: none; color: #D0D8E5;}
a:hover {text-decoration: none;	color: #FFFFFF;}
a:active {text-decoration: none; color: #D0D8E5;}

.currentproject
{
	width: 420px;
	height: 160px;
	position: relative;
	float: right;
	margin: 5px 5px 5px 15px;
}
.currentproject_img
{
	border-radius: 10px;
	border: 5px solid #333;
}
.project
{
	float: left;
	width: 210px;
	height: 160px;
	position: relative;
	margin: 5px 5px 5px 5px;
}

.project_graphic
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 210px;
	height: 110px;
	text-align: center;
	vertical-align: middle;
}
.project_img
{
	border-radius: 10px;
	border: 5px solid #333;
}
.project_img_selected
{
	border-radius: 10px;
	border: 5px solid #333;
}
.project_desc
{
	position: absolute;
	top: 110px;
	left 0px;
	width: 210px;
	height: 50px;
	text-align: center;
	vertical-align: middle;
	padding: 5px 5px 5px 5px;
}</pre></body></html>