﻿/* ############### 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-size: 13px;
    font-size-adjust: none;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 20px;
}    



/* ############### Headings ############### */
 
h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    font-family: Arial, Sans-Serif;
}
 
h1 {
    padding: 0.6em 0 0.3em 0;
    /* letter-spacing:-1px; */
    font-size: 2.2em;
}
 
h2 {
    padding: 0.3em 0 0.3em 0;
    /* letter-spacing:-1px; */
    font-size: 1.6em;
    line-height: 1.1em;
}
 
h3 {
    padding: 0.4em 0 0.2em 0;
    font-size: 1.2em;
    font-weight:bold;
    color: #545454;
    color: #ff2ccB;
    color: #9ECC00;
}
h4 {
    padding: 0.4em 0 0.2em 0;
    font-size: 1.1em;
    font-weight:bold;
    color: #c3c5c6;
    color: #82A200;
    color: #E1008F;
    color: #7c7c7c;
}

 
 
/* ############### 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; }
.indent-txt    { text-indent: -9999px; }
.inliner       { display: inline; }
.nobullet      { list-style:none;list-style-image:none; }
.nopadding     { padding: 0; }
.nomargin     { margin: 0; }
.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; }
.block10 { display:block; margin: 10px; }
fieldset div.block { float: left; display:block; margin-top: 10px; margin-bottom: 10px; clear: left; }

.date { color: #666; font-size: 11px; }
.definitionText { color: #999999; font-size: 11px; font-style: italic; }

/* ############### Links ############### LVHA order */

a, a:link, a:visited, a:active, a:hover {
    text-decoration: none;
    text-decoration: underline;
    font-style:normal; font-variant:normal; font-weight: normal;
    color: #0b56a9;
}
a:focus {
    color: #FFBC3A;
}
a:hover {
    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; 
}

/*
.breadcrump
{
	color: #500000;
	color: #4d4d4d;
    padding: 5px 0px 3px 20px;
	margin-bottom: -1px;
	float: left;
    width: 610px;
	text-align: left; 
}
*/


