@charset "utf-8";
/* CSS Document */

body {
color: #323232;
font-family: 'Trebuchet MS',Arial,sans-serif;
font-size: 12px;
}
strong {
color: #333333;
}
.pink {
color: #ff00cc;
}
.red {
color: #ff0033;
font-size:10px;
font-style:italic;
}
.green {
color: #00CC33;
}
div.clearer {
	clear: both;
	margin: 0;
	padding: 0;
	height: 1px;
	font-size: 1px;
}
div.bigBlock, div.smallBlock, div.hugeBlock {
	float: left;
	margin: 0 10px 10px 0;
	border: 0px solid #abb1C5;
}
div.hugeBlock {
	/*width: 600px;*/
}
.tableScroll {
	height: 115px;
	/*width: 600px;*/
	overflow:auto;
	border:1px solid #7C7C7C; 
	margin-left:5px;
}
.tableScrollContent {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:8pt;
}
.style1 {
	color: #333333;
	font-size:16px;
	font-weight:bold;
}



