html {
margin: 0;
}

body {
margin: 0 50% 0 0;
}




/* --------------------------------------------------SPECIAL TEXT */

.textarea /* main text part of page */
{
background-color:#FFF;
font-family:Verdana, Arial, Helvetica, sans-serif;
color:#000;
text-align:left;
margin: 0 10cm 0 0;
}


/* -------------------------------------------------- RED HEADINGS FOR STATIC PAGES */

H1
{
font-weight: bold;
font-family: Georgia, Times, Times New Roman, serif;
color:#113A6E;
font-style:italic;
font-size:16pt;
}

H2
{
font-weight: bold;
font-family: Georgia, Times, Times New Roman, serif;
color:#113A6E;
font-style:italic;
font-size:14pt;
}


H3
{
font-weight: bold;
font-family: Georgia, Times, Times New Roman, serif;
color:#113A6E;
font-style:italic;
font-size:12pt;
}

H4
{

font-family: verdana, arial, helvetical, sans-serif;
color:#113A6E;
font-size:12pt;
font-weight: bold;
margin:0px;
}

H5
{

font-family: verdana, arial, helvetical, sans-serif;
color:#113A6E;
font-size:11pt;
font-weight: bold;
margin:0px;
}

H6
{

font-family: verdana, arial, helvetical, sans-serif;
color:#000000;
font-size:11pt;
font-weight: bold;
margin:0px;
}


h1.Pagetitle
{
font-size:14pt;
font-family:verdana, arial, helvetical, sans-serif;
font-weight:bold;
text-align: left;
color:#113A6E;
margin:0px;
font-style:normal;
}


/* ---------------------------------------------------------------HEADER --------- */ 
.header /* used on actual aspx page to hold include */ 
{
width: 750px;
height: 119px;
background-color: #FFF;
background-image: url('/images/borders/header-top.gif');
}

.headerlarge /* co name on header */

{
font-family: Georgia, Times, Times New Roman, serif;
color:#32707F;
font-size: 16pt;
text-align:center;
font-weight:bold;
}

.headersmall /* products above line on header */
{
font-family: Georgia, Times, Times New Roman, serif;
color:#32707F;
font-size: 10pt;
text-align:center;
}

.headertext /* products below line on header */
{
font-size:10pt;
font-family:Times New Roman, Times, Georgia, serif;
padding: 0;
color:#000;
text-align:left;
}

/* ---------------------------------------------------------------HEADER 2 --------- */ 

.headerbottext /* used on include */
{
font-size:10pt;
font-family:Times New Roman, Times, Georgia, serif;
padding: 0;
color:#000;
text-align:left;
}


.headervideo /* used on include */
{display: none;}


/* -------------------------------------------------------------- BULLETS */

ul 
{ 
list-style-image: url('/images/borders/bullet-small.gif');
font-size:10pt;
font-family:Times, Times New Roman, Georgia,serif;
color:#000000;
text-align:left;
}



/* --------------------------------------------------Text FOR STATIC PAGES */

p
{
font-size:10pt;
font-family:Times New Roman, Times, Georgia, serif;
padding: 0 1in 0 0;
color:#000000;
text-align:left;
}

.normalBold
{
font-size:10pt;
font-family:Times New Roman, Times, Georgia, serif;
font-weight:bold;
color:#000000;
}

.normal
{
font-size:10pt;
font-family:Times New Roman, Times, Georgia, serif;
color:#000000;
}

.normalBoldItalic
{
font-size:10pt;
font-family:Times New Roman, Times, Georgia, serif;
font-weight:bold;
font-style:italic;
color:#000000;
}

.small
{
font-size:8pt;
font-family:Times New Roman, Times, Georgia, serif;
color:#000000;
}


.signaturelarge
{
font-size:10pt;
font-family:Times New Roman, Times, Georgia, serif;
font-style:italic;
color:#000000;
text-align:right;
}

.signaturesmall
{
font-size:8pt;
font-family:Times New Roman, Times, Georgia, serif;
font-style:italic;
color:#000000;
text-align:right;
}