/*  last updated: Oct 23, 2002 */
/* includes the margin space */
/* the top include modified to include spacer */

body { 
  margin-top: 0%;
  margin-left: 0%;
  margin-right: 0%;
  margin-bottom: 0%;
}

div.cen { 
   font-weight: bold; 
   font-size: 140%;
   font-family: arial, helvetica, sans-serif; 
   font-style: normal;
   color: #CC3333;
}

p { 
   font-size : 80%;
  font-weight: normal;
  font-family: arial, helvetica, sans-serif;  
  font-style: normal;
}

TD { 
  font-weight: normal;
  font-family: arial, helvetica, sans-serif;  
  font-style: normal;
}

.white{
    color : #ffffff;
	}
	
.grey{
    color : #999999;
	}
	
.green{
    color : #99cc00;
	}
	
.yellow{
    color : #cccc00;
	}
	
.blue{
    color : #006699;
	}
	
	
.text { 
   font-size : 80%;
  font-weight: normal;
  font-family: arial, helvetica, sans-serif;  
  font-style: normal; font-variant: normal; 
  color: #000000;
}
 

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 : #999999;
}

/*
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-size : 80%;
  font-family: arial, helvetica, sans-serif; 
}

a.leftnav:link  {
  color: #ffffff; 
  text-decoration: none;
} 


a.leftnav:visited  {
  color: #ffffff;  text-decoration: none;
}


a.leftnav:hover { 
  color: #ccff00; text-decoration: none;
}


a.foot:link  {
  color: #cccc33; 
  text-decoration: underline;
} 

a:link  {
  color: #006699; text-decoration: none;
} 

a:visited  {
  color: #006699;  text-decoration: none;
}


a:hover { 
  color: #cccc00; text-decoration: none;
}

h1 {   
  font-style: normal; 
  font-weight: bold; 
  font-size: 140%; 
  font-family: arial, helvetica, univers, sans-serif;
}


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; 
  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 }
}
