body{
	background-color: #E3E6F8;
	marginwidth:0;
	marginheight:0;
	topmargin:0;
	leftmargin:0;
	margin:0;
}
table.MainTableShadow {
	border-right: 3px solid #D0D3E4;
	border-left: 3px solid #D0D3E4;
	background-color: #FFFFFF;
	height: 100%
}
.MainTableborder {
	border-right: 1px solid #A0A4B5;
	border-left: 1px solid #A0A4B5;
	background-color: #FFFFFF;
}
.HomeBgGradient {
	background-image: url(img/bg_gradient.jpg);
	background-position: bottom;
	background-repeat: repeat-x;
}
.Footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px; color: #B0BBCE;
	margin-top: 12px;
}

a.FooterLink:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #B0BBCE;
	text-decoration: none;
	text-transform: none;
}
a.FooterLink:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #B0BBCE;
	text-decoration: none;
	text-transform: none;
}
a.FooterLink:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #B0BBCE;
	text-decoration: none;
	text-transform: none;
}
a.FooterLink:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: underline;
	text-transform: none;
}

table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #8E887E;
}
.subheading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 16px;
	color: #5C82A4;
	font-weight:bold;
}
a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #8E5028;
	text-decoration: underline;
	font-weight: normal;
}
a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #8E5028;
	text-decoration: underline;
	font-weight: normal;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #8E5028;
	text-decoration: underline;
	font-weight: normal;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #00006d;
	text-decoration: underline;
	font-weight: normal;
}













/*


.title {
	font-family: "Trebuchet MS", Trebuchet, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #2C3F81;
	letter-spacing: .4em;
	line-height: 12px;
}




hr {
	height: 1px;
	color: #BFBFBF;
	width: 250px;
	border: dashed;
	left: auto;
}


.BlueBullet {
	list-style-image: url(img/bullet_ltblue.gif);
	color: #072A5E;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: none;
	letter-spacing: -.01em;
	line-height: 16px;
}

.TableBorder {
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: FFFFFF;
	border-bottom-color: FFFFFF;
	background: #773021;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #E2B8AF;
}






FOR DOTTED UNDERLINING?
  text-decoration:none;
  border-bottom:1px dotted #36b;




*****************************
miscellaneous

	font-variant: normal;
	filter: glow(color=#000000, strength=2);
	font-family: "Trebuchet MS", Trebuchet, Verdana, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-align: justify;
	align: center;


@font-face { font-family:Mini7; src:url(assets/mini7t.eot); }
.mini {
	font-family: Mini7;
	font-size: 10px;
}

.SearchBox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #486178;
	padding: 3px;
	border: 1px solid 878473;
	background-image: url(img/formshadow.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

.headerLtBlue {font-size: 26px; color: #1045CE; font-weight: 600; font-family: Arial, Helvetica, sans-serif; letter-spacing: -0.1em;}



==============================
code for rollover list links:
==============================
<div id="navcontainer">
<ul id="navlist">
<li id="active"><a href="desk_pdf_terminal_server.shtml">overview</a></li>
<li><a href="purchase.shtml">purchase now</a></li>
<li><a href="system_requirements.shtml">system requirements</a></li>
<li><a href="support_files.shtml">downloads</a></li>
<li><a href="support.shtml">support</a></li>
<li><a href="testimonials.shtml">testimonials</a></li>
</ul>
</div>
==============================
styles for rollover list links:
==============================
#navcontainer { width: 125px; }

#navcontainer ul{
margin-left: 0;
padding-left: 0;
list-style-type: none;
font-family: Arial, Helvetica, sans-serif;
}

#navcontainer a{
display: block;
padding: 1px;
width: 125px;
background-color: #FFFFFF;
border-bottom: 1px solid #FFFFFF;
}

#navcontainer a:link, #navlist a:visited{
color: #535257;
text-decoration: none;
}

#navcontainer a:hover{
background-color: #007DB1;
color: #FFFFFF;
}

ul#navlist li#active a{
background: #FFFFFF;
color: #007DB1;
list-style-image:url(img/clear.gif)
}

*/