* {
 margin: 0;
 padding: 0;
}

/***** Headings *****/
 
h1, h2, h3, h4, h5, h6 {
font-weight:normal;
}
 
h1, h2 {
letter-spacing:-1px;
line-height:1em;
}
  
h3 {
font-weight:500;
}
 
/***** Common Formatting *****/
 
p, ul, ol {
padding:0.2em 0 0.2em 0;
}
 
ul, ol {
padding:0 0 1.25em 2.5em;
}
 
img {
border:0;
}
 
 
/***** Links *****/
 
a,
a:link,
a:visited,
a:hover {
text-decoration:underline;
}
 
/***** Forms *****/
 
form {
display:inline;
}
 
textarea {
width:100%;
line-height:1.25;
}
 
label {
cursor:pointer;
}
 
/***** Tables *****/
 
table {
border:0;
width:100%;
border-collapse: collapse;
}
 
td {
vertical-align:top;
position:relative;
}


a img { border: none; }


 
/***** 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; }
 
.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; }