/***** Global Settings *****/
 
html, body {font:normal 75% Arial, Helvetica, sans-serif; position:relative; background:#f5f5f5 url(../images/bg_page.jpg) top left repeat;}
body {font-size:1em; position:relative;}

html {overflow: -moz-scrollbars-vertical;}
 
body {}

/* html { height: 100%; margin-bottom: 0.01em; } */

* {margin:0;padding:0;}  /* zero out everything */
 
/***** Headings *****/
 
h1, h2, h3, h4, h5, h6 {margin:0; padding:0; font-weight:normal;}
h1 {font:normal 4em arial;	color:#039be7; border-bottom:0px solid #e5e5e5; padding:0px 0px 12px 0px; margin-bottom:8px;}
h2 {font:normal 1.75em arial; color:#039be7; margin-bottom:8px;}
h3 {font:normal 1.5em arial; color:#039be7; padding:0px 0px 8px 0px; margin:0;}
h4 {font:bold 1.3em arial; color:#039be7; border-bottom:1px solid #cccccc; padding:0px 0px 8px 0px; margin-bottom:8px;}
h5 {font:bold 1.167em arial; color:#4b4b4b; padding:0px 0px 8px 0px; margin:0;}
 
/***** Common Formatting *****/
 
p, ul, ol {padding:0; margin:0;	color:#4b4b4b;}
blockquote {padding:5px 0px 5px 0px;}
small {font-size:0.85em;}
img {border: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,
a:link,
a:visited,
a:hover {font-size:1em; text-decoration:underline; color:#039be7; }
a {outline:none;}
 
/***** Forms *****/
 
form {margin:0; padding:0; display:inline;}
input, select, textarea {font:1em Arial, Helvetica, sans-serif; padding:2px;}
textarea {line-height:1.25;}
label {cursor:pointer;}
 
/***** Tables *****/
 
table {border:0; margin:0; padding:0;}
table tr td {padding:0px;}
 
/***** Global Classes *****/
 
.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     { border-bottom:1px solid; }
/*.highlight     { background:#ffc; }*/
 
.wrap          { width:980px;margin:0 auto; }
 
.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; }
