
body { 
  	background-color: #ffffff; 
	background-attachment: fixed; 
	background-repeat: no-repeat; 
	background-position: left top; }

a:link { color: #0000ff; text-decoration: none; } 
a:visited { color: #0000ff; text-decoration: none; } 
a:active { color: #ff0000; text-decoration: underline; } 
a:hover	{ color: #ff0000; text-decoration: underline; } 
a.maintitle:link { color: #000000; text-decoration: none; } 
a.maintitle:visited { color: #000000; text-decoration: none; } 
a.maintitle:active { color: #000000; text-decoration: none; } 
a.maintitle:hover	{ color: #000000; text-decoration: none; } 
a.menulinks:link { color: #000000; text-decoration: none; } 
a.menulinks:visited { color: #000000; text-decoration: none; } 
a.menulinks:active { color: #778899; text-decoration: underline; } 
a.menulinks:hover	{ color: #778899; text-decoration: underline; } 
a.pathlinks:link { color: #cc0000; text-decoration: none; } 
a.pathlinks:visited { color: #cc0000; text-decoration: none; } 
a.pathlinks:active { color: #000000; text-decoration: underline; } 
a.pathlinks:hover	{ color: #000000; text-decoration: underline; } 

h1 { 
  font-family: Garamond,Palatino,serif; 
  color: #000000;
  font-size: 22px;
  font-weight: bold;
  line-height: 22px; }

h2 { 
  font-family: Garamond,Palatino,serif; 
  color: #000000;
  font-size: 20px;
  font-weight: bold;
  line-height: 20px; }

h3 { 
  font-family: Garamond,Palatino,serif; 
  color: #000000;
  font-size: 18px;
  font-weight: bold;
  line-height: 18px; }

h4 { 
  font-family: Garamond,Palatino,serif; 
  color: #000000;
  font-size: 16px;
  font-weight: bold;
  line-height: 16px; }

.banner { 
  position: absolute;
  left: 20px;
  top: 20px;
  width: 230px;
  z-index: 10;
  visibility: visible; }	

.mainmenu { 
  position: absolute;
  left: 280px;
  top: 80px;
  z-index: 11;
  visibility: visible;
  font-family: Verdana,Georgia,Palatino,serif; 
  font-weight: bold;
  font-size: 12px; 	 
  color: #999999; }	

.content { 
  position: absolute;
  left: 253px;
  top: 117px;
  width: 530px;
  padding: 10px;
  z-index: 8;
  visibility: visible;
  font-family: Verdana, Arial, Helvetica, sans-serif; 
  color: #000;
  font-size: 11px;
  font-weight: normal; }	

