/*  last updated: September 29, 2002 */

body { 
  background: #FFFFFF;
  background-image: URL(/pics/sky.jpg);
}

div.cen { 
   font-weight: bold; 
   font-size: 140%;
   font-family: arial, helvetica, sans-serif; 
   font-style: normal;
   color: #CC3333;
}

p { 
   font-size : 90%;
  font-weight: normal;
  font-family: arial, helvetica, sans-serif;  
  font-style: normal;
}
 
.text { 
   font-size : 90%;
  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: 85%; 
  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: #000000;
  font-family: arial, helvetica, sans-serif; 
  font-size: 125%; 
  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.caption {  
   font-family: Arial, Helvetica, sans-serif; 
   font-size: 95%; 
   font-style: italic; 
   color: #FF0000; 
   font-weight: bold;
}

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;
}

div.address {  
   font-family: Arial, Helvetica, sans-serif; 
   color: #993300; 
   font-size: 75%; 
   font-style: italic;
}


img { 
  border-style: none; 
}

/*
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; 
}

a:link  {
  color: #000099; text-decoration: none;
} 

a:visited  {
  color: #9900CC;  text-decoration: none;
}

a:active  { 
  color: #660099;  text-decoration: none;
}

a:hover { 
  color: #660099; text-decoration: underline;
}

h1 {   
  background: #FFFFFF; 
  font-style: normal; 
  font-weight: bold; 
  font-size: 140%; 
  color: #0000FF;  
  font-family: arial, helvetica, univers, sans-serif;
}

h2,  h4 { 
  color: #000000; 
}

h2 { 
  font-size: 125%; 
  font-style: normal; 
  font-weight: bold; 
  font-family: arial, helvetica, univers, sans-serif;
}

h3 { 
  font-size: 125%; 
  font-style: normal; 
  font-weight: normal; 
  color: #000000; 
  font-family: arial, helvetica, univers, sans-serif;
}

h4 { 
  font-size: 90%; 
  font-style: normal; 
  font-weight: bold; 
  font-family: arial, helvetica, univers, sans-serif;
}

h5 { 
  font-size: 80%; 
  font-style: normal; 
  font-weight: normal; 
  font-family: arial, helvetica, univers, sans-serif;
}

h6 { 
  font-size: 100%; 
  font-weight: normal; 
  color: #888888; 
  font-family: arial, sans-serif;
}

em	{ 
  font-size: 12px; 
  font-style: normal; 
  font-weight: bold; 
  font-family: arial, helvetica, univers, sans-serif;
}

strong 	{ 
  font-size: 100%; 
  font-weight: bold; 
  color: #000000;
  font-family: arial, helvetica, san-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 }
}
