HR
{
color: black;
}

*
{
	font-family: verdana;
	font-size: 12px;
}

IMG
{
	border: 0;
}

A
{
	color: black;
	text-decoration: none;
}

A:hover
{
	text-decoration:underline;
}

.content
{
	font-family: verdana;
    font-size: 12px;
	padding: 2px;
	margin: 2px;
}

.input, TEXTAREA
{
	border: 1px solid black;
	background-color: white;
	color: black;
	font-family:verdana;
	font-size:11px;
}

.button
{
	padding:2px;
}

.head
{
	text-align: center;
	font-weight: bold;
}

.listview
{
	border: 1px solid black;
	background-color: white;
}

td.listviewhead
{
	background-color: lightblue;
	border-bottom: 1px outset black;
	font-weight: bold;
	padding: 1px;
	text-align: center;
	color: navy;
}

.listviewlink
{
color: white;
text-decoration : none;
}

.listviewhead:hover
{
text-decoration: underline;
}

.listview1
{
	background-color: #EFEFEF;
}

.listview2
{
	background-color: #DEDEDE;
}

.listviewhighlight
{
	background-color: orange;
	color: black;
}

.table_border
{
	border-top          : 1px solid #000000;
	border-bottom       : 1px solid #000000;
	border-left         : 1px solid #000000;
	border-right        : 1px solid #000000;
}

.table_head
{
    font-family         : Verdana,Arial,Helvetica,Geneva,Sans-serif,sans-serif;
    font-size           : 11px;
    font-weight         : bold;
    color               : rgb(255,255,255);
    background-color    : rgb(163,143,173);
}

.tabel-headlink:link
{
    text-decoration     : none;
    color               : rgb(255,255,255);
}

.table_headlink:visited
{
    text-decoration     : none;
    color               : rgb(255,255,255);
}

.table_headlink:active
{
    text-decoration     : none;
    color               : rgb(255,255,255);
}

.table_headlink:hover
{
    text-decoration     : none;
    color               : rgb(255,0,0);
}

.table_cel
{
    font-family         : Verdana,Arial,Helvetica,Geneva,Sans-serif,sans-serif;
    font-size           : 11px;
    color               : rgb(0,0,0);
    background-color    : rgb(240,240,240);
}

.table_cel1
{
    font-family         : Verdana,Arial,Helvetica,Geneva,Sans-serif,sans-serif;
    font-size           : 11px;
    color               : rgb(0,0,0);
    background-color    : rgb(240,240,240);
}

.table_cel2
{
    font-family         : Verdana,Arial,Helvetica,Geneva,Sans-serif,sans-serif;
    font-size           : 11px;
    color               : rgb(0,0,0);
    background-color    : rgb(200,200,200);
}

.table_cellink:link
{
    text-decoration     : none;
    color               : rgb(0,0,0);
}

.table_cellink:visited
{
    text-decoration     : none;
    color               : rgb(0,0,0);
}

.table_cellink:active
{
    text-decoration     : none;
    color               : rgb(0,0,0);
}

.table_cellink:hover
{
    text-decoration     : none;
    color               : rgb(255,0,0);
}