/* *********************************************************************/
body  {
	color : #000000;
	font-family : Arial, Helvetica;
	font-size : 8pt;
}

a {
    font-family : Arial, Helvetica;
    font-size : 8pt;
    text-decoration: none;
    color: #0000FF;
}

a:hover{
    text-decoration: underline;
}

.smalllink {
    font-size : 8pt;
}

.capital {
	font-family : Arial, Helvetica;
	font-size : 12pt;
	font-weight: bold;
	color: #FF0000;
}

.border  {
	background-color : #0000FF;
}

h2 {
	font-family : Arial, Helvetica;
	font-size : 12pt;
}

.formular  {
	background-color : #EEEEEE;
}

th  {
	color : #000000;
	font-family : Arial, Helvetica;
	font-size : 8pt;
	background-color : #FFFFFF;
	text-align : left;
	font-weight: bold;
}

td  {
	color : #000000;
	font-family : Arial, Helvetica;
	font-size : 8pt;
	background-color : #FFFFFF;
}

.error {
	font-family : Arial, Helvetica;
	font-size : 9pt;
	font-weight: bold;
	color: #999999;
}

