/*this is to keep page from shifting to left on load in safari and firefox*/
html { min-height: 100%; margin-bottom: 1px; }
html { overflow: -moz-scrollbars-vertical !important; }
html { overflow-y: scroll; 
} 

html { 
scrollbar-base-color: #cccccc; 
scrollbar-face-color: #1F497D;
scrollbar-track-color: #cccccc; 
scrollbar-arrow-color: #808080;
scrollbar-highlight-color: #FFFFFF; 
scrollbar-3dlight-color: #CCCCCC; 
scrollbar-shadow-color: #999999;
scrollbar-darkshadow-color: #000000; 
}
A:link { color: #1F497D; text-decoration: none }       /* unvisited link */
A:visited { color: #1F497D; text-decoration: none }   /* visited links */
A:hover { color: #ff0000; text-decoration: none }    /* active links */
li {
	font:12px arial;
	color:#000000;
	text-align: left;
	}
p {
font:12px arial;
	color: #000000;
	font-weight: normal;
margin: 0;
}
ph {
text-align:left;
}
.bodyhot {
	font-size: 12pt;
	color: #d60000;
	font-weight: bold;
}
.pageheader {
	font-size: 20px;
	color: #1F497D;
	font-weight: bold;
	font-family: "Times New Roman";
	text-align: center;
}
.pageheadersub {
	font-size: 20px;
	color: #1F497D;
	font-style: italic;
	font-family: "Times New Roman";
	text-align: center;
}
.pageheadersubtwo {
	font-size: 18px;
	color: #1F497D;
	font-style: italic;
	font-family: "Times New Roman";
	text-align: center;
}

.pageheadersubthree {
	font-size: 14px;
	color: #1F497D;
	font-family: "Times New Roman";
	text-align: center;
}

.pageheadersubfour {
	font-size: 16px;
	color: #1F497D;
	font-family: "Times New Roman";
	text-align: center;
}


.sectionheadernew {
	font-size: 20px;
	color: #1F497D;
	font-style: italic;
	font-weight: bold;
	font-family: "Times New Roman";
	text-align: center;
}
.sectionheader {
	font-size: 18px;
	color: #1F497D;
	font-weight: bold;
	font-family: "Times New Roman";
	text-align: left;
}
.redwarn {
	font-size: 10pt;
	color: #990000;
	font-weight: normal;
}
.date {
	color: #1F497D;
	font-weight: bold;
}
body {
	color: #000000;
	font-size: 3pt;
	font-family: "arial";
}
.navborder {
	border-left: 1px solid #1F497D;
	border-top: 1px solid #1F497D;
}
.s_table td td {padding:0;	}
.s_table td {padding:0 0 5px 5px;
}
.form {
  width: 587px;
  margin: 0px;
  padding: 15px 10px;
  background-color: #e8e8e8;
  border: 2px dashed #999999;
}
.form-text {
font-family: sans-serif, Arial;
  font-size:12px;
  text-align:left;
}
.form-title {
	font-family: sans-serif, Arial;
  font-size:12px;
  text-align:left;
}
.btnSubscribe {
  cursor:pointer;
}
.thanksContent{
  background:#FFFFFF; 
}
