body
{
	text-decoration: none;
	font-family: arial,verdana,helvetica;
	color: #461274;
}

a:link
{
	text-decoration: underline;
}
a:visited
{
	text-decoration: underline;
}
a:active
{
	text-decoration: underline;
}
a:hover
{
	text-decoration: none;
}

td,p,ul,li
{
	font-size: 8pt;
	font-family: verdana,arial,helvetica;
}
input, textarea, select
{
	font-weight: bold;
	font-size: 8pt;
	font-family: verdana,arial,helvetica;
}

h1,h2,h3
{
	text-decoration: none;
	font-family: verdana,arial,helvetica;
}
h1
{
	font-size: 14pt;
	text-align:center;
	font-weight: normal;
}
h2
{
	font-size: 12pt;
	text-align:left;
	font-weight: bold;
}
h3
{
	font-size: 10pt;
	font-weight: bold;
}
big
{
	font-size: 10pt;
}
small
{
	font-size: 7pt;
}

.formfield
{
	font-family: verdana,arial,helvetica;
	font-size: 8pt;
	border-width: 1px;
	border-style: solid;
}
.menucell, .menucellover, .button
{
	cursor: hand;
	text-align: center;
	font-size: 8pt;
	font-weight: bold;
	border-width: 1px;
	border-style: solid;
}
.submenucell
{
	cursor: hand;
	text-align: center;
	font-size: 8pt;
	border-width: 1px;
	border-style: solid;
}
.menulink:link, .menulink:visited, .menulink:activ, .menulink:hover
{
	text-decoration: none;
}

table.main
{
	border-width: 1px;
	border-style: solid;
}

td.title, tr.title, table.title
{ 
 text-align: center;
 font-size: 11pt;
 /*font-weight: bold;*/
 border-width: 1px;
 border-style: solid;
}

td.column
{
 text-align: center;
 font-size: 9pt;
 /*font-weight: bold;*/
 border-width: 1px;
 border-style: solid;
}

.row1
{
	background-color: #FFFFDF;
}
.row2
{
	background-color: #FFFFEF;
}
.emptyrow1
{
	background-color: #FFFFFF;
	border-width: 1px;
	border-style: solid;
}
.emptyrow2
{
	background-color: #FFFFFF;
	border-width: 1px;
	border-style: solid;
}

.row1inactiv
{
	font-size: 8pt;
	background-color: #DDDDDD;
}
.row2inactiv
{
	font-size: 8pt;
	background-color: #EEEEEE;
}
.emptyrow1inactiv
{
	font-size: 8pt;
	background-color: #DDDDDD;
}
.emptyrow2inactiv
{
	font-size: 8pt;
	background-color: #EEEEEE;
}