
/* --------- specific system styles (do not edit!) --------- */
html {
	height: 100%;
}

body {
	height: 100%;
}

body, table, form, img {
	padding: 0;
	margin: 0;
	border: 0;
}

td {
	vertical-align: top;
}

/* hide from Mac IE \*/	
td {
	font-size: 76%;
	font-size/* */:/**/100%;
	font-size: /**/100%;	
}
/* end hide Mac IE */

.fluxresetwrap {
	clear: both;
	line-height: 0px;
	font-size: 0px;
	height: 0px;
}

.fluximg-al {
	text-align: left;
}

.fluximg-al .caption {
	text-align: left;
	margin: 0 auto 0 0;
}

.fluximg-ar {
	text-align: right;
}

.fluximg-ar .caption {
	text-align: left;
	margin: 0 0 0 auto;
}

.fluximg-ac {
	text-align: center;
}

.fluximg-ac .caption {
	text-align: left;
	margin: 0 auto 0 auto;
}

.fluximg-wl {
	float: left;
	text-align: left;
}

.fluximg-wl .caption {
	text-align: left;
}

.fluximg-wr {
	float: right;
	text-align: left;
}

.fluximg-wr .caption {
	text-align: left;
}

/* Only IE-win sees this. \*/
* html .fluximg-al, * html .fluximg-ar, * html .fluximg-ac {
	height: 1%;
}

* html .fluximg-wl {
	margin: 0 -3px 0 0;
}

* html .fluximg-wr {
	margin: 0 0 0 -3px;
}
/* End hide from IE5/mac */

/* --------- bug-fix & utility css --------- */
 .clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {
	display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix {
	height: 1px;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */

/* hide accessibility links from visual browsers */
#access {
	visibility: hidden;
	position: absolute;
	left: 0;
	top: 0;
}

/* --------- general page styles --------- */
input {
	font-family: Arial,Helvetica,sans-serif;
}

ul {
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 0;
}

ol li {
	padding-bottom: 8px;
}

ul.list0 {
	list-style-image: url(../graphics/system/bullet0.gif);
	margin-left: 1em;
	padding: 0;
}

ul.list1 {
/*	list-style-image: url(../graphics/system/bullet1.gif); */
	margin-left: 2em;
	padding: 0;
}

ul.list2 {
/*	list-style-image: url(../graphics/system/bullet2.gif); */
	margin-left: 4em;
	padding: 0;
}

ul.list3 {
/*	list-style-image: url(../graphics/system/bullet3.gif); */
	margin-left: 1em;
	padding: 0;
}

/*  --------- default text links --------- */
/* should contain only colour definitions, no font, size, weight, etc */
a, a:link {
	color: #07497b;
	text-decoration: none;		
}

a:visited {
	color: #007336;
	text-decoration: underline;
}

a:hover, a:active {
	color: #09347a;
	text-decoration: underline;
}

/* ------ custom form elements style ------ */
.formfieldemail {
	display: none;
}

.emailform {
	position: relative;
	width: 400px;
}

.emailform .formfieldlabel {
	font-weight: bold;
	padding: 0 20px 15px 0;
	width: 160px;
	text-align: right;
}

.emailform .formfielddescr {
	font-weight: normal;
	font-size: 11px;
	text-align: right;
}

.emailform .formfieldtext,
.emailform .formfieldarea,
.emailform .formfieldlist,
.emailform .formfieldselect,
.emailform .formfieldoption,
.emailform .formfieldfile,
.emailform .formfieldbutton {
	width: 210px;
	padding: 0 0 15px 10px;
}

.emailform .formfieldarea textarea {
	height: 80px;
	width: 180px;
	font-family: Arial, Helvetica, sans-serif;
}

.emailform .formfieldtext input {
	width: 180px;
}

.formfieldlistitem {
	padding: 0 0 0 20px;
}

.emailform .formfieldoption label {
	display: block;
	margin: 0 0 0 20px;
}

.emailform .formfieldoption input {
	float: left;
	margin: 0 5px 0 0;
}

.formfieldlistitem input {
	margin: 0 0 0 -20px;
}

.emailform .formfieldmandatory .formfieldstar {
	position: absolute;
	left: -10000px;
}

.emailform .formfieldmandatory .formfieldtext,
.emailform .formfieldmandatory .formfieldarea,
.emailform .formfieldmandatory .formfieldlist,
.emailform .formfieldmandatory .formfieldselect,
.emailform .formfieldmandatory .formfieldfile,
.emailform .formfieldmandatory .formfieldoption {
	background: url(../graphics/system/formfieldmandatory_star.gif) no-repeat top left;
}

/*-- form header --*/
.emailform .formfieldheader {
	padding: 0 0 15px 0;
	color: #000;
	font-size: 13px;
	font-weight: bold;
}

/*-- form sub header --*/
.emailform .formfieldsubheader {
	padding: 0 0 15px 0;
	color: #000;
	font-size: 12px;
	font-weight: bold;
}

/*-- form normal text --*/
.emailform .formfieldnormaltext {
	padding: 0 0 15px 0;
	font-size: 11px;
	font-weight: normal;	
}

/*-- form divider line --*/
.emailform .formfieldseparator div {
	margin: 0 0 15px 0;
	height: 1px;
	border-bottom: 1px solid #CCC;
	line-height: 0;
	font-size: 0;
}

/* ------ search box style ------ */
.searchbox .formfieldtext {
	width: 120px;
}

/*----- login box styles -----*/
.loginbox label {
	display: block;
	padding: 0 0 6px 0;
}

.loginbox span {
	width: 70px;
	padding: 4px 2px 0 0;
	text-align: right;
	float: left;
}

.loginbox .formfieldbutton {
	margin-left: 73px;
}

.loginbox .formerror {
	color : #B00;
	font-weight : bold;
	margin-bottom: 2px;
}

/* --------- sitemap styles --------- */
/* number represents level within sitemap hierarchy */
/* can be defined individually, and extended indefinitely */
.sm1 {
	color: #000;
	font-size: 14px;
}

.sm1 a:link, .sm1 a:visited {
	/* normal link: colour, style */
}

.sm1 a:hover, .sm1 a:active {
	/* normal link rollover: colour, style */
}

/* --------- navigation styles --------- */
/* ---- nav style 0 (flowing text - utility nav) ---- */
.navi0 {
	/* common font face, size, formatting */
	padding: 10px 0 0 0;
	color: #000;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
}

.navi0 ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.navi0 li {
	display: inline;
}

.navi0 a:link, .navi0 a:visited {
	/* normal link: colour, style */
	position: relative;
	color: #000;
	text-decoration: underline;
}

.navi0 a:hover, .navi0 a:active {
	/* normal link rollover: colour, style */
	position: relative;
	color: #000;
	text-decoration: underline;
}

.navc0 a:link, .navc0 a:visited {
	/* current link: colour, style */
	position: relative;
	color: #000;
	text-decoration: underline;
}

.navc0 a:hover, .navc0 a:active {
	/* current link rollover: colour, style */
	position: relative;
	color: #000;
	text-decoration: underline;
}

/* ---- nav style 1 (main nav - flowing text ) ---- */
.navi1 {
	/* common font face, size, formatting */
	padding: 0 10px;
	width: 804px;
	height: 29px;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	background: url(../graphics/system/CBT_mainnavbg.gif) repeat-x left top;
}

.navi1 ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.navi1 li {
	display: block;
	float: left;
	padding: 0;
}

.navi1 a {
	display: block;
	padding: 8px 22px 0 22px;
	height: 21px;
	white-space: nowrap;
	width: 20px;
}

html>body .navi1 a {
	width: auto;
}

.navi1 a:link, .navi1 a:visited {
	/* normal link: colour, style */
	color: #000;
	text-decoration: none;
}

.navi1 a:hover, .navi1 a:active {
	/* normal link rollover: colour, style */
	color: #000;
	text-decoration: underline;
}

.navc1 a:link, .navc1 a:visited {
	/* current link: colour, style */
	color: #FFF;
	font-weight: normal;
	text-decoration: none;
	background: #294e8b url(../graphics/system/CBT_mainnavbg_current.gif) repeat-x left top;
}

.navc1 a:hover, .navc1 a:active {
	/* current link rollover: colour, style */
	color: #FFF;
	font-weight: normal;
	text-decoration: none;
	background: #294e8b url(../graphics/system/CBT_mainnavbg_current.gif) repeat-x left top;
}

/* ---- nav style 7 (drop down menu, lv 1) ---- */
.navi7 {
	position: absolute;
	z-index: 100;
	left: -999em;
	top: -999em;
	padding: 8px 6px 4px 6px;
	border: none;
	width: 118px;
	font-size: 11px;
	color: #FFF;
	background: url(../graphics/system/CBT_dropdownbg.png);
}

* html .navi7 {
	background: none;
	background: #294e8b;
}

.navi1 .navi7 ul {
	margin: 0;
	padding: 0;
	height: auto;
	width: auto;
	list-style: none;
}

* html .navi1 .navi7 ul {
	position: static;
}

.navi1 .navi7 ul li {
	position: relative;
	list-style: none;
	clear: both;
	display: block;
	margin: 0;
	padding: 5px 0;
}

* html .navi1 .navi7 ul li {
	position: static;
}

html>body .navi7 ul li {
	height: auto;
}

.navi7 ul li a {
	display: block;
	padding: 0 0 0 9px;
	border: none;
	width: 118px;
	white-space: normal;
	clear: both;
	float: left;
}

* html .navi7 ul li a {
	float: none;
	display: inline-block;
}

html>body .navi7 ul li a {
	height: auto;
}

/* non-Mac IE 5 - reset nav div to normal \*/

.navi7 {
	top: auto;
}

/* end Mac IE 5 hack */

.navi7 a:link, .navi7 a:visited {
	/* normal link: colour, style */
	position: relative;
	color: #FFF;
	font-weight: normal;
	text-decoration: none;
	background: none;
}

* html .navi7 a:link, .navi7 a:visited {
	position: static;
}

.navi7 a:hover, .navi7 a:active {
	/* normal link rollover: colour, style */
	color: #FFF;
	font-weight: normal;
	text-decoration: underline;
	background: url(../graphics/system/CBT_dropdownnav_arrow.gif) no-repeat 0 3px;
}

.navc7 a:link, .navc7 a:visited {
	/* normal link: colour, style */
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
	background: url(../graphics/system/CBT_dropdownnav_arrow.gif) no-repeat 0 3px;
}

.navc7 a:hover, .navc7 a:active {
	/* normal link rollover: colour, style */
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
	background: url(../graphics/system/CBT_dropdownnav_arrow.gif) no-repeat 0 3px;
}


/* ---- nav style 2 (vertical text - sub nav lv 1) ---- */
.navi2 {
	/* common font face, size, formatting */
	margin: 0 14px 18px 14px;
	padding: 5px 0 13px 6px;
	border-bottom: 1px solid #09347a;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
}

.navi2 ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.navi2 li {
	display: block;
	padding: 4px 0;
}

.navi2 a:link, .navi2 a:visited {
	/* normal link: colour, style */
	color: #636466;
	text-decoration: none;
}

.navi2 a:hover, .navi2 a:active {
	/* normal link rollover: colour, style */
	color: #636466;
	text-decoration: underline;
}

.navc2 a:link, .navc2 a:visited {
	/* current link: colour, style */
	color: #09347a;
	font-weight: bold;
	text-decoration: none;
}

.navc2 a:hover, .navc2 a:active {
	/* current link rollover: colour, style */
	color: #09347a;
	font-weight: bold;
	text-decoration: underline;
}

/* ---- nav style 3 (vertical text - sub nav lv 2) ---- */
.navi3 {
	/* common font face, size, formatting */
	margin: 0;
	padding: 2px 0 0 26px;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
}

.navi3 ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.navi3 li {
	display: block;
	padding: 2px 0;
}

.navi3 a:link, .navi3 a:visited {
	/* normal link: colour, style */
	color: #636466;
	font-weight: normal;
	text-decoration: none;
}

.navi3 a:hover, .navi3 a:active {
	/* normal link rollover: colour, style */
	color: #636466;	
	font-weight: normal;
	text-decoration: underline;
}

.navc3 a:link, .navc3 a:visited {
	/* current link: colour, style */
	color: #09347a;
	font-weight: normal;
	text-decoration: underline;
}

.navc3 a:hover, .navc3 a:active {
	/* current link rollover: colour, style */
	color: #09347a;
	font-weight: normal;
	text-decoration: underline;
}

/* ---- nav style 4 (vertical graphics - home hotlink nav) ---- */
.navi4 {
	margin: 0;
	padding: 0 0 0 3px;
}

.navi4 ul, .navi4 li {
	margin: 0;
	padding: 0;
	border: none;
	list-style: none;
}

.navi4 li {
	display: block;
	padding: 0 0 0 0;
	line-height: 0;
	font-size: 0;
}

/* ---- nav style 5 (vertical graphics - standard hotlink nav) ---- */
.navi5 {
	padding: 0 0 18px 5px;
}

#decoshadow3 .navi5 {
	font-size: 11px;
	line-height: normal;
}

.navi5 ul, .navi5 li {
	margin: 0;
	padding: 0;
	border: none;
	list-style: none;
}

.navi5 li {
	display: block;
	padding: 0 0 3px 0;
}

/* --------- text styles (font face should be defined, to ensure admin compatibility) --------- */
h1, .t0, .t1, .t2, .t3, .t4 {
	font-family: Arial,Helvetica,sans-serif;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
}

/* ---- title text style ---- */
h1, .t0 {
/*	color: #000; */
	font-size: 20px;
	font-weight: normal;
	margin: 0 0 14px 0;
	padding: 0 0 6px 0;
	border-bottom: 1px solid #09347a;
}

h1 a:link, h1 a:visited, .t0 a:link, .t0 a:visited {
}

h1 a:hover, h1 a:active, .t0 a:hover, .t0 a:active {
}

/* --------- text style 1 --------- */
.t1 {
/*	color: #000; */
	font-size: 16px;
	font-weight: bold;
}

.t1 a:link, .t1 a:visited {
	font-style: italic;
}

.t1 a:hover, .t1 a:active {
}

/* --------- text style 2 --------- */
.t2 {
/*	color: #000; */
	font-size: 14px;
	font-weight: bold;
}

.t2 a:link, .t2 a:visited {
	font-style: italic;
}

.t2 a:hover, .t2 a:active {
}

/* --------- text style 3 --------- */
.t3 {
/*	color: #000; */
/*	font-size: 12px; */
}

.t3 a:link, .t3 a:visited {
	font-style: italic;
}

.t3 a:hover, .t3 a:active {
}

/* --------- text style 4 --------- */
.t4 {
/*	color: #555; */
	font-size: 11px;
}

.t4 a:link, .t4 a:visited {
	font-style: italic;
}

.t4 a:hover, .t4 a:active {
}

/* --------- miscellaneous styles --------- */
.caption {
	font-size: 11px;
}

.error {
	color: #900;
	font-weight: bold;
}

.highlight {
	background-color: #EEE;
	color: #090;
	font-weight: bold;
    padding: 0 3px 1px 3px;
}

/* --------- quick table row styles --------- */
.r1 {
	/*background: #DDD;*/
}

.r2 {
	/*background: #F4F4F4;*/
}

/* --------- custom style settings --------- */
/* --- feature box for buttons only --- */
.featurebox1a {
	margin: 0;
	width: 151px;
	background: #113b7f url(../graphics/system/CBT_bluebox_mid.jpg) repeat-y left top;
}

.featurebox1b {
	background: url(../graphics/system/CBT_bluebox_top.gif) no-repeat left top;
}

.featurebox1c {
	padding: 11px 14px 15px 14px;
	background: url(../graphics/system/CBT_bluebox_btm.gif) no-repeat left bottom;
}

/* --- feature box for content, plus a header --- */
.featurebox2a {
	margin: 0;
	width: 151px;
	background: #113b7f url(../graphics/system/CBT_bluebox_mid.jpg) repeat-y left top;
}

.featurebox2b {
	color: #FFF;
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
	padding: 11px 14px 9px 14px;
	background: url(../graphics/system/CBT_bluebox_top.gif) no-repeat left top;
}

.featurebox2c {
	padding: 0 14px 15px 14px;
	background: url(../graphics/system/CBT_bluebox_btm.gif) no-repeat left bottom;
}

.featurebox2d {
	height: 5px;
	font-size: 0;
	line-height: 0;
	background: url(../graphics/system/CBT_bluebox_inner_top.gif) no-repeat left top;
}

.featurebox2e {
	padding: 3px 6px;
	background: #FFF;
}

.featurebox2e ul.list0 {
	list-style-image: url(../graphics/system/CBT_bluebox_custombullet.gif);
	margin-left: 1.3em;
	padding: 0;
}

.featurebox2e ul.list1 {
	list-style-image: url(../graphics/system/CBT_bluebox_custombullet.gif);
	margin-left: 1.3em;
	padding: 0;
}

.featurebox2e ul.list2 {
	list-style-image: url(../graphics/system/CBT_bluebox_custombullet.gif);
	margin-left: 1.3em;
	padding: 0;
}

.featurebox2e ul.list3 {
	list-style-image: url(../graphics/system/CBT_bluebox_custombullet.gif);
	margin-left: 1.3em;
	padding: 0;
}

.featurebox2f {
	height: 6px;
	font-size: 0;
	line-height: 0;
	background: url(../graphics/system/CBT_bluebox_inner_btm.gif) no-repeat left top;
}

/* --- feature box adjustment for scrolling content --- */
.featurebox3c {
	padding: 11px 14px 15px 14px;
	background: url(../graphics/system/CBT_bluebox_btm.gif) no-repeat left bottom;
}

/* --- feature box adjustment for preset sign up box --- */
.signupnowboximg {
	position: absolute;
	z-index: 1;
	margin: 6px 0 0 10px;
	width: 61px;
	height: 65px;
	background: url(../graphics/system/CBT_bluebox_signupnow_img.gif) no-repeat left top;
}

.featurebox4c {
	padding: 11px 14px 15px 14px;
	min-height: 55px;
	height: auto !important;
  	height: 55px;
	background: url(../graphics/system/CBT_bluebox_btm.gif) no-repeat right bottom;
}

.featurebox4d {
	height: 6px;
	font-size: 0;
	line-height: 0;
	background: url(../graphics/system/CBT_bluebox_inner_signup_top.gif) no-repeat right top;
}

.featurebox4e {
	padding: 4px 6px 5px 65px;
	background: url(../graphics/system/CBT_bluebox_inner_signup_mid.gif) repeat-y right top;
}

.featurebox4f {
	height: 6px;
	font-size: 0;
	line-height: 0;
	background: url(../graphics/system/CBT_bluebox_inner_signup_btm.gif) no-repeat right top;
}

.featurebox4e a:link, .featurebox4e a:visited {
	font-style: normal;
}

.featurebox4e a:hover, .featurebox4e a:active {
	font-style: normal;
}

/* --- invisible wrapper for Flash quote --- */
.flashwrapper {
	display: inline;
	float: right;
	margin: 5px 0 5px 5px;
	width: 222px;
}

/* --- scroller box --- */
.scrollerboxouter {
	position: relative;
	z-index: 15;
	visibility: visible;
	top: 0;
	left: 0;
  	width: 111px;
	height: 120px;
	margin: 0;
	text-align: left;
	overflow: hidden;
	clip: rect(0 111px 120px 0);
}

.scrollerboxinner {
	position: absolute;
	z-index: 14;
	left: 0;
	top: 120px;
	visibility: visible;
	margin: 0;
	padding: 0 0 1px 0;
}

/* --------- layout style settings (for .asp template only) --------- */
#pagebody {
	color: #000;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
	text-align: center;
	background: #003d91 url(../graphics/system/CBT_pagebg_blue.jpg) no-repeat left top;
}

#toplevel {
	padding: 32px 0 0 0;
	margin: 0;
	margin-right: auto;
	margin-left: auto;
	width: 840px;
	text-align: left;
}

/* --- change when Flash files become available --- */
#header {
	width: 840px;
	height: 201px;
}

#homelink {
	position: absolute;
	z-index: 100;
	margin: 17px 0 0 21px;
	width: 152px;
	height: 177px;
	font-size: 1px;
	line-height: 1px;
	text-decoration: none;
	background: none;
}

#alternativecontent {
	width: 840px;
	height: 201px;
	background: url(../graphics/system/CBT_header_alternative.png) no-repeat left top;
}

* html #alternativecontent {
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='graphics/system/CBT_header_alternative.png',sizingMethod='scale');
}

#decoshadow1 {
	width: 840px;
	height: 5px;
	font-size: 0;
	line-height: 0;
	background: url(../graphics/system/CBT_decoshadow1.png) no-repeat left top;
}

* html #decoshadow1 {
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='graphics/system/CBT_decoshadow1.png',sizingMethod='scale');
}

#mainnavshadow {
	padding: 0 9px 0 7px;
	width: 824px;
	height: 29px;
	background: url(../graphics/system/CBT_mainnavshadowbg.png) no-repeat left top;
}

* html #mainnavshadow {
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='graphics/system/CBT_mainnavshadowbg.png',sizingMethod='scale');
}

#decoshadow2 {
	width: 840px;
	height: 10px;
	font-size: 0;
	line-height: 0;
	background: url(../graphics/system/CBT_decoshadow2.png) no-repeat left top;
}

* html #decoshadow2 {
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='graphics/system/CBT_decoshadow2.png',sizingMethod='scale');
}

#maincontent {
	width: 840px;
	background: url(../graphics/system/CBT_columnsbg.png) repeat-y left top;
}

* html #maincontent {
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='graphics/system/CBT_columnsbg.png',sizingMethod='scale');
}

#column1 {
	padding: 5px 7px 16px 8px;
	width: 142px;
}

#column2 {
	padding: 20px 50px 16px 29px;
	width: 437px;
	min-height: 300px;
  	height: auto !important;
  	height: 300px;
}

#footcell {
	vertical-align: bottom;
}

#column2footer {
	margin: 0 50px 0 29px;
	padding: 12px 0 20px 0;
	border-top: 1px solid #09347a;
}

#column3 {
	padding: 5px 9px 68px 7px;
	width: 151px;
}

#column1 a:link, #column1 a:visited,
#column1 a:hover, #column1 a:active,
#column2 a:link, #column2 a:visited,
#column2 a:hover, #column2 a:active,
#column2footer a:link, #column2footer a:visited,
#column2footer a:hover, #column2footer a:active,
#column3 a:link, #column3 a:visited,
#column3 a:hover, #column3 a:active {
	position: relative;
}

#decoshadow3 {
	width: 840px;
	height: 11px;
	font-size: 0;
	line-height: 0;
	background: url(../graphics/system/CBT_columnsbtmbg.png) no-repeat left top;
}

* html #decoshadow3 {
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='graphics/system/CBT_columnsbtmbg.png',sizingMethod='scale');
}

#enginelink {
	position: absolute;
	margin: -34px 0 0 704px;
	width: 108px;
	height: 20px;
	font-size: 11px;
	color: #000;
	line-height: normal;
}

#enginelink a:link,#enginelink a:visited {
	color: #000;
	text-decoration: underline;
}

#enginelink a:hover, #enginelink a:active {
	color: #000;
	text-decoration: underline;
} 
