<STYLE>
A
{
  COLOR: #0000FF
}
A:hover {
  COLOR: #D000A0
}
.bordered_pic
{
  BORDER-LEFT: 1px solid rgb(0,0,144); 
  BORDER-RIGHT: 1px solid rgb(0,0,144); 
  BORDER-TOP: 1px solid rgb(0,0,144); 
  BORDER-BOTTOM: 1px solid rgb(0,0,144)
}
.usual_font {
 COLOR: #000000;
 FONT-FAMILY: Arial;
 FONT-SIZE: 10pt;
}
body {
 COLOR: #000000;
 FONT-FAMILY: Arial;
 FONT-SIZE: 10pt;
}
table {
 FONT-FAMILY: Arial;
 FONT-SIZE: 10pt;
}
.error {
 COLOR: #ff0000;
}

.info_font {
	font-size: 10px;
}

.red {
	color: red;
}
.green {
	color: green;
}
.infoTable {
	background-color: white;
	color: black;
}
.infoTable .infoHeader {
	background-color: #cee3f7;
	font-weight: bold;
}
.infoTable .tableRow1 {
	background-color: #ffffff;
}
.infoTable .tableRow2 {
	background-color: #f0f0f0;
}
.infoTable td {
	text-align: center;
}

.secondPanel {
 	background-color: #eeeeee;
 	width: 100%;
 	margin-bottom: 10px;
}

.upPanel {
 COLOR: #000000;
}

.secondPanel a, .upPanel a {
	padding: 4px;
}

.selectedBlock {
 	background-color: #bbbbbb;
}

.tableRow1 {
	background-color: #ffffff;
}
.tableRow2 {
	background-color: #f0f0f0;
}

.paginator {
	margin-top: 12px;
	margin-bottom: 12px;
}

.paginator .results {
	margin-top: 2px;
	margin-bottom: 6px;
}


</STYLE>