/* 
   Author: Clemens Schwaighofer
   Date create: 2004/01/14
   Date last change: 2004/01/14
   Description: Styles for PAE web page
   History:

*/

/* link styles */
A:link {
  color: #333333;
  font-weight: bold;
}

A:active {
  color: #990000;
  font-weight: bold;
}

A:visited {
 color: #000000;
  font-weight: bold;
}

A:hover {
  color: #990000;
  font-weight: bold;
}

/* main font style */

.normal {
  font-size: 10pt;
  font-family: Arial,Helvetica,sans-serif;
  color: #333333;
}

.normal_blue {
  font-size: 10pt;
  font-family: Arial,Helvetica,sans-serif;
  color: #000066;
}

.copyright {
  font-size: 7pt;
  font-family: Arial,Helvetica,sans-serif;
  font-weight: bold;
  color: #CCCCCC;
}

.copyright:link {
  font-size: 7pt;
  font-family: Arial,Helvetica,sans-serif;
  font-weight: bold;
  text-decoration: none;
  color: #CCCCCC;
}

.copyright:hover {
  font-size: 7pt;
  font-family: Arial,Helvetica,sans-serif;
  font-weight: bold;
  text-decoration: underline;
  color: #CCCCCC;
}

.copyright:visited {
  font-size: 7pt;
  font-family: Arial,Helvetica,sans-serif;
  font-weight: bold;
  text-decoration: none;
  color: #CCCCCC;
}

.menu_white {
  font-size: 10pt;
  font-family: Arial,Helvetica,sans-serif;
  color: #FFFFFF;
  font-weight: bold;
  text-decoration: none;
}

.menu_white:link {
  font-size: 10pt;
  font-family: Arial,Helvetica,sans-serif;
  color: #FFFFFF;
  font-weight: bold;
  text-decoration: none;
}

.menu_white:hover {
  font-size: 10pt;
  font-family: Arial,Helvetica,sans-serif;
  color: #FFFFFF;
  font-weight: bold;
  text-decoration: underline;
}

.menu_white:visited {
  font-size: 10pt;
  font-family: Arial,Helvetica,sans-serif;
  color: #F1F1F1;
  font-weight: bold;
  text-decoration: none;
}
