﻿@charset "UTF-8";

/* CSS Document */
*
{/* zero margins and padding */
   margin: 0;
   padding: 0;
}

html
{
   font-size: 100%;
   background-color: #000000;
}

body
{
   font-size: 62.5%;
   font-family: Arial, Helvetica, Verdana, sans-serif;
   width: 100%;
   height: 100%;
   background-color: #000000;
   background-image: url(../images/common/_carbonfiber_48X48.png);
   background-repeat: repeat;
   font-style: normal;
   font-weight: normal;
}

h1,
h2,
h3,
h4,
h5,
h6
{
   font-weight: normal;
   font-family: Arial, Helvetica, sans-serif, Verdana;
}

h1 {
   font-family: Arial, Helvetica, sans-serif;
   font-weight: normal;
   text-transform: uppercase;
}

h2
{ }

h3
{
   font-size: 1.5em;
   line-height: 1.53846em;
}

h4
{
   font-size: 1.3em;
   line-height: 1.3em;
}

h5
{
   font-size: 1.2em;
   line-height: 1.3em;
}

h6
{ line-height: 1.1em; }

p { font-family: Arial, Helvetica, sans-serif; }

blockquote
{
   text-indent: 0px;
   display: block;
}

a
{
   outline: none;
   border: none;
}

a:link,
a:visited,
a:hover,
a:active
{
   font-weight: normal;
   text-decoration: none;
   outline: none;
}

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
p,
blockquote,
th,
td
{
   margin: 0;
   padding: 0;
   margin-left: 0px;
   margin-right: 0px;
}

ol,
ul { list-style: none; }

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

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var
{
   font-style: normal;
   font-weight: normal;
}

