/*
ROI Advertising and Communications :: stylesheet v.1.0

Author: Jason Booker
Created: 10/25/02
Last Modified: 10/25/02

If you're smart enough to find this thing, feel free to reuse any of this that you want.
teach what you know, share what you've done, long live p2p.
*/




/*  color scheme for scrollbars (internet explorer only)  */
body{
  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) */

.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}





/*  code for coloring table cell backgrounds; use with clear.gif to make lines

.tablecolorlightgray {background: #cccccc}

.imagebg1  {background-image: url(img/REPLACE.gif);}

 */