a
{ font-family: "Verdana, Arial, Helvetica, sans-serif"
  color:			black;
}

a:link {
	text-decoration: none;

}
a:visited {
	text-decoration:none;

}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}


.error
{
color:red;
font-weight:bold;
font-size:14pt;
}



.border_all
{
border: 1px solid black;
}

.notbold
{
color:black;
font-weight:normal;
}

.bold12
{
color:black;
font-weight:bold;
font-size:12pt;
}

.normal14
{
color:black;
font-size:	14pt; 
font-weight: normal;
}

.bold14
{
color:black;
font-size:	14pt; 
font-weight: bold;
}

.normal16
{ 
font-size:		16pt;
color:			black;
font-weight:		normal;
}

.bold16
{ 
font-size:		16pt;
color:			black;
font-weight:	bold;
}

.bold18
{ 
font-size:		18pt;
color:			black;
font-weight:	bold;
}

.bold26
{
color:black;
font-size:		26pt;
font-weight: bold;
}

.table_with_border
{
padding: 5px;
border-color: black;
border-style: solid;
border-width:1px;
}



