body {
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	color: #5e5e5e;
}

td, li, select {
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	color: #5e5e5e;
}

p {
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #5e5e5e;
}

.subheader {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #202a5c;
}

.secondLevPageHeader {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #202a5c;	
}

.homeCopy {
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #333333;
}

.homePageCopy {
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
}

.birdsallInteractive {
	font-family: arial, helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
}

.tableHeader {
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
	background-color: #202a5c;
}

/* backgrounds */

.whiteBG {
	background-color: #ffffff;
}

.blackBG {
	background-color: #000000;
}

.lightBlueBG {
	background-color: #ebebeb;
}

.darkBlueBG {
	background-color: #202a5c;
}
.greyBG {
	background-color: #e1e1e1;
}

.leftNavBG {
	background-image: url(../images/fade_leftnav.jpg);
	background-repeat: repeat-x;
}


/* links */
a {
	color: #202a5c;
}
a:active {
	color: #202a5c;
}
a:visited {
	color: #202a5c;
}
a:hover {
	color: #5b6387;
}

a.homeCopyLink {
	color: #ff1f14;
	font-weight: bold;
	text-decoration: none;
}
a.homeCopyLink:active {
	color: #ff1f14;
	font-weight: bold;
	text-decoration: none;
}
a.homeCopyLink:visited {
	color: #ff1f14;
	font-weight: bold;
	text-decoration: none;
}
a.homeCopyLink:hover {
	color: #ff1f14;
	font-weight: bold;
	text-decoration: none;
}

a.whiteLink {
	font-size: 10px;
	color: #ffffff;
	font-weight: normal;
	text-decoration: underline;
}
a.whiteLink:active {
	font-size: 10px;
	color: #ffffff;
	font-weight: normal;
	text-decoration: underline;
}
a.whiteLink:visited {
	font-size: 10px;
	color: #ffffff;
	font-weight: normal;
	text-decoration: underline;
}
a.whiteLink:hover {
	font-size: 10px;
	color: #ffffff;
	font-weight: normal;
	text-decoration: underline;
}

a.leftNavItem {
	font-family: arial, helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #686868;	
	line-height: 18px;
}
a.leftNavItem:active {
	color: #686868;
	font-weight: bold;
	text-decoration: none;
}
a.leftNavItem:visited {
	color: #686868;
	font-weight: bold;
	text-decoration: none;
}
a.leftNavItem:hover {
	color: #003399;
	font-weight: bold;
	text-decoration: none;
}

a.leftNavHeader {
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000033;
}
a.leftNavHeader:active {
	color: #000033;
	font-weight: bold;
	text-decoration: none;
}
a.leftNavHeader:visited {
	color: #000033;
	font-weight: bold;
	text-decoration: none;
}
a.leftNavHeader:hover {
	color: #000033;
	font-weight: bold;
	text-decoration: underline;
}

a.leftNavCurrent {
	font-family: arial, helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #003399;
	line-height: 18px;
}
a.leftNavCurrent:active {
	color: #003399;
	font-weight: bold;
	text-decoration: none;
}
a.leftNavCurrent:visited {
	color: #003399;
	font-weight: bold;
	text-decoration: none;
}
a.leftNavCurrent:hover {
	color: #003399;
	font-weight: bold;
	text-decoration: underline;
}

a.birdsallInteractive {
	font-family: arial, helvetica, sans-serif;
	color: #999999;
	font-size: 10px;
}
a.birdsallInteractive:active {
	color: #999999;
}
a.birdsallInteractive:visited {
	color: #999999;
}
a.birdsallInteractive:hover {
	color: #999999;
}

/* styles for showing/hiding layers on team page */

#container {
	position:relative;
	width:100%;
	height:45px;
	z-index:100;
}

#lyr0	{ 
	position:absolute;
	visibility:hidden;
	left:0;
	top:0;
	z-index:1
}

#lyr1, #lyr1a	{ 
	position:absolute;
	visibility:hidden;
	left:0;
	top:0;
	z-index:1
}

#lyr2, #lyr2a	{ 
	position:absolute;
	visibility:hidden;
	left: 85px;
	top:0;
	z-index:1
}

#lyr3, #lyr7, #lyr3a	{ 
	position:absolute;
	visibility:hidden;
	left:165px;
	top:0;
	z-index:1
}

#lyr4, #lyr4a	{ 
	position:absolute;
	visibility:hidden;
	left:245px;
	top:0;
	z-index:1
}

#lyr5, #lyr5a	{ 
	position:absolute;
	visibility:hidden;
	left:327px;
	top:0;
	z-index:1
}

#lyr6	{ 
	position:absolute;
	visibility:hidden;
	left:412px;
	top:0;
	z-index:1
}

/* admin styles */

.error {
	color: #ff0000;
}

.aok {
	color: #009900;
}

.submitBtn {
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
}

a.thirdMenuElements{margin-left:20px; font-size:10px; text-decoration:none; color:#666}
a.thirdMenuElements:hover{color:#349}
.thirdMenuElementsOn{margin-left:20px; font-size:10px; text-decoration:none; color:#349; font-weight:bold;}
img {border:none}
h2 {font-size:13px}

#lyrSymbol	{ 
	position:absolute;
	visibility:hidden;
	left:0;
	top:0;
	z-index:1
}

#lyrInvestors	{ 
	position:absolute;
	visibility:hidden;
	left:0;
	top:0;
	z-index:1
}

/*clients page*/
.client {text-align:center}
.client h2{text-align:center;background-color:#202A5C; color:white; font-size:11px; line-height:1.3; margin-left:1px; margin-bottom:0}
.client3 {width:32%; float:left; display:inline}

.clientIcon {height:90px;text-align:center; padding:5px 0}
.clientIcon1 {width:130px; float:left;}
.clientIconNotFirst {border-left:1px solid #AAA}
