td 	{ font-family: Verdana, Arial;
	  font-size: 10 pt;
	  margin-left: 9px;
	  margin-right: 9px;
	  margin-top: 9px }

h1 	{ font-family: Verdana, Arial; font-size: 36 pt; font-style: }
h2 	{ font-family: Verdana, Arial; font-size: 24 pt; font-style: }
h3 	{ font-family: Verdana, Arial; font-size: 18 pt; font-style: }
h4 	{ font-family: Verdana, Arial; font-size: 14 pt; font-style: }
h5 	{ font-family: Verdana, Arial; font-size: 12 pt; font-style: }
h6 	{ font-family: Verdana, Arial; font-size: 10 pt; font-style: }

body
{
 font-family: Verdana, Arial;
 font-size: 10 pt;
 margin-left: 0px;
 margin-right: 0px;
 margin-top: 0px;
 background: #FFFFFF; }

body, p, td
	{text-align: left;
}

A
{
	font-weight: bold;
}

A:link
{
	text-decoration: none;
	color: default;
}

A:visited
{
	text-decoration: none;
	color: default;
}
A:active
{
	text-decoration: underline;
	color: #FF0000;
}

A:hover
{
	text-decoration: underline;
	color: #FF0000;
}

.blue
{
  border-style: solid;
  border-width: 1px;
  border-color: #777777;
  background-color: #EAF1FF;
  width: 95%;
  text-align: left;
  padding: 4px 4px 8px 6px;
}

.yellow
{
  border-style: solid;
  border-width: 1px;
  border-color: #777777;
  background-color: #FFEECC;
  width: 95%;
  text-align: left;
  padding: 4px 4px 8px 6px;
}

.white
{
  border-style: solid;
  border-width: 1px;
  border-color: #777777;
  width: 95%;
  text-align: left;
  padding: 4px 4px 8px 6px;
}

.clear
{
  border-style: solid;
  border-width: 0px;
  border-color: #FFFFFF;
  width: 95%;
  text-align: left;
  padding: 0px;
}

.prikbord
{
  border-style: solid;
  border-width: 1px;
  border-color: #777777;
  background-color: #FFFFE7;
  width: 95%;
  text-align: left;
  padding: 4px 8px 6px 6px;
}

.tabledef
{
  border-style: solid;
  border-width: 1px;
  width: 100%;
  border-collapse: collapse;
  border-color: #111111;
}

.tabledef td
{
  border: solid 1px #999999;
}

