@charset "utf-8";
/* CSS Document */

/* General rules */
html, body{
	margin: 0px;
	padding: 0px;
	background: #FFF;
	color: #000;
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
}

a{
	color: #000;
	text-decoration: none;
}

a:hover{
	color: #000;
	text-decoration: underline;
}

a.selected{
	color: #000;
	text-decoration: underline;
}

img{
	border: none;
}

div#clear{
	clear: both;
}



/* Extra rules */
div#tb{
	height: 100px;
	padding-top: 10px;
	padding-left: 50px;
}

div#tb_item{
	float: left;
}

div#tb_item_empty{
	float: left;
	width: 100px;
}

div#fr{
	height: 600px;
	padding-left: 50px;
	padding-right: 50px;
}

div#im{
	float: left;
	margin: 2.5px;
}

div#im_empty{
	float: left;
	width: 130px;
}

div#bt{
	height: 200px;
	padding-left: 50px;
	font-size: 8pt;
}

div#caption{
	font-size: 8pt;
	font-weight: bold;
}

div.caption_info{
	font-size: 7pt;
	cursor: pointer;
	padding-top: 5px;
}

