/* CSS Document */



/* Style for overall TD */

body {
  font-family: Verdana, Arial, Tahoma, sans-serif;
}

td {
	font-family: Verdana, Arial, Tahoma, sans-serif;
	color: #000000;
	font-size: 10pt;
	line-height: 14pt;
}

/* Banner table style */

.banner_tr {
     background-image:url('images/background.jpg');
}

.banner_tr2 {
     background-image:url('images/background2.jpg');
}

.banner_scr {
     background-image:url('news/scr/images/background.jpg');
}

.badge_scr {
     background-image:url('news/scr/images/top-badge-background.jpg');
}


.banner_labor {
     background-image:url('collections/labor/images/background.jpg');
}

.badge_labor {
     background-image:url('collections/labor/images/top-badge-background.jpg');
}


/*-- Navigation table styles */

.nav_table {
     background-color: #ffffff;
	 border-width: 1px;
	 border-top-width: 1px;
	 border-bottom-width: 1 px;
	 border-left-width: 1px;
	 border-right-width: 1px;
	 padding-top: 10px;
}

.nav_td {
     font-family: Verdana, Arial, Tahoma, sans serif;
	 font-size: 10pt;
	 background-color: #ffffff;
	 padding-top: 2px;
	 padding-right: 5px;
	 padding-bottom: 2px;
	 padding-left: 15px;
	 line-height: 12pt;
}

.nav_indent {
     padding-left: 25px;
	 line-height: 12pt;
}

.nav_sub {
     font-size: 8pt;
	 padding-left: 25px;
	 line-height: 12pt;
}

.nav_selected {
     color: #3399CC;
}

/*-- Navigation link styles */

A.nav_link:link {
     text-decoration: none;
	 font-weight: bold; color: #3399CC;
}

A.nav_link:visited {
     text-decoration: none;
	 font-weight: bold; color: #3399CC;
}

A.nav_link:hover {
     text-decoration: none;
	 font-weight: bold; color: #006699;
}

A.nav_link:active {
     text-decoration: none;
	 font-weight: bold; color: #006699;
}

A.scrnav_link:link {
     text-decoration: none;
	 font-weight: bold; color: #993333;
}

A.scrnav_link:visited {
     text-decoration: none;
	 font-weight: bold; color: #993333;
}

A.scrnav_link:hover {
     text-decoration: none;
	 font-weight: bold; color: #cc0000;
}

A.nav_link:active {
     text-decoration: none;
	 font-weight: bold; color: #cc0000;
}



/*-- Navigation sublink styles */

A.nav_sublink:link {
     text-decoration: none;
	 font-weight: normal; color: #000000;
}

A.nav_sublink:visited {
     text-decoration: none;
	 font-weight: normal; color: #000000;
}

A.nav_sublink:hover {
     text-decoration: none;
	 font-weight: normal; color: #3399CC;
}

A.nav_sublink:active {
     text-decoration: none;
	 font-weight: normal; color: #000000;
}

/* Main table style */

.main_table {
     border-color: #006699;
	 border-width: 1px;
	 border-top-width: 1px;
	 border-bottom-width: 1px;
	 border-left-width: 1px;
	 border-right-width: 1px;
}

.main_table2 {
     border-width: 0px;
}

.main_td {
    color: #000000;
	font-family: Verdana, Arial, Tahoma, sans serif;
	font-size: 10pt;
	line-height: 14pt;
	background-color: #FFFFFF;
	padding-top: 2px;
	padding-right: 5px;
	padding_bottom: 2px;
	padding-left: 20px;
}


/* Footer table styles */

.footer_table {
     color: #000000;
	 border-width: 0pt;
}

.footer_td {
	 font-family: Verdana, Arial, Tahoma, sans serif;
	 font-color: #000000;
	 font-size: 10pt;
	 line-height: 12pt;
	 text-align: center
}

/* Footer link styles */

A.footer_link:link {
     text-decoration: none;
	 color: #000000;
	 font-weight: normal 
}

A.footer_link:visited {
     text-decoration: none;
	 color: #000000;
	 font-weight: normal 
}

A.footer_link:hover {
     text-decoration: none;
	 color: #006699;
	 font-weight: normal 
}

A.footer_link:active {
     text-decoration: none;
	 color: #000000;
	 font-weight: normal 
}
	 
/* Style for overall links */

A:link {
    text-decoration: underline;
	font-weight: bold; color: #3399CC;
}

A:visited {
     text-decoration: underline;
	 font-weight: bold; color: #3399CC;
}

A:hover {
     text-decoration: underline;
	 font-weight: bold; color: #006699;
}

A:active {
     text-decoration: underline;
	 font-weight: bold; color: #006699;
}

/* Color for bold text */

b {
     color: #006699
}

/* Photo table styles */

.photo_table {
	 border-style: double;
	 border-width: 4pt;
	 border-top-width: 4pt;
	 border-bottom-width: 4pt;
	 border-left-width: 4pt;
	 border-right-width: 4pt;
}

.photo_td {
     font-family: Verdana, Arial, Tahoma, sans serif;
	 color: #000000;
	 padding-top: 10pt;
	 padding-right: 10pt;
	 padding-bottom: 10pt;
	 padding-left: 10pt;
}

