﻿@charset "UTF-8";
/* CSS Document */
*
{/* zero margins and padding */
   margin: 0;
   padding: 0;
}

html
{ font-size: 100%; }

body
{
   font-size: 62.5%;
   font-family: Arial, Helvetica, Verdana, sans-serif;
   width: 100%;
   height: 100%;
   font-style: normal;
   font-weight: normal;
   background-color: #CCCC99;
}

h1,
h2,
h3,
h4,
h5,
h6
{
   font-weight: normal;
   font-family: Arial, Helvetica, sans-serif, Verdana;
}
h3
{
   font-size: 1.4em;
   font-weight: bold;
   text-align: left;
}


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

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

h6
{
   font-size: 1em;
   line-height: 1.1em;
}

p {
   font-size: 1.2em;
   line-height: 1.2;
}

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;
}

a:link { color: #2b4c8a; }

a:visited { color: #2b4c8a; }

a:hover { color: #999999; }

a:active { color: #333; }

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

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; }

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

input, submit { vertical-align: middle; }
textarea {
   width:248px;
   height:98px;
   border:1px solid #75777B;
   background:#FFFFFF;
   overflow:auto;
   padding:2px 0 0 6px;
}
