/*  last updated: Oct 23, 2002 */
/* includes the margin space */
/* the top include modified to include spacer */

body { 
	margin-top: 0 pix;
    margin-left: 0%;
    margin-right: 0%;
    margin-bottom: 0%;
	color: 	#666666;
	scrollbar-face-color: #E7E1D8;
    scrollbar-track-color: #F2EFEA;
    scrollbar-3dlight-color: #F8F7F3;
    scrollbar-arrow-color: #666666;
    scrollbar-highlight-color: #F8F7F3;
    scrollbar-shadow-color: #D8CEBE;
    scrollbar-darkshadow-color: #D8CEBE; 
	
}

body.pop { 
  margin-top: 15 pix;
  margin-left: 15pix;
  margin-right: 0%;
  margin-bottom: 3%;
}

div.cen { 
   font-weight: bold; 
   font-size: 140%;
   font-family: tahoma, arial, sans-serif; 
   font-style: normal;
   color: #CC3333;
}

p { 
   font-size : 80%;
  font-weight: normal;
  font-family: arial, helvetica, sans-serif;  
  font-style: normal;
   color : #000000;
}

.small { 
   font-size : 65%;
  font-weight: normal;
  font-family: arial, helvetica, sans-serif;  
  font-style: normal;
  color : #336699;
}

TD { 
  font-weight: normal;
  font-family: arial, helvetica, sans-serif;  
  font-style: normal;
  color : #000000;
}

.white{
    color : #ffffff;
	}
	
.green{
    color : #669933;
	}
	
.yellow{
    color : #cc9900;
	}
	
.blue{
    color : #003366;
	}
	
.red{
    color : #990000;
	}
	
.black{
    color : #000000;
	}
	
.grey{
    color : #666666;
	}
	
.text { 
   font-size : 80%;
  font-weight: normal;
  font-family: arial, helvetica, sans-serif;  
  font-style: normal; font-variant: normal; 
  color : #ffffff;
}
 

blockquote { 
  font-weight: normal; 
  font-family: arial, helvetica, sans-serif; 
}

b {
  font-weight: bold; 
}

div.menu {
   color: #000000;
  font-family: Arial, Helvetica, sans-serif; 
  font-size: 80%; 
  font-weight: normal; 
}

div.midtext {
   color: #000000;
  font-family: Arial, Helvetica, sans-serif; 
  font-size: 100%; 
  font-weight: normal; 
}

div.midtextred {
   color: #993300;
  font-family: Arial, Helvetica, sans-serif; 
  font-size: 100%; 
  font-weight: normal; 
}

div.title {
  color: #000099;
  font-family: arial, helvetica, sans-serif; 
  font-size: 110%; 
  font-weight: bold; 
  background: #FFFFFF;
  font-style: normal; 
}

.menubig {
  font-size: 100%; 
  font-family: Arial, Helvetica, sans-serif; 
  font-style: normal; 
  font-weight: normal; 
  color: #000000;
}

div.newmenu {  
   font-family: Arial, Helvetica, sans-serif; 
   font-size: 80%; 
   font-weight: normal;
}


div.breadcrumbs {  
   font-size: 60%; 
   font-weight: lighter; 
   font-family: Arial, Helvetica, sans-serif;
}

div.subtitle {  
   font-family: Arial, Helvetica, sans-serif; 
   color: #000099; 
   font-size: 100%; 
   font-weight: bold;
}


img { 
  border-style: none; 
}

.footer{
	font-size: 60%; 
	font-family: Arial, Helvetica, sans-serif; 
	color : #666666;
}

/*
The following lines were removed from UL and OL to give publishers
the ability to use letters (a, b, c, etc. or i, ii, iii, etc.)
UL: list-style: disc;
OL: list-style: decimal; color:000000;
*/

ul {
  font-family: arial, helvetica, sans-serif;
}

ol { 
  font-family: arial, helvetica, sans-serif;
}

li { 
  font-family: arial, helvetica, sans-serif; 
  font-size: 80%;
  color : #525252; 
}

a.leftnav:link  {
  color: #ffffff; 
  text-decoration: underline;
  font-weight: bold;
} 


a.leftnav:visited  {
  color: #ffffff;  
  text-decoration: underline;
  font-weight: bold;
}


a.leftnav:hover { 
  color: #ffffcc; 
  text-decoration: underline;
  font-weight: bold;
}


a.foot:link  {
  color : white;
  text-decoration: underline;
}
 
a.foot:hover { 
  color: #cc9900; text-decoration: none;
}

a.foot:visited  {
  color : white;  text-decoration: underline;
}

a:link  {
  color: #cc6600; 
  text-decoration: underline;
} 

a:visited  {
  color: #cc6600;  text-decoration: underline; 
}


a:hover { 
  color: #996600; 
  text-decoration: none; 
}

h1 {   
  background: #FFFFFF; 
  font-style: normal; 
  font-weight: bold; 
  font-size: 140%; 
  color: #0000FF;  
  font-family: arial, helvetica, univers, sans-serif;
}

h2,  h4 { 
 color : #ffffff;
}

h2 { 
  font-size: 125%; 
  font-style: normal; 
  font-weight: bold; 
  font-family: arial, helvetica, univers, sans-serif;
}

h3 { 
  font-size: 100%; 
  font-style: normal; 
  font-weight: bold; 
  color : #ffffff;
  font-family: arial, helvetica, univers, sans-serif;
}




dl { 
  font-size: 80%; 
  font-weight: normal; 
  font-family: arial, helvetica, sans-serif; 
}

dt { 
  font-weight: bold; 
  font-size : 80%; 
  font-family: arial, helvetica, univers, sans-serif; 
}

dd { 
  font-size: 80%; 
  font-weight: normal; 
  font-family: arial, helvetica, sans-serif; 
}

@media print {
  h1, h2, h3,
  h4, h5, h6    { page-break-after: avoid; page-break-inside: avoid }
  blockquote, 
  pre           { page-break-inside: avoid }
  ul, ol, dl    { page-break-before: avoid }
}
