/***** Global Settings *****/

html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input, textarea { margin: 0; padding: 0;}
ul,ol { list-style: none; }
caption,th { text-align: left; } 

html, body {
border:0;
margin:0;
padding:0;
}
 
/***** Common Formatting *****/
 
p {
padding-bottom:16px;
}

ul, ol {
list-style-image:none;
list-style-position:outside;
list-style-type: none;
}
 
#content ul {
list-style:decimal;
line-height:16px;
margin:0 0 18px 29px;
padding: 0 0 0 12px;
}

#content ul li{
list-style:disc;
}

#content ol {
list-style-type: decimal;
line-height:16px;
margin:0 0 18px 30px;
padding: 0 0 0 12px;
}


.content ul li {
list-style:disc
}

 
blockquote {
margin:1.25em;
padding:1.25em 1.25em 0 1.25em;
}
 
small {
font-size:0.85em;
}
 
img {
border:0;
outline:0;
}
 
sup {
position:relative;
bottom:0.3em;
vertical-align:baseline;
}
 
sub {
position:relative;
bottom:-0.2em;
vertical-align:baseline;
}
 
acronym, abbr {
cursor:help;
letter-spacing:1px;
border-bottom:1px dashed;
}
 
/***** Links *****/
 
a {
outline:none;
text-decoration: underline;
}
 
/***** Forms *****/
 
form {
display:inline;
}
 
label {
cursor:pointer;
}
 
/***** Tables *****/
 
table {
border:0;
margin:0 0 1.25em 0;
padding:0;
border-collapse:collapse;
border-spacing:0;
}
 
table tr td {
padding:2px;
}

.hidesubmitbutton {
background-color:#FFFFFF;
border:0 none;
height:1px;
left:0;
position:absolute;
top:0;
width:7px;
}
  
/***** Global Classes *****/

.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

.clearfix {
display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix {
height: 1%;
}

.clearfix {
display: block;
}
/* End hide from IE-mac */

.clear         { clear:both; }
.float-left    { float:left; }
.float-right   { float:right; }
 
.text-left     { text-align:left; }
.text-right    { text-align:right; }
.text-center   { text-align:center; }
.text-justify  { text-align:justify; }
 
.bold          { font-weight:bold; }
.italic        { font-style:italic; }
.underline     { text-decoration:underline!important; }
.nounderline   { text-decoration:none!important;}
.highlight     { background:#ffc; }
.caps 		   { text-transform:uppercase;}
.small         { font-size:11px; }
 
.nowrap			{white-space:nowrap;}
 
.img-left      { float:left;margin:4px 10px 4px 0; }
.img-right     { float:right;margin:4px 0 4px 10px; }
 
.nopadding     { padding:0; }
.noindent      { margin-left:0;padding-left:0; }
.nobullet      { list-style:none;list-style-image:none; }@charset "UTF-8";
/* CSS Document */