﻿/* ============================================================================
Base Stylesheet
-------------------------------------------------------------------------------
Date        Ver.    User    Changes
09/19/07    1.0     EWS     Original Version
============================================================================ */

/* HTML */
/* Standard HTML - Probably shouldn't be changed much */
*
{
    margin: 0;
    padding: 0;
}

body, body div, body p, body li
{
    color: #000000;
    font-weight: normal;
    letter-spacing: normal;
    text-transform: none;
    word-spacing: normal
}

html>body
{
    font-size: small; 
}

/*
not used here
html>body, html>body div, html>body p, html>body li
{
    font-size: small; 
}
*/

/* General */
h1, h2, h3, h4, h5, h6 
{
    font-weight: bold;
    letter-spacing: normal;
    word-spacing: normal;    
}
h1
{
    font-size: 120%;
}
h2
{
    font-size: 110%;
}
h3
{
    font-size:100%;
}
h4
{
    font-size:90%;
}

INPUT, SELECT, TEXTAREA
{
    font-family: Arial, Helvetica, Verdana, sans-serif;
    font-size: small;
}

TD, TH
{
    text-align: left;
    vertical-align: top;
}

UL
{
    margin-top: 0px;
    margin-left: 0px;
    padding-left: 1.5em;
    list-style-type: square;
    list-style-position: outside;
}

HR
{
    height: 1px;
}

IMG
{
	border: 0;
}

a
{
    text-decoration: none;
}

a:link
{
    text-decoration: none;
}

a:visited
{
    text-decoration: none;
}
a:hover
{
    text-decoration: underline;
}
a:active
{
    text-decoration: none;
}

/* End of Standard HTML */


.clear
{
	clear: both;
}
