﻿/* ############### Reset ############### */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td { margin: 0px; padding: 0px; }
h1, h2, h3, h4, h5, h6 { font-size: 100%; }
ol, ul { list-style:none; list-style-image:none; }
address, caption, cite, code, dfn, em, strong, th, var { font-style: normal; font-weight: normal; }
fieldset, img { border: 0; }
caption, th { text-align: left; }
q:before, q:after { content:''; }



/* ############### Global Settings ############### */

body
{
    font-family: Arial, helvetica, Sans-Serif;
    font-size: 12px;
    line-height: 18px;
    height: 100%;
    text-align: center;
    /*
    background: #0064c3 url("../../Images/bg_body.jpg" ) repeat-x left top;
    background-attachment:fixed;
    */
}


/* ############### Headings ############### */
 
h1, h2, h3, h4, h5, h6 {
    /* font-family: Century Gothic, Andele Mono, Trebuchet MS, tahoma, Arial, helvetica, Sans-Serif; */

    font-family: Trebuchet MS, tahoma, Arial, helvetica, Sans-Serif;
    font-weight: normal; color: #2c2c2c; 
}
 
h1 {
    padding: 0.6em 0 0.3em 0;
    /* letter-spacing:-1px; */
    font-size: 28px; line-height: 32px;
    padding: 15px 0px 7px 0px; margin: 0px 0px 0px 0px;
}
 
h2 {
    font-family: helvetica, tahoma, arial, Sans-Serif; 
    font-size: 22px; font-weight: bold; line-height: 26px; 
    color: #2c2c2c;
    color: #777;
    margin: 0px 0px 7px 0px; padding: 0px 0px 0px 0px;
}
 
h3 {
    font-size: 1.2em;
    font-size: 18px; line-height: 22px;
    font-weight:bold;
}
h4 {
    font-size: 1.2em;
    font-weight: normal;
}
 
/* ############### Common Formatting ############### */
 
p {
    padding:0 0 1.25em 0;
}
/* ul, */
ol {
    margin: 0px 0px 0px 15px;
    padding: 0px 0px 0px 15px;
}
ol li {
    margin-left: 0px;
}
/* 
blockquote {
    margin: 1.25em;
    padding: 1.25em 1.25em 0 1.25em;
}
*/ 

small {
    font-size: 0.85em;
}
 
img {
    border: 0px;
}
 
sup {
    position: relative;
    bottom: 0.3em;
    vertical-align: baseline;
}



/* ############### Global Classes ############### */

.clear         { clear:both; }
.clear-left    { clear:left; }
.clear-right   { clear:right; }
.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; }

.noindent      { margin-left:0;padding-left:0; }
.nobullet      { list-style:none;list-style-image:none; }
.bullets       { list-style:disc; list-style-image:none; }
ol.decimal     { list-style-type: decimal; }

.margins { margin: 10px;}
.paddings { padding: 10px;}
div.block { display:block; margin-top: 10px; margin-bottom: 10px; }
fieldset div.block { float: left; display:block; margin-top: 10px; margin-bottom: 10px; clear: left; }

.definitionText { color: #999999; font-size: 11px; font-style: italic; }

/* ############### Links ############### */

a, a:link, a:visited
{
    color: #003d78;
    color: #1454C9;
    text-decoration: none;
    text-decoration: underline;
}
a:hover
{

    color: #4988D6;
    text-decoration: underline;
}
.biglink
{ font-size:16px;
	text-decoration:underline;
}

.link { color: Blue; }
.master-red { color: Red; } /* Ex: master-red */

/* OVERSISED BUTTON */
input[type=submit]
{
    margin: 0px 0px 0px 0px;
    padding: 2px 4px 1px 4px;
    font-size: 1.2em; 
}


