@charset "utf-8";
/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333399;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333399;
}
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333399;
}
/* //////////////////////////////////////////////////////// 
   /////////////// opt. ord  /////////////////
   //////////////////////////////////////////////////////// */
  p.optOrd {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #D8D8F1;
} 
   
/* //////////////////////////////////////////////////////// 
   /////////////// tekst Links  /////////////////
   //////////////////////////////////////////////////////// */
a.tekstLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333399;
	text-decoration: underline;

}
a.tekstLink:hover{
	color: #333399;
	text-decoration: underline;
}
/* //////////////////////////////////////////////////////// 
   /////////////// anchor Links  ///////////////// 
   //////////////////////////////////////////////////////// */
a.anchorLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #C0C0C0;
	text-decoration: none;
	

}
a.anchorLink:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #E8E8F7;
	text-decoration: underline;
}
/* //////////////////////////////////////////////////////// 
   /////////////// anchor Links  ///////////////// 
   //////////////////////////////////////////////////////// */
a.anchorLinkTekst {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333399;
	text-decoration: none;
	

}
a.anchorLinkTekst:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333399;
	text-decoration: none;
}

