/* global.css */

body {
	background-color: #ffffff;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	margin: 0;
  padding: 0 0 10px 0;
}

.bannerGrey {
	background-color: #EBEFF0;
}

.smallBodyText{
	font-size: 10px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	color: #000000;
}

.normal {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	color: #000000;
}

.head1, h1 {
	font-size: 17px;
	font-weight: bold;
	color: #838383;
  margin: 0;
}

.head2, h2 {
	font-size: 15px;
	font-weight: bold;
	color: #838383;
  margin: 0;
}

.lhn_head2 {
  font-size: 15px;
  font-weight: bold;
  color: #003366;
  margin: 0;
}

.head2Center {
	font-size: 15px;
	font-weight: bold;
	color: #838383;
	text-align: center;
  margin: 0;
}

.head3, h3 {
	font-size: 13px;
	font-weight: bold;
	color: #838383;
  margin: 0;
}

.boldBodyText {
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}

/* GMS */
.redGMSHead {
	font-size: 14px;
	font-weight: bold;
	color: #993300;
	line-height: 25px;
}

.redGMSHead2 {
	font-size: 14px;
	font-weight: bold;
	color: #993300;
}

.redGMSBold {
	font-size: 12px;
	font-weight: bold;
	color: #993300;
}
/* end GMS */

/* Begin Top Nav Bar */
.yellowBg {
	background-color: #F8BC48;
}

.yellowBg2 {
	background-color: #ffa827;
}

.textTNB {
	color: #000000;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}

.monospace {
	font-family: courier;
}

/* End Top Nav Bar */

/* Begin Left Hand Nav*/
.leftBg {
	background-color:#DEE3E7;
	line-height: 12px;
	font-family : Arial, Helvetica, sans-serif;
}

.boldBodyText2 {
	color: #000000;
	font-size: 11px;
	font-weight: bold;
}

.redText {
	font-size: 12px;
	color: #FF3300;
}

.redTextSmall{
	font-size: 10px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	color: #ff3300;
}

.boldRedText {
	font-size: 12px;
	color: #FF3300;
	font-weight: bold;
}

.leftNavLocale{
	font-size: 10px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	color: #000000;
}

