
/*	Public CSS Document */

/****************************************************************************/
/*	Global definition
/****************************************************************************/

html, body {
	background:#fff;
	font: 12px Tahoma, Verdana, Helvetica, Arial, Tahoma, sans-serif;
	color: #000;
}

td { font-size: 12px; }
html>body td { font-size: 12px; }

a { color: #000; font-size: 12px; }
a:hover, a:active {color: #c00;}

/* Lists defenition */


#LeftPane ol li, #RightPane ol li { font-weight: bold; }
#LeftPane ol li *, #RightPane ol li * { font-weight: normal; }

hr {
	height: 1px;
	border: 0px solid #efefef;
	border-top-width: 1px;
}

/****************************************************************************/
/* Header
/****************************************************************************/


/****************************************************************************/
/* Columns definitions
/****************************************************************************/

#ContentPane { font-size: 82%; }
#LeftPane, #RightPane { font-size: 12px; }
#BottomPane {}

/****************************************************************************/
/* Middle
/****************************************************************************/

/****************************************************************************/
/* Content column
/****************************************************************************/


/****************************************************************************/
/* Left and right column
/****************************************************************************/

.block-container {}
.block-container .block { font-size: 11px;}
.block-container .block a { color: #333;}
.block-container .block a:hover { color: #f00;}


