a
{
	color : #2a2ffe;
}

a:hover
{
	color : cornflowerblue;
}

.menu
{
	font-family : Trebuchet MS, Verdana, Sans-Serif;
	font-size : 12px;
	font-weight: bold;
}

a.flashmenu
{
	font-family : Trebuchet MS, Verdana, Sans-Serif;
	font-size : 11px;
	color : Goldenrod;
}

a.flashmenu:hover
{
	font-family : Trebuchet MS, Verdana, Sans-Serif;
	font-size : 11px;
	color : Darkgoldenrod;
}

a.subMenu
{
	font-family : Trebuchet MS, Trebuchet MS, Verdana, Sans-Serif;
	font-size : 11px;
	line-height: 18px;
	color : blue;
}

a.subMenu:hover
{
	color : cornflowerblue;
}

.maintext
{
	font-family : Trebuchet MS, Verdana, Sans-Serif;
	font-size : 12px;
	line-height: 20px;
	color : #555;
}

.text
{
	font-family : Trebuchet MS, Trebuchet MS, Verdana, Sans-Serif;
	font-size : x-small;
	line-height: 22px;
	color : #555;
}

.maintextSmaller
{
	font-family : Trebuchet MS, Verdana, Sans-Serif;
	font-size : 10px;
	line-height: 16px;
	color : #555;
	padding-left: 10px;
}

.news
{
	font-family : Trebuchet MS, Verdana, Sans-Serif;
	font-size : xx-small;
	color : Gray;
	line-height : normal;
}

.blueHome
{
	font-family : Trebuchet MS, Verdana, Sans-Serif;
	font-size : 10px;
	color : #333;
	line-height : 17px;
}

.blueHomeTitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: normal;
	font-weight: bold;
	color: darkblue;
}

.blueHomeTitleSmall {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: normal;
	font-weight: bold;
	color: darkblue;
}

.testimonials
{
	font-family : Trebuchet MS, Verdana, Sans-Serif;
	font-size : 11px;
	color : Gray;
	line-height : normal;
	font-style : italic;
}

.title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: normal;
	font-weight: bold;
	color: #666666;
}

.grow {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: normal;
	font-weight: bold;
	color: #999;
}

.solutions {

	font-family : Trebuchet MS, Verdana, Sans-Serif;
	font-size : smaller;
	color : Gray;
	line-height : 24px;
}

.pageHeader {
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: normal;
	font-weight: bold;
	color: #346699;
}

.bdoHeader {
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
	line-height: normal;
	font-weight: bold;
	color: #ed1a3b;
	font-variant:small-caps;
}

.homeHeader {
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: normal;
	font-weight: bold;
	color: #346699;
}

.solutions {

	font-family : Trebuchet MS, Verdana, Sans-Serif;
	font-size : smaller;
	color : Gray;
	line-height : 24px;
}

.footer {

	font-family : Trebuchet MS, Trebuchet MS, Verdana, Sans-Serif;
	font-size : 10px;
	color : #786860;
	line-height : 18px;
}

.smallcopy {

	font-family : Trebuchet MS, Trebuchet MS, Verdana, Sans-Serif;
	font-size : 10px;
	color : #786860;
	line-height : 12px;
}

.surveyQuestion {

	font-family : Trebuchet MS, Verdana, Sans-Serif;
	font-size : 11px;
	color : #555555;
	line-height : 18px;
}

.white {

	font-family : Trebuchet MS, Verdana, Sans-Serif;
	font-size : 12px;
	color : #fff;
	font-weight: bold;
	line-height : 18px;
}

.blue {

	font-family : Trebuchet MS, Verdana, Sans-Serif;
	font-size : 14px;
	color : #346699;
	font-weight: bold;
	line-height : 18px;
}

.border { border: 1px solid silver; padding: 4px; }

.bdomenu{
	width: 900px;
	overflow: hidden;
	height:22px;
	font-size:12px;
}

.bdomenu ul{
	margin: 0;
	padding: 0;
	font-family:Trebuchet MS,Arial;
	height:22px;
	list-style-type: none;
	font-size:12px;
}

.bdomenu li{
	display: inline;
	margin: auto;
	text-align:center;
	height:22px;
	font-size:12px;
}

.bdomenu li a{
	float: left;
	display: block;
	text-decoration: none;
	margin: auto;
	padding-top: 3px;
	border-right: 5px solid white; /*right divider between tabs*/
	color: white;
	background: #b9aca5; /*background of tabs (default state)*/
	width:120px;
	text-align:center;
	height:22px;
	font-size:12px;
}

.bdomenu li a:hover{
	background: #ed1a3b; /*background of tabs for hover state, plus tab with "selected" class assigned to its LI */
	text-decoration: none;
	color:#FFFFFF;
	height:22px;
	font-size:12px;
}

.bdomenu li.selected a{
	background: #ed1a3b; /*background of tabs for hover state, plus tab with "selected" class assigned to its LI */
	text-decoration: none;
	color:#FFFFFF;
	height:22px;
	font-size:12px;
}
