body
{
	text-decoration: none;
	font-family: "Arial", "Helvetica", "Verdana", "sans-serif";
	color: #000000;
}
a:link
{
	text-decoration: none;
}
a:visited
{
	text-decoration: none;
}
a:active
{
	text-decoration: none;
}
a:hover
{
	text-decoration: underline;
}

h1,h2,h3
{
	text-decoration: none;
	font-family: arial,verdana,helvetica;;
	font-weight: bold;
}
h1
{
	font-size: 16pt;
	text-align:center;
}
h2
{
	font-size: 14pt;
	text-align:center;
}
h3
{
	font-size: 11pt;
}

td,p
{
	font-size: 10pt;
	font-family: arial,verdana,helvetica;
}
input, textarea, select
{
	font-size: 10pt;
	font-family: arial,verdana,helvetica;
}

.submenu, .menucell
{
	text-align: center;
	font-size: 9pt;
	font-weight: bold;
	border-width: 1px;
	border-style: solid;
}
.button
{
	text-align: center;
	font-size: 9pt;
	font-weight: bold;
}

table.frame
{
	border-width: 1px;
	border-style: solid;
}
td.frametitle
{ 
 text-align: center;
 font-size: 12pt;
 font-weight: bold;
 border-width: 1px;
 border-style: solid;
}

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

td.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: 10pt;
	background-color: #DDDDDD;
}
.row2inactiv
{
	font-size: 10pt;
	background-color: #EEEEEE;
}
.emptyrow1inactiv
{
	font-size: 10pt;
	background-color: #DDDDDD;
}
.emptyrow2inactiv
{
	font-size: 10pt;
	background-color: #EEEEEE;
}