﻿/*  color scheme for scrollbars (internet explorer only)  */
body{
  background-image: url('bg.gif');
  background-color:#FFFFFF;
  margin-top: 4;
  scrollbar-base-color:#999999;
  scrollbar-track-color:#999999;
  scrollbar-3dlight-color:#666666;	/*  color for outside top and left borders     */
  scrollbar-darkshadow-color:#666666;	/*  color for outside bottom and right borders */
  scrollbar-face-color:#666666;		/*  color for scrollbar face                   */
  scrollbar-arrow-color:#ffffff;	/*  color for scrollbar arrow                  */
  scrollbar-highlight-color:#999999;	/*  color for inside top and left borders      */
  scrollbar-shadow-color:#999999;	/*  color for inside bottom and right borders  */
}

/*  link styles  (to add more, copy set, rename, make adjustments) */

/*  default link style */
a			{color: #666666; text-decoration: underline; font-family: arial, helvetica, sans-serif;}
a:active		{color: #cc0000; text-decoration: underline; font-family: arial, helvetica, sans-serif;}
a:visited		{color: #666666; text-decoration: underline; font-family: arial, helvetica, sans-serif;}
a:hover			{color: #000000; text-decoration: underline; font-family: arial, helvetica, sans-serif;}

/*  link style for the Quicklinks box */
a.Quicklinks		{color: #666666; text-decoration: none; font-family: verdana, arial, helvetica, sans-serif; font-weight: bold; font-size: 7pt}
a.Quicklinks:active	{color: #cc0000; text-decoration: none; font-family: verdana, arial, helvetica, sans-serif; font-weight: bold; font-size: 7pt}
a.Quicklinks:visited	{color: #674949; text-decoration: none; font-family: verdana, arial, helvetica, sans-serif; font-weight: bold; font-size: 7pt}
a.Quicklinks:hover	{color: #000000; text-decoration: underline; font-family: verdana, arial, helvetica, sans-serif; font-weight: bold; font-size: 7pt}

/*  link style for the Contact box */
a.Contact		{color: #000000; text-decoration: none; font-family: verdana, arial, helvetica, sans-serif; font-weight: bold; font-size: 8pt}
a.Contact:active	{color: #ff5252; text-decoration: none; font-family: verdana, arial, helvetica, sans-serif; font-weight: bold; font-size: 8pt}
a.Contact:visited	{color: #000000; text-decoration: none; font-family: verdana, arial, helvetica, sans-serif; font-weight: bold; font-size: 8pt}
a.Contact:hover		{color: #cc0000; text-decoration: underline; font-family: verdana, arial, helvetica, sans-serif; font-weight: bold; font-size: 8pt}

/*  link style for the Services page */
a.Services		{color: #ffffff; text-decoration: none; font-family: verdana, arial, helvetica, sans-serif; font-weight: bold; font-size: 8pt}
a.Services:active	{color: #ff5252; text-decoration: none; font-family: verdana, arial, helvetica, sans-serif; font-weight: bold; font-size: 8pt}
a.Services:visited	{color: #ffffff; text-decoration: none; font-family: verdana, arial, helvetica, sans-serif; font-weight: bold; font-size: 8pt}
a.Services:hover		{color: #dedede; text-decoration: underline; font-family: verdana, arial, helvetica, sans-serif; font-weight: bold; font-size: 8pt}

/*  text styles (to add more, copy set, rename, make adjustments) */

UL {
	/*list-style-image: url('../img/DD_tiny.jpg'); */
	list-style-type: square;
	list-style-
	margin-left: 17px;
	
}

UL.front {
	/*list-style-image: url('../img/quicklinks_bullet3.gif'); */
	list-style-type: square;
	margin-left: 17px;
	list-style-position: outside;
}

li {font-size: 8pt; color: #000000; font-family: arial, helvetica, sans-serif; font-style: normal; margin-bottom: 6px;}

td {
	font-size: 10pt;
	color: #000000;
	font-family: arial, helvetica, sans-serif;
	font-style: normal;
}

p {
	font-size: 10pt;
	color: #000000;
	font-family: arial, helvetica, sans-serif;
	font-style: normal;
}

.BodyText {font-size: 10pt; color: #666666; font-family: arial, helvetica, sans-serif; font-style: normal}

.BodyTextBold {font-size: 10pt; color: #666666; font-family: verdana, arial, helvetica, sans-serif; font-weight: bold}

.ContactBoxText {font-size: 8pt; color: #000000; font-family: arial, helvetica, sans-serif; font-weight: normal}

.ContactBoxTextBold {font-size: 8pt; color: #000000; font-family: verdana, arial, helvetica, sans-serif; font-weight: bold}

.footer {font-size: 8pt; color: #000000; font-family: verdana, arial, helvetica, sans-serif; font-weight: bold}


/*  code for coloring table cell backgrounds; use with clear.gif to make lines

.tablecolorlightgray {background: #cccccc}

.imagebg1  {background-image: url(img/REPLACE.gif);}

*/
