/*
 * Process Objects homepage main style sheet
 * defines the text and link styles
 * right side.
 *   
 * Copyright © 2004 Günter Richter. All Rights Reserved.
 *
 * Author: Günter Richter
 * Created: 17 Jul 2004
 * Version: $Id: main.css,v 1.00 2004/07/17 11:00:50 $
 */

@import "hints2.css";

/* Colors, fonts and other basic stuff */

body {
  background: white;
  color: #333;
  line-height: 1.3;
  text-align: justify;
  font-family: "Gill Sans MT", "Gill Sans", GillSans, Arial, Helvetica, sans-serif 
}
a {
color:#bbbbdd;
text-decoration:none
}
a:hover {
color:#0000ff;
text-decoration:none
}
img {
border:0;
text-decoration:none
}
.logotext {
  font-family:Verdana,Arial,Helvetica;
  font-size:10px;color:#bb8800
}
.mainh1	{
  font-family:Verdana,Arial,Helvetica;
  font-size:20px;color:#888888
}  
.mainh2	{
  font-family:Verdana,Arial,Helvetica;
  font-size:14px;
  font-weight:bold;
  color:#888888
}
.maintext	{
font-family:Verdana,Arial,Helvetica;
font-size:11px;
color:#888888
}
.siglink	{
font-family:Verdana,Arial,Helvetica;
font-size:10px;
color:#ffffff
}
.nav1		{
font-family:Verdana,Arial,Helvetica;
font-size:10px;
font-weight:bold;
color:#bbbbdd
}
.nav2		{
font-family:Verdana,Arial,Helvetica;
font-size:10px;
font-weight:bold;
color:#bbbbdd
}
