/* _for Terms of Use
==========================================*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
}
:focus {
	outline: 0;
}
html, body{
  height: 100%;
  width: 100%;
}
body{
	color: #000;  
  font-size: 100.01%;
  line-height: 1.5em;
  font-family: tahoma, helvetica, arial, sans-serif !important;  
  background: #fff;
}
/*ie6 hack hover everything */
* html body { 
  behavior:url(/css/hover.htc);  
}
h1,h2,h3,h4,h5,h6{
  font: normal normal 100%/1.5 Tahoma, Helvetica, Arial, sans-serif;
}
ol, ul {
	list-style: none;
}
ol, ul, dl{
  position: relative;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
img{
  border: 0px;
}
form br,
.clear{
  clear: both;
}
.noClear{
  clear: none;
}
.clearer{
  clear: both;
  display: block;
  height: 1px;
  margin-bottom: -1px;
  font-size: 1px;
  line-height: 1px;
}
.clearfix:before {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}
.clearfix {display: inline-block;}
/* Hides from IE5/Mac \*/
* html .clearfix {height: 1px;}
.clearfix {display: block;}
/* End hide from IE5/Mac */
a{
  text-decoration: none;
  cursor: pointer;
}
a:hover{
  text-decoration: underline;
}
.noBorder{
  border: 0 !important;
}
/* _content - content headings
==========================================*/
h1,
h2,
h3,
h4{
  font-family: verdana, tahoma, sans-serif;
  clear: both;
  color: #000;
}
h1{
  font-size: 1.7em;
  line-height: 1.6363em;
  padding: 0 10px;  
  color: #333;
}
h2{
  font-size: 1em;  
  border: 1px solid #aaa;
  border-width: 0 0 1px 0;
  padding: 10px;
  margin-bottom: 10px;
  color: #056483;
}
h3{
  font-size: 1.1666em;
  font-weight: bold;
  line-height: 1.2857em;
  padding: 5px 10px 5px 10px;
  border-bottom: 1px solid #999;
  background: #dcdcdc;
  position: relative;
  margin-top: 10px;
  font-family: "Georgia";
}
p{
  padding: 0 10px;
  margin-bottom: 10px;
  font-size: .8333em;
}
ul{
  list-style-type: square;
  padding: 0 10px 0 30px;
  margin-bottom: 10px;
  font-size: .8333em;
}
a{
  color: #333;
  font-weight: bold;
}
