<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.packages	{ white-space: nowrap }

.packages ul li {
	margin: 0;
	padding: 0;
	line-height: 11pt;
}

div#tipDiv {
	color:#000; font-size:11px; line-height:1.2;
	background-color:#E1E5F1; border:1px solid #667295; 
	width:500px; padding:10px;
	font-family: Arial,Helvetica,sans-serif;
	overflow:auto;
}
	
.showTip { 
	text-decoration: none; 
}

.indent {
	display: block;
	margin-left:20px;
}

LI { font-family: Arial, Helvetica; color: #000000; font-size: 9pt; font-weight: normal; }

.caption {color: #0000FF; font-family: Arial, Helvetica;font-size: 14pt;text-decoration: none; background-color:CCFFCC; font-weight: bold;}

.linkx {color: #0000FF; font-family: Arial, Helvetica;font-size: 12pt;text-decoration: none; background-color:CCFFCC; font-weight: bold;}

.linkx:hover {color: #FF6600;font-family: Arial, Helvetica;font-size: 12pt;text-decoration: underline;}

.features	{ font-family: Arial, Helvetica; font-size: 10pt; }

.redtext	{ color: #FF0000; font-family: Arial, Helvetica; font-size: 10pt }

.blacklink {color: #000000; font-family: Arial, Helvetica; font-size: 13pt; text-decoration: none}

.blacklink:hover {color: #0000FF;font-family: Arial, Helvetica; font-size: 13pt; text-decoration: underline; text-transform: uppercase}

.redlink {color: #FF0000; font-family: Arial, Helvetica; font-size: 12pt; text-decoration: none}

.redlink:hover {color: #0000FF;font-family: Arial, Helvetica; font-size: 12pt; text-decoration: underline; text-transform: uppercase}

.hilitefeatures {color: #006666; font-family: Arial, Helvetica;font-size: 12pt; font-weight: bold;}

#compareFeatures td,
#compareFeatures th {
	font-family: verdana;
	font-size: 12px;
}

#compareFeatures th {
	text-align: left;
	font-weight: bold;
	background-color: #99CCFF;
	padding: 10px;
	font-size: 13px;
}

#compareFeatures td {
	text-align: left;
	padding: 5px;
	padding-left: 10px;
	padding-right: 10px;
}

#compareFeatures td.feature {
	text-align: right;
	font-weight: bold;
	white-space: nowrap;
}

#compareFeatures td.planName {
	font-weight: bold;
	background-color: c7e2fd;
}

#compareFeatures tr.plans td.feature {
	background-color: c7e2fd;
}

#compareFeatures tr.one td {
	vertical-align: top;
	background-color: #eff1f4;
}

#compareFeatures tr.two td {
	vertical-align: top;
	background-color: #e7f3fe;
}

#compareFeatures tr.three td {
	vertical-align: top;
	background-color: #ffff00;
}

.rollover-feat-text { color: #FFFFFF; font-family: arial, verdana; font-size: 12px; text-decoration: none; font-weight: normal;}

.rollover-space { padding-left: 2px; padding-right: 3px; text-align: left; }

table.table1{
    font-family: "Trebuchet MS", sans-serif;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.4em;
    font-style: normal;
    border-collapse:separate;
}

.table1 thead th{
    padding:15px;
    color:#fff;
    
    border:1px solid #8e7835;
    border-bottom:3px solid #8e7835;
    background-color:#095169;


    -webkit-border-top-left-radius:5px;
    -webkit-border-top-right-radius:5px;
    -moz-border-radius:5px 5px 0px 0px;
    border-top-left-radius:5px;
    border-top-right-radius:5px;
}

.table1 thead th:empty{
    background:transparent;
    border:none;
}
.table1 tbody td{
    padding:10px;
    text-align:center;
    background-color:#D0E0EB;
    border: 2px solid #E7EFE0;
    -moz-border-radius:2px;
    -webkit-border-radius:2px;
    border-radius:2px;
    color:#666;
    text-shadow:1px 1px 1px #fff;
}

button
{
	display: block;
	font-size: 1.1em;
	font-weight: bold;
	text-transform: uppercase;
	padding: 10px 15px;
	margin: 20px auto;
	color: #ccc;
	background-color: #555;
	background: -webkit-linear-gradient(#888, #555);
	background: linear-gradient(#888, #555);
	border: 0 none;
	border-radius: 3px;
	text-shadow: 0 -1px 0 #000;
	box-shadow: 0 1px 0 #666, 0 5px 0 #444, 0 6px 6px rgba(0,0,0,0.6);
	cursor: pointer;
	-webkit-transition: all 150ms ease;
	transition: all 150ms ease;
}

button:hover, button:focus
{
	-webkit-animation: pulsate 1.2s linear infinite;
	animation: pulsate 1.2s linear infinite;
}
	
@-webkit-keyframes pulsate
{
	0%   { color: #ddd; text-shadow: 0 -1px 0 #000; }
	50%  { color: #fff; text-shadow: 0 -1px 0 #444, 0 0 5px #ffd, 0 0 8px #fff; }
	100% { color: #ddd; text-shadow: 0 -1px 0 #000; }
}
		
@keyframes pulsate
{
	0%   { color: #ddd; text-shadow: 0 -1px 0 #000; }
	50%  { color: #fff; text-shadow: 0 -1px 0 #444, 0 0 5px #ffd, 0 0 8px #fff; }
	100% { color: #ddd; text-shadow: 0 -1px 0 #000; }
}

button:active
{
	color: #fff;
	text-shadow: 0 -1px 0 #444, 0 0 5px #ffd, 0 0 8px #fff;
	box-shadow: 0 1px 0 #666, 0 2px 0 #444, 0 2px 2px rgba(0,0,0,0.9);
	-webkit-transform: translateY(3px);
	transform: translateY(3px);
	-webkit-animation: none;
	animation: none;
}</pre></body></html>