body {
	margin: 0px 0px 0px 0px;
	font-weight: normal;
	font-family: arial, helvetica, sans-serif;
	color: #555;
	background-color: #FFF;
	text-align: center;
}

img	{
	margin: 0px 0px 0px 0px;
	border: none;
}

a:link	{
	color: #009999;
	background-color: transparent; 
	text-decoration: underline;
}

a:visited	{
	color: #009999;
	background-color: transparent;
	text-decoration: underline;
}

a:hover	{
	color: #009999;
	background-color: transparent; 
	text-decoration: none;
}

ul li	{
	font-family: arial, helvetica, sans-serif;
	font-weight: normal;
	font-size: 80%;
	color: #555;
	margin: 0px 0px 10px -15px;
	padding: 0px 0px 0px 0px;
	text-align: left;
	list-style: outside square;	
}

ol li	{
	font-family: arial, helvetica, sans-serif;
	font-weight: normal;
	font-size: 80%;
	color: #555;
	margin: 0px 0px 0px -10px;
	padding: 0px 0px 0px 0px;
	text-align: left;
	list-style-type : decimal;
}

/*  IDs  */

#logo	{
	text-align: right;
	
}

#background	{
	background-color:#F2F2F2;
} 

#site	{
	margin-top: 5px;
	margin-bottom: auto;	
	margin-left: auto;
	margin-right: auto;
	border: solid 1px #BBBBBB;
	width: 750px;
	position: relative;
	background-color:#FFFFFF;
}

#siteLong	{
	margin-top: 5px;
	margin-bottom: auto;	
	margin-left: auto;
	margin-right: auto;
	border: solid 1px #BBBBBB;
	width: 750px;
	height: 100%;
	position: relative;
	background-color:#FFFFFF;
}

#mapImage	{
	position: absolute;
	left: 0px;
	margin: 0px 0px 0px 0px;
	text-align: left;	
	z-index: 1;
}


#homePage 	{
	position: relative;
	padding: 0px 0px 5px 5px;
	margin: 0px 0px 0px 15px;
	border: 0px 0px 0px 0px;
	font-family: verdana, arial, helvetica, sans-serif;
	font-weight: 800;
	font-size: 70%;
	color: #555;
	background-color: transparent;	
	text-align: left;
}

/* classes */

.topNav	{
	text-align: center;
	vertical-align: middle;	
	width: 110px;
	height: 15px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	background-color: #CCC;
}

.breadCrumbAlign	{
	font-size: 70%;
	letter-spacing: 0.055em;
	text-align: right;
	vertical-align: top;	
	padding: 0px 0px 0px 0px;
	margin: 5px 20px 0px 0px;
	color: #009999;
	background-color: transparent;
}

.image_bg	{
	background-image: url(../images/barcode_bg.gif);
	background-repeat: repeat;
}

.bottomNav{
	font-family: arial, helvetica, sans-serif;
	font-size: 70%;
	font-weight: 400;
	color: #009999;
	background-color: transparent;
	text-align: center;
	vertical-align: middle;	
}

.signOff{
	font-family: arial, helvetica, sans-serif;
	font-size: 70%;
	font-weight: 400;
	color: #888;
	background-color: transparent;
	text-align: center;
	vertical-align: middle;	
}

.greyBg	{
	background-color: #BBBBBB;
	text-align: center;
	height: 30px;
}

.darkGreyBg	{
	background-color: #BBBBBB;
	line-height: 10px;
}

.boxGrey	{
	background-color: #F2F2F2;
	text-align: left;
}

.boxGrey2	{
	background-color: #f6f6f6;
	text-align: left;
}

.boxGrey3	{
	background-color: #eeeeee;
	text-align: left;
}

.borderDash	{
	border-bottom: 1px dashed #BBBBBB;
}

.borderBottomDash	{
	border-top: 1px dashed #BBBBBB;
}

.borderDashAll	{
	border: 1px dashed #BBBBBB;
}

.borderDashTop	{
	border-top: 1px dashed #BBBBBB;
}

.borderDashBottom	{
	border-bottom: 1px dashed #BBBBBB;
}

.borderDashLeft	{
	border-left: 1px dashed #BBBBBB;
}

.borderDashRight	{
	border-right: 1px dashed #BBBBBB;
}

.borderDashLeftRight	{
	border-left: 1px dashed #BBBBBB;
	border-right: 1px dashed #BBBBBB;
}

.borderDashTopLeft	{
	border-top: 1px dashed #BBBBBB;
	border-left: 1px dashed #BBBBBB;	
}

.borderDashTopLeftRight	{
	border-top: 1px dashed #BBBBBB;
	border-left: 1px dashed #BBBBBB;	
	border-right: 1px dashed #BBBBBB;			
}

.borderDashTopLeftBottom	{
	border-top: 1px dashed #BBBBBB;
	border-left: 1px dashed #BBBBBB;	
	border-bottom: 1px dashed #BBBBBB;	
}

.borderDashTopLeftBottomRight	{
	border-top: 1px dashed #BBBBBB;
	border-right: 1px dashed #BBBBBB;		
	border-bottom: 1px dashed #BBBBBB;
	border-left: 1px dashed #CCCCCC;	
}

.borderDashTopRight	{
	border-top: 1px dashed #BBBBBB;
	border-right: 1px dashed #BBBBBB;		
}

.borderDashBottomLeft	{
	border-bottom: 1px dashed #BBBBBB;
	border-left: 1px dashed #BBBBBB;
}

.borderDashBottomRightLeft	{
	border-left: 1px dashed #BBBBBB;
	border-right: 1px dashed #BBBBBB;	
	border-bottom: 1px dashed #BBBBBB;
}

.depth	{
	line-height: 120px;
}

a.topNavGrey	{
	text-decoration: none;
	font-family: arial, helvetica, sans-serif;
	font-size: 80%;
	font-weight: 800;
	color: #FFFFFF;
	background-color: transparent;
	text-align: center;
	vertical-align: middle;	
	width: 110px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

a.topNavGrey:visited	{
	text-decoration: none;
	vertical-align: middle;	
	color: #FFFFFF;
	background-color: transparent;

}
a.topNavGrey:hover	{
	text-decoration: underline;
	vertical-align: middle;	
	color: #F2F2F2;
	background-color: transparent;
	text-align: center;
	vertical-align: middle;	
	width: 110px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

a.breadCrumb	{
	text-decoration: underline;
	font-family: arial, helvetica, sans-serif;
	font-weight: 500;
	color: #009999;
	background-color: transparent;
	text-align: right;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

a.breadCrumb:visited	{
	text-decoration: none;
	color: #009999;
	background-color: transparent;
}
a.breadCrumb:hover	{
	text-decoration: none;
	color: #CCC;
	background-color: transparent;
}

.backGround1	{
	color: #FFFFFF;
	background-color: #70CCE7;
}

.borderTop	{
	border-top: 1px solid #888;
}

.borderBottom	{
	border-bottom: 1px solid #888;
}

.borderTopBottom	{
	border-top: 7px solid #E0E0E0;
	border-bottom: 7px solid #E0E0E0;
}

.borderBottomHp	{
	border-bottom: 1px solid #BBBBBB;
}

.borderALLdashed	{
	border: 1px dashed #CCC;
}

.topBorderDash	{
	border-top: 1px dashed #CCC;
}

.borderTopBottom2	{
	border-top: 1px solid #009999;
	border-bottom: 1px solid #009999;
}

.topBorderBlue	{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border-top: 2px solid #70CCE7; 
	border-bottom: 0px;
	border-right: 0px;
	border-left: 0px;
	width: 30%;
}

.topBorderOrange	{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border-top: 2px solid #F5A444; 
	border-bottom: 0px;
	border-right: 0px;
	border-left: 0px;
	width: 30%;	
}

.topBorderGreen	{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border-top: 2px solid #4AFA5E; 
	border-bottom: 0px;
	border-right: 0px;
	border-left: 0px;
	width: 30%;	
}

.emphasisText {
	font-weight: 600;
	font-size: 80%;
	color: #888;
	background-color: transparent;	
	text-align: left;	
}

.emphasisTextHp {
	padding: 0px 0px 0px 10px;
	font-weight: 600;
	font-size: 80%;
	color: #888;
	background-color: transparent;	
	text-align: left;	
}

.emphasisTextLarge	{
	font-weight: 600;
	font-size: 90%;
	color: #888;
	background-color: transparent;	
	text-align: left;	
}

.emphasisTextNav{
	text-decoration: none;
	font-family: arial, helvetica, sans-serif;
	font-size: 70%;
	font-weight: 800;
	color: #888;
	background-color: transparent;
	text-align: center;
	vertical-align: middle;	
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

.whiteHeading	{	
	margin: 0px 0px 0px 0px; 
	font-family: arial, helvetica, sans-serif;
	padding: 0px 0px 0px 15px;
	font-weight: bold;
	font-size: 90%;
	width: 90%;
	color: #FFF;
	background-color: transparent;
	text-align: left;
}

.spaceAbove	{
	margin: 20px 0px 0px 10px;
}

.spaceBelow	{
	margin: 0px 10px 0px 10px;
}

.indent	{
	margin: 10px 0px 10px 15px ;
}

.indentLR	{
	padding: 0px 25px 0px 5px ;	
}


.indentCeSolution	{
	margin: 10px 0px 10px 30px ;
}

.indentBold	{
	margin: 10px 20px 10px 15px ;
	font-weight: 800;
	color: #009999;
}

.indentHigh{
	margin: -10px 0px 0px 15px ;
}

.indent2	{
	margin: 0px 0px 0px 10px ;
}

.indentLeft	{
	margin: 0px 0px 10px 15px;
}

.indentedContent	{
	padding: 5px 0px 10px 15px ;	
	font-size: 80%;
	line-height: 180%;
}

.indentedContentList	{
	margin: 10px 20px 15px 20px ;
	font-size: 70%;
	line-height: 110%;
}

.indentedArrows	{
	margin: 0px 0px 10px 30px ;
	color: #009999;
	font-size: 60%;
	line-height: 180%;
	background-color: transparent;
}

.indentBullet	{
	margin: 10px 20px 10px -10px ;
}

.indentBulletSiteMap	{
	margin: 10px 20px 10px 5px ;
}

.indentedBulletPromo	{
	margin: -10px 5px 20px -10px ;
}

.indentedRight	{
	margin: 0px 30px 10px 0px;
	line-height: 140%;
}

.inPageNav	{
	margin: 0px 0px 0px 30px;
	font-size: 50%;
	color: #009999;
	background-color: transparent;
}

.teleMail	{
	margin: 0px 0px 10px 0px;
	padding: 25px 10px 0px 0px;
	text-align: right;
	font-size: 70%;
	color: #888;
	background-color: transparent;
	font-family: arial, helvetica, sans-serif;
	font-weight: 400;
}

.dataTableSub	{
	text-align: center;
	font-size: 80%;
	color: #009999;
	background-color: #F2F2F2;	
	vertical-align: middle;
}

.dataTableText	{
	text-align: center;
	font-size: 80%;	
	color: #555;
	background-color: transparent;		
	height: 20px;
	vertical-align: middle;	
}

.dataTableTextBg	{
	text-align: center;
	font-size: 70%;	
	color: #555;	
	background-color: #F2F2F2;
	height: 20px;
	vertical-align: middle;	
}

.alignCenter	{
	text-align: center;
}

.alignRight	{
	text-align: right;
}

.homePageH1 	{
	padding: 5px 5px 5px 15px;
	margin: 5px 0px 0px 5px;
	border: 0px;
}

.homePageH2 	{
	color: #777;
	padding: 5px 5px 0px 15px;
	margin: 5px 0px 0px -3px;
	border: 0px;
}

.homePageText	{
	padding: 0px 10px 20px 15px;
	margin: 5px 0px 0px -3px;
	border: 0px;
}
.tableBorder	{
	border: 1px dashed #BBBBBB;
}

.listContentSpacing	{
	line-height: 150%;
	padding: 10px 10px 5px 10px;
	font-size: 80%; 
}

.navBars	{
	font-size: 70%;
	color: #009999;
	background-color: transparent;
	vertical-align: middle;
}

.listTitle	{
	padding: 0px 0px 0px 0px; 	
	margin: 15px 0px 5px 15px;
	font-weight: 600;
	font-size: 70%;
	width: 97%;
	color: #888;
	background-color: #F2F2F2;
	text-align: left;
}

.listTitleHigh	{
	margin: 0px 20px 0px 5px;
}

.listNumberTitle	{
	padding: 0px 0px 0px 0px; 	
	margin: 0px 0px 0px 0px;
	font-weight: 700;
	font-size: 90%;
	width: 97%;
	color: #009999;
	background-color: transparent;
	text-align: left;
}

.spacingTop	{
	padding: 0px 0px 15px 0px; 	
}

.promoBox1	{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border: 1px dashed #BBBBBB;
	width: 300px;
	text-align: left;
	vertical-align: top;
	background-image: url(../images/stripes_grey.gif);
	background-repeat : repeat;	
}

.promoBox	{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border: 1px dashed #BBBBBB;
	width: 300px;
	text-align: left;
	vertical-align: top;
	background-image: url(../images/barcode_light.gif);
	background-repeat : repeat;	
}


.noInline	{
	display: inline;
	background-color: transparent;
	color: #888;	
}

.stripesGrey	{
	background-image: url(../images/stripes_grey.gif);
	background-repeat : repeat;
}

.greyBlockBg	{
	background-image: url(../images/side_image.gif);
	background-repeat: no-repeat;		
	background-position: left bottom;
}

.greyBlockLine	{
	border-left: 0px;
	border-right: 0px;
	border-bottom: 1px solid #BBBBBB;
	border-top: 0px;
	background-image: url(../images/side_image.gif);
	background-repeat: no-repeat;		
	background-position: left bottom;
}

.lineHeight	{
	line-height: 150%;
}



span.bolder	{
	font-color: #BBBBBB;
	font-weight: 700;
}

/* standard tags */

p	{
	padding: 0px 0px 0px 0px; 
	margin: 10px 5px 15px 5px;
	font-family: arial, helvetica, sans-serif;
	font-size: 80%;
	font-weight: normal;
	line-height: 130%;	
	text-align: left;
}

h1 	{
	position: relative;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	border-bottom: 1px dashed #BBBBBB;
	font-family: verdana, arial, helvetica, sans-serif;
	font-weight: 800;
	font-size: 90%;
	color: #009999;
	background-color: transparent;	
	text-align: left;
}

h2	{	
	font-family: arial, helvetica, sans-serif;
	margin: 0px 0px 0px 0px; 
	padding: 10px 0px 4px 15px;
	font-weight: bold;
	font-size: 80%;
	color: #009999;
	background-color: transparent;
	text-align: left;
	vertical-align: bottom;
}

h3	{
	padding: 5px 5px 5px 5px; 	
	margin: 0px 0px 0px 0px;
	font-family: arial, helvetica, sans-serif;
	font-weight: 600;
	font-size: 60%;
	width: 100%;
	color: #888;
	background-color: transparent;
	text-align: left;
}

hr	{
	background-color: transparent;	
	color: #F2F2F2;
	width: 95%;
	border-top: solid 1px #F2F2F2;
	border-bottom: 0px;
	border-left: 0px;
	border-right: 0px;
	margin: 5px 0px 15px 0px;
	padding: 0px 0px 0px 0px;	
	text-align: center;
}

th	{
	font-size: 80%;
	color: #888;
	background-color: #F2F2F2;
	vertical-align: middle;
}


h1.homePage1 	{
	position: relative;
	padding: 0px 0px 5px 5px;
	margin: 0px 0px 0px 15px;
	border: 0px 0px 0px 0px;
	font-family: verdana, arial, helvetica, sans-serif;
	font-weight: 800;
	font-size: 80%;
	color: #555;
	background-color: transparent;	
	text-align: left;
}

h1.homePage2	{	
	font-family: arial, helvetica, sans-serif;
	margin: 0px 0px 0px 0px; 
	padding: 0px 0px 0px 0px;
	border: 0px 0px 0px 0px;
	font-weight: bold;
	font-size: 80%;
	color: #555;
	background-color: transparent;
	text-align: left;
	vertical-align: bottom;
}


.noLine	{
	border: 0px 0px 0px 0px;
	color: #555;
	margin: 0px 0px 0px 0px;
}

