﻿* { padding: 0; margin: 0;}

body 
{
margin: 0;
padding: 0;
font: 8pt Arial, Helvetica, sans-serif; 
color: #666666; 
}

#mainContainer 
{
margin: 0 auto;	
text-align: left;
}

#mainContentArea 
{
clear: both;
margin: 0; padding: 0;	
}

#header 
{
display:none;
}



/* links */
a 
{ 
color: #333;
background-color: inherit;
text-decoration: none;
}

a:hover 
{
color: #000;
background-color: inherit;
}

/* headers */
h1, h2, h3, h4
{
color: #333;	
}

h1 { font-size: 11pt; color: #CC9933; text-transform:uppercase;} 
h2 { font-size: 10pt; text-transform:uppercase;}
h3 { font-size: 9pt; }
h3 { font-size: 8pt; }

p, h1, h2, h3, h4 {margin-bottom:10px;}


/* main (Content Area)*/

#textContent 
{
padding: 0;
width: 640px;	
margin-bottom:15px;
line-height:18px;
font-size:9pt;
}


/* Main Navigation */
#mainNav
{
display:none;
}


/* subNav - Left Navigation Menu */

#subNav 
{
display:none;
}



/* rightNav (Right Column)*/
#rightNav 
{
display:none;
}


/* Footer */
#footer 
{ 
margin: 0; padding: 0; 
margin-top:15px;
height: 50px;	  
font-size: 7pt;		
}

.footerText
{
color: #999; 
text-align:center;
width:100%;
background:#f2f2f2;
border-top:dashed 1px #E3E3E3;
padding-top:15px;
}


/* Dyn Tables Styles */

.dt_List
{
  /* List Wrapper */
}

.dt_List_default
{
color:#E4AE4A;
background:#f2f2f2;
border-bottom:solid 1px #eaeaea;
width:500px;
padding:5px;
}


.dt_List_alt
{
color:#E4AE4A;
background:#fff;
border-bottom:solid 1px #eaeaea;
width:500px;
padding:5px;
}

.dt_list_description
{
font-size:8pt;
color:#666;
}

a.dt_list_link
{
font-size:9pt;
color:#666;
}

a:hover.dt_list_link
{
font-size:9pt;
color:black;
}

/* Header Print */

#printHeader
  {
    display:block;
    border-bottom:solid 1px silver;
    text-align:center;
    margin-top:0px;
    margin-bottom:10px;	
  }
  
  #printTitle
  {
    display:block;
    color:#A4A19A;
    Font-Size:15pt;
    text-transform : uppercase;
    font-weight:bold;
    margin-bottom:8px;
    letter-spacing : 3px;
  }
  
  #printSubtitle
  {
    display:block;
    color:#333;
    Font-Size:12pt;
    text-transform : uppercase;
    font-weight:bold;
    margin-bottom:8px;
    letter-spacing : 3px;
  }
    
  #printAddress
  {
    display:block;
    Font-Size:7pt;
    margin-bottom:8px;
  }

#breadCrumbsContent
  {
    display:none;
  }



