/* CSS Document */
body{
	background-color:#FFFFFF;
	margin:0px;
  	padding:0px;
	text-align:center;
}

div{
	font-family: Tahoma;
	font-size: 12px;
	font-weight: normal;
	color: #666666;
	line-height:14px;
}

td {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: normal;
	color: #666666;
	line-height:14px;
}

a:link {
	color: #1776AE;
	text-decoration: underline;
	font-weight: bold;
}

a:visited {
	color: #1776AE;
	text-decoration: underline;
	font-weight: bold;
}

a:hover {
	color: #1776AE;
	text-decoration: none;
	font-weight: bold;
}

h1 {
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	font-size: 13pt;
	font-weight: bold;
	margin-bottom: 10px;
	margin-top: 0px;
	color: #005885;
	text-transform: uppercase;
}
h2 {
	font-family: Tahoma;
	font-size: 10pt;
	font-weight: bold;
	margin-bottom: 10px;
	margin-top: 0px;
	color: #9A8B34;
}
h3 {
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	margin-bottom: 6px;
	margin-top: 0px;
	color: #333366;
	text-transform: uppercase;
}

#headerright {
    padding-left:28px; 
	padding-top:30px;
}

.boldwhite {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	font-style: oblique;
	font-weight: bold;
	color: #fff;
	line-height: 1.3em;
}
.boldgold {
	text-indent:10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .90em;
	font-weight: bold;
	color: #9A8B34;
	line-height: 1.3em;
}

li { background:url(images/pointer2.gif) center left no-repeat;padding:0 0 10 5px; font-size:12px; font-family:Tahoma; list-style-position:outside;
	list-style: disc;
}

.boldblue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: bold;
	color: #005885;
	line-height: 1.3em;
}

/* This CSS is used for the Show/Hide functionality. */
   .more {
      display: none;
      border-bottom: 1px solid #ccc; }
   a.showLink, a.hideLink {
      text-decoration: none;
      color: #36f;
      padding-left: 8px;
	  font-weight: normal;
      background: transparent url(images/arrow-down.gif) no-repeat left; }
   a.hideLink {
      background: transparent url(images/arrow-up.gif) no-repeat left;
	  font-weight: normal; }
	  
   a.showLink:hover, a.hideLink:hover {
      border-bottom: 1px solid #1776AE; }

