/*Here is the actual text of the comment*/
.bodytext a:link {
	color: #000099;
	text-decoration: none;
    border-bottom: #cccccc;
    border-width: 0px 0px 1px 0px;
    border-style: none none solid none;
}
.bodytext a:visited {
	color: #000099;
	text-decoration: none;
    border-bottom: #cccccc;
    border-width: 0px 0px 1px 0px;
    border-style: none none solid none;
}
.bodytext a:hover {
	color: #222222;
	text-decoration: none;
    border-bottom: #222222;
    border-width: 0px 0px 1px 0px;
    border-style: none none solid none;
}
.bodytext a:active {
	color: #000000;
	text-decoration:underline;
}
body {
	background-color:#ffffff;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	margin-top: 2px;
	margin-bottom: 1px;
	font-size: 10pt;
}
p {
	font-size: 10pt;
	font-weight: normal;
	font-style: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: normal;

}
h1 {
	font-size: 14pt;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 0px;
}
.scroller {
	font-size: 10pt;
	color: #ffffff;
	text-decoration: none;
	font-style: normal;
	font-weight: normal;
}
.scroller A:link {
	color: #ffffff;
	text-decoration: none;
}
.scroller A:visited {
	color: #ffffff;
	text-decoration: none;
}
.scroller A:hover {
	color: #ffcc00;
	text-decoration: underline;
}
.scroller A:active {
	color: #ffffff;
	text-decoration: none;
}
.sidenav {
	font-size: 10pt;
	color: #000000;
	text-decoration: none;
	font-style: normal;
	font-weight: normal;
}
.topnav {
	font-size: 10pt;
	color: #ffffff;
	text-decoration: none;
	font-style: normal;
	font-weight: normal;
	line-height: normal;
	margin-top: 0px;
	margin-bottom: 0px;
}
.topnav span {
	color: #ffcc00;
}
p.glance {
	font-size: 8pt;
	color: #ffffff;
	text-decoration: none;
	font-style: normal;
	font-weight: normal;
	line-height: 12pt;
}
p.glance span {
	color: #ffcc00;
}
p.onroad {
	font-size: 8pt;
	color: #ffffff;
	text-decoration: none;
	font-style: normal;
	font-weight: normal;
	line-height: 9pt;
}
p.onroad span {
	color: #ffcc00;
}
p.onroad_spacer {
	font-size: 4pt;
	line-height: -4pt;
}
p.contactinfo {
	color: #000000;
	font-size: 8pt;
	line-height: 10pt;
}
p.smallprint {
	color: #444444;
	font-size: 8pt;
	line-height: 10pt;
}
p.tinyprint {
	color: #444444;
	font-size: 4pt;
	line-height: 4pt;
	margin-top: 0px;
	margin-bottom: 0px;
}
a img {
	border: 0px none;
}
.smallprintbox {
	color: #ffffff;
	font-size: 9px;
	line-height: 10pt;
}
.intranet a:link {
	color: #000000;
	text-decoration: none;
	font-size: 10pt;
}
.intranet a:visited {
	color: #000000;
	text-decoration: none;
	font-size: 10pt;
}
.intranet a:hover {
	text-decoration: underline;
	font-size: 10pt;
}
.intranet a:active {
	color: #000000;
	text-decoration: none;
	font-size: 10pt;
}
a.button {
    background: transparent url('images/1button_a.gif') no-repeat scroll top right;
    color: #000;
    font-style: bold;
    display: block;
    float: left;
    font: normal 12px arial, sans-serif;
    height: 25px;
    margin-right: 6px;
    padding-right: 18px; /* sliding doors padding */
    text-decoration: none;
}
a.button span {
    background: transparent url('images/1button_span.gif') no-repeat;
    display: block;
    line-height: 15px;
    padding: 5px 0 5px 19px;
} 
a.button:active {
    background-position: bottom right;
    color: #000;
    outline: none; /* hide dotted outline in Firefox */
}
a.button:active span {
    background-position: bottom left;
    padding: 6px 0 4px 18px; /* push text down 1px */
}
.tb-border {
    border: 1px solid #5F95CB;
    background-color: #EFEFEF;
}
.tb-button {
    border: 1px solid #000000;
    background-color: #FFCC00;
    padding: 3px 3px 3px 3px;
}