/*
	Hard Coded Files:
	index.php
	Landing.php
	AboutProcess.php
*/

* { margin: 0; padding: 0; }, *

// for some reason, without this Safari doesn't pick up the first Class.  Weird.
// .Nothing{ color: #666666; }

.NewsHeader { font-size: 11px; color:#B8027E; font-weight:bold }
.NewsLink { font-size: 11px; color: #000000; font-weight:bold }
.NewsLink:hover { font-size: 11px; color: #EE3FB6; font-weight:bold }

.MainHeader { font-size: 11px; color:#666666; font-weight:bold }
.MainLink { font-size: 11px; color: #333333 }
.MainLink:hover { font-size: 11px; color: #999999 }

.ScopeHeader { font-size: 10px; color:#666666; font-weight:bold }

.ThinkHeader { font-size: 11px; color:#0F9BEB; font-weight:bold }

.SubRightSelected { color: #FF9933; font-weight:bold }
.SubRight { color: #FFCC77; font-weight:bold }
.SubRight:hover { color: #DD5500 }
.SubRightObjectSelected { color: #DD5500; font-weight:bold }
.SubRightObject { color: #EE9977; font-weight:bold }
.SubRightObject:hover { color: #FF9933 }

.SubRightAboutSelected { font-size: 10px; color: #019910; font-weight:bold }
.SubRightAbout { font-size: 10px; color: #ABABAB; font-weight:bold }
.SubRightAbout:hover { font-size: 10px; color: #22BB22; font-weight:bold }

.SubLeftAboutSelected { font-size: 10px; color: #333333; font-weight:bold }
.SubLeftAbout { font-size: 10px; color: #999999; font-weight:bold }
.SubLeftAbout:hover { font-size: 10px; color: #666666; font-weight:bold }

.SubRightNewsSelected { font-size: 10px; color: #B8027E; font-weight:bold }
.SubRightNews { font-size: 10px; color: #ABABAB; font-weight:bold }
.SubRightNews:hover { font-size: 10px; color: #EE3FB6; font-weight:bold }

.SubRightClientsSelected { font-size: 10px; color: #BB2222; font-weight:bold }
.SubRightClients { font-size: 10px; color: #ABABAB; font-weight:bold }
.SubRightClients:hover { font-size: 10px; color: #EA5C5C; font-weight:bold }

.SubRightContactSelected { font-size: 10px; color: #000000; font-weight:bold }
.SubRightContact { font-size: 10px; color: #ABABAB; font-weight:bold }
.SubRightContact:hover { font-size: 10px; color: #666666; font-weight:bold }

.ClientsTableElements { font-size: 10px; color: #666666 }
.ClientsTableLinked { font-size: 10px; color: #666666 }
.ClientsTableLinked:hover { font-size: 10px; color: #333333 }

.FooterText { color: #999999; font-size: 11px }
.FooterLink { color: #999999 }
.FooterLink:hover { color: #333333 }

.Disclaimer { font-size: 9px; font-style:italic; color: #BCBCBC }

.LandingLink { color: #323232; font-size: 10px; font-weight:bold }
.LandingLink:hover { color: #888888; font-size: 10px; font-weight:bold }

.DesignMenuLink { color: #666666 }
.DesignMenuLink:hover { color: #222222 }
.DesignMenuLinkSelected { color: #FF6600 }

.ProcessHead { color: #333333; font-size: 11px; font-weight:bold }
.ProcessContent { color: #666666; font-size: 10px }

.TestimonialQuote { color: #ABABAB; font-size: 10px; font-style:italic }

.Scope { color: #ABABAB; }

A { text-decoration:none }

IMG.RightMenuLine
{
	margin-top: 5px;
	margin-bottom: 5px;
}

IMG.HangChar
{
	position: absolute;
	display: inline;
	margin-left: -10px;
}

BODY
{
	font-size: 11px;
	font-family: verdana, arial, helvetica;
	color: #666666;
	line-height: 1.2em;
	text-indent: 0px;
}