/*
 * Module styles for elements
 * Description: Internet Explorer 5.0 and Netscape 6.0 and above compliant
 */
	
/*
 * Text style for navigation.
 */
.horizontalNav
{
	font-family : Arial, Helvetica, sans-serif;
	color: #4c7094;
	font-size : 12px;
	font-style : normal;
	font-weight : bold;
	vertical-align: top;
	line-height :20px;
}

.horizontalNav:link,
.horizontalNav:visited
{
	font-family : Arial, Helvetica, sans-serif;
	color: #F9D232;
	font-size : 12px;
	font-style : normal;
	font-weight : bold;
   text-decoration: none;
}

.globalNav
{
	font-family : Arial, Helvetica, sans-serif;
	color: #003366;
	font-size : 11px;
	font-style : normal;
	font-weight : bold;
	vertical-align: top;
	line-height :30px;
}

.globalNav:link,
.globalNav:visited
{
	font-family : Arial, Helvetica, sans-serif;
	color: #003366;
	font-size : 11px;
	font-style : normal;
	font-weight : bold;
   text-decoration: none;
}

.verticalNav
{
	font-family : Arial, Helvetica, sans-serif;
	color: #666666;
	font-size : 11px;
	font-style : normal;
	font-weight : bold;
	line-height :18px;
	height: 18px;
	padding-left: 30px;
}

.verticalNav:link,
.verticalNav:visited
{
	font-family : Arial, Helvetica, sans-serif;
	color: #666666;
	font-size : 11px;
	font-style : normal;
	font-weight : bold;
   text-decoration: none;
}


/*
 * Styles for running text.
 */
.sectionHead
{
	font-family : Arial, Helvetica, sans-serif;
	color: #E68729;
	font-size : 24px;
	font-style : normal;
	font-weight : normal;
	vertical-align: top;
	line-height :24px;
	padding-right: 20px;
	text-align: right;
}

.subhead
{
	font-family : Arial, Helvetica, sans-serif;
	color: #E68729;
	font-size : 18px;
	font-style : normal;
	font-weight : bold;
	vertical-align: top;
	line-height :24px;
}

.tagline
{
	font-family : Arial, Helvetica, sans-serif;
	color: #4c7094;
	font-size : 15px;
	font-style : normal;
	font-weight : bold;
	vertical-align: top;
	line-height :18px;
	padding-bottom: 9px;
}

.taglineEmail
{
	font-family : Arial, Helvetica, sans-serif;
	color: #FFCB05;
	font-size : 11px;
	font-style : normal;
	font-weight : bold;
	vertical-align: top;
	padding-bottom: 9px;
	padding-left: 30px;
}

.introText
{
	font-family : Arial, Helvetica, sans-serif;
	color: #000000;
	font-size : 13px;
	font-style : normal;
	font-weight : normal;
	vertical-align: top;
	line-height :18px;
	
}

.introText:link,
.introText:visited
{
	font-family : Arial, Helvetica, sans-serif;
	color: #CA6E12;
	font-size : 13px;
	font-style : normal;
	font-weight : normal;
   text-decoration: underline;
}


.runningText
{
	font-family : Arial, Helvetica, sans-serif;
	color: #000000;
	font-size : 12px;
	font-style : normal;
	font-weight : normal;
	vertical-align: top;
	line-height :15px;
	
}

.runningText:link,
.runningText:visited
{
	font-family : Arial, Helvetica, sans-serif;
	color: #CA6E12;
	font-size : 12px;
	font-style : normal;
	font-weight : normal;
   text-decoration: underline;
}

.questionText
{
	font-family : Arial, Helvetica, sans-serif;
	color: #4c7094;
	font-size : 12px;
	font-style : normal;
	font-weight : bold;
}


.questionAnswer
{
	font-family : Arial, Helvetica, sans-serif;
	color: #999999;
	font-size : 12px;
	font-style : normal;
	font-weight : bold;
}

/*
 * Styles for footer of email.
 */
.footerText
{
	font-family : Arial, Helvetica, sans-serif;
	color: #666666;
	font-size : 10px;
	font-style : normal;
	font-weight : normal;
	vertical-align: bottom;
	line-height :14px;
}

.footerText:link,
.footerText:visited
{
	font-family : Arial, Helvetica, sans-serif;
	color: #666666;
	font-size : 10px;
	font-style : normal;
	font-weight : normal;
    text-decoration: underline;
}


/*
 * DIVs that provides the outlines for boxes
*/
DIV.box5_15percent
{
	border-left : 1px solid #4c7094;
	border-right : 1px solid #4c7094;
	border-top: 1px solid #4c7094;
	border-bottom: 1px solid #4c7094;
	padding: 18px;
	}
	
.bullets {
  list-style-type: square;
  color: #4c7094;
  size: 10px;
  line-height :15px;

  }

INPUT.textBox
{
    font-size: 10px;
    COLOR: #000000;
    font-family: Arial, verdana, helvetica, sans-serif;
    border-top: 1px solid #7A7A7A; 
    border-left: 1px solid #7A7A7A; 
    border-bottom: 1px solid #DFDFDF; 
    border-right: 1px solid #DFDFDF;
}

INPUT.button
{
  font-size: 11px;
  color: #ffffff;
  font-family: Arial, Verdana, Helvetica;
  font-weight: bold;
  text-align: center;
  height: 18px;
  background: #003366;