<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**************************************************************************
------------------------------ GENERAL ------------------------------------
**************************************************************************/
* {
	margin:0;
	padding:0;
	}

html {
	min-height:100%;
	margin-bottom:1px;
	}

body {
	background:#f2f2f2 url(images/bluebackground.jpg) repeat-x top;
	position:relative;
	font:normal 12px/18px 'lucida grande',verdana,helvetica,sans-serif;
	color:#666;
	}

a img {
	border:none;
	border-bottom:none;
	text-decoration:none;
	border-width:0;
	}

a {
	text-decoration:none;
	}

a {
	outline:none;
	}

hr {
	display:none;
	}

ul {
	list-style-type:none;
	}

li span {
	margin-left:-5000px;
	}
	
strong {
	color: black;
	}

.bigred {
	color: red;
	}

.errortext {
	color: red;
	font-weight: bold;
}

.noerror {
	font-weight: bold;
}

.maintenanceheader {
	font-size: 16px;
	font-weight: bold;
	color: #00134D;
}


.tenpoint {
	font-size: 10px;
	line-height: 12px;
	}

.smallcaps { 
	font-size: 9px;
	text-transform: uppercase;
	font-weight: normal;
	letter-spacing: 1px;
	}

.smalltext { 
	font-size: 9px;
	}

a#homeLink span {
	display:none;
	}

a#softwareLink span {
	display:none;
	}
	
#outerWrapper {
	position:relative;
	width:758px;
	margin:0 auto;
	}
	
.mainLargeBold {
	font-size: 18px;
	font-weight: bold;
	color: #00008B;
}

.mainMediumBold {
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}

.formSectionHeader {
	font-size: 16px;
	font-weight: bold;
	color: #483D8B;
	
}</pre></body></html>