/*
  $Id: stylesheet.css,2005/09/05 14:04:02 
  MyBizNow.com :: PC Support to Web Design - We're I.T.!
  http://www.mybiznow.com
*/

BODY {
  background: #ffffff;
  color: #000000;
  margin: 0px;
background-image:
url('images/bgb.gif')
}


A {
  color: #ff7700;
  text-decoration: underline;
}

A:hover {
  color: #ff6000;
  text-decoration: underline;
}

FORM {
	display: inline;
}

TR.header {
  background: #ffffff;
}

TD.headerNavigation {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #04589e;
  color: #ffffff;
  font-weight : bold;
}

A.headerNavigation { 
  color: #FFFFFF; 
}

A.headerNavigation:hover {
  color: #ffffff;
}


TR.headerInfo {
  background: #00ff00;
}

TD.headerInfo {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  background: #00ff00;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}

TR.footer {
  background: #ffffff;
}

TD.footer {
  font-family: Arial, sans-serif;
  font-size: 11px;
  background: #ffffff;
  color: #999999;
  font-weight: none;
}

.footer A {
  color: #04589e;
  text-decoration: none;
}

.footer A:hover {
  color: #ff6000;
  text-decoration: underline;
}


TD.pageHeading, DIV.pageHeading {
  font-family: Arial, sans-serif;
  font-size: 18px;
  font-weight: bold;
  color: #04589e;
}

TR.subBar {
  background: #f4f7fd;
}

TD.subBar {
  font-family: Arial, sans-serif;
  font-size: 10px;
  color: #000000;
}

TD.main, P.main {
  font-family: Arial, sans-serif;
  font-size: 12px;
  line-height: 1.5;
padding-left: 5px;
padding-right: 5px;
}
TD.header, P.header {
  font-family: Arial, sans-serif;
  font-size: 14px;
  line-height: 1.5;
  font-weight: bold;
padding-left: 5px;
padding-right: 5px;
color: #ffffff;
}

TD.smallText, SPAN.smallText, P.smallText {
  font-family: Arial, sans-serif;
  font-size: 9px;
 color: #999999;
}



TD.tableHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
}


/* MyBizNow.com Links */

TD.linkListing-data {
  border-right: 1px solid #bfdbff;
  border-bottom: 1px solid #bfdbff;
  padding: 4px;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

TR.linkListing-odd {
  background: #ffffff;
}

TR.linkListing-even {
  background: #ffffff;
}
/* MyBizNow.com Links end */