/*-----------{ Custom Home Care Stylesheet }-------------*/
/*      Taken from http://www.customhomecareinc.com      */
/*             (c) 2002 Custom Home Care Inc.            */
/* No portion of this document may be reproduced/altered */
/*      without the written consent of the author.       */
/*-------------------------------------------------------*/

/*---------------{ body }---------------*/
body {
  font-family: Times New Roman, Times, serif;
  font-size: 14px;
  scrollbar-face-color: #6699CC;
	scrollbar-shadow-color: #3399CC; 
	scrollbar-highlight-color: #6699FF;
	scrollbar-3dlight-color: #66CCFF; 
	scrollbar-darkshadow-color: #006699;
	scrollbar-track-color: #336699;
	scrollbar-arrow-color: #ffffff;
}

/*---------------{ a }---------------*/
a {
  font-family: Times New Roman, Times, serif;
  color: #99999CC;
  text-decoration: none
}

a:hover {
  font-family: Times New Roman, Times, serif;
  color: #0000FF;
  text-decoration: underline
}

a:active {
  font-family: Times New Roman, Times, serif;
  color: #0000FF;
  text-decoration: underline
}

a.navBar {
  color: #0033cc;
  font-size: 13px;
}

/*---------------{ p }---------------*/
p {
  font-family: Times New Roman, Times, serif;
  font-size: 14px;
}

/*--------------{ td }---------------*/
td {
  font-family: Times New Roman, Times, serif;
  font-size: 14px;
}

/*--------------{ img }--------------*/
img {
  border-style: none;
}

/*--------------{ misc }-------------*/
.paraIndent {
	text-align: justify;
	padding-left: 15px;

}

.rightIndent {
	padding-right: 15px;
}
