﻿/* ############### 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%; }
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 {
    height: 100%;
    text-align: center;
    font-family:  Lucida Sans Unicode, Arial, Tahoma, Sans-Serif;
    font-family:Arial,Helvetica,sans-serif;
    font-family:Verdana,Arial,Helvetica,sans-serif;
    font-size: 13px;
    font-size:75%;
    font-size-adjust: none;
    font-style:normal;
    font-variant:normal;
    font-weight:normal;
    line-height: 18px;
}    


/* ############### Headings ############### */
 
h1, h2, h3, h4, h5, h6 {
    font-weight:normal;
    font-family: Verdana, Sans-Serif;
}
 
h1 {
    padding:0.6em 0 0.3em 0;
    /* letter-spacing:-1px; */
    font-size: 60px;
}
 
h2 {
    padding:0.4em 0 0.2em 0;
    /* letter-spacing:-1px; */
    font-size: 36px;
}
 
h3 {
    font-size: 1.2em;
    line-height: 2em;
    font-weight:bold;
}

 
 
/* ############### 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;}
.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 ############### LVHA order */

a, a:link, a:visited, a:active, a:hover {
    color: #003d78;
    color: #1454C9;
    color: #998252;
    color: #747474;
    text-decoration: none;
    text-decoration: underline;
    font-style:normal; font-variant:normal; font-weight: normal;
}
a:focus {
    color: #FFBC3A;
    color: #FFF;
}
a:hover {
    color: #584935;
    color: #e7e7e7;
    font-style:normal; font-variant:normal; font-weight: normal;
}

/*
a:link
{
	color:black;
	text-decoration:none;
	font-weight:bold;
}

a:active
{
	color:black;
	font-weight:bold;
	text-decoration:none;
}

a:visited
{
	color:black;
	font-weight:bold;
	text-decoration:none;
}

a:hover
{
	color:red;
	text-decoration:none;
	font-weight:bold;
}
*/
.link { color: Blue; }
.master-red { color: Red; } /* Ex: master-red */

/* OVERSISED BUTTON */
input[type=submit]
{
    margin: 0px 0px 0px 0px;
    padding: 3px 10px 3px 10px;
    font-size: 1.2em; 
}

