.content {font-family:arial;font-size:10pt;color:#8fc7d9;padding-right:10px;padding-left:10px;text-align:justify}
.content_small {font-family:arial;font-size:8pt;color:#8fc7d9;padding-right:10px;padding-left:10px;text-align:justify}
.content_large {font-family:arial;font-size:12pt;color:#8fc7d9;padding-right:10px;padding-left:10px;text-align:justify}
.content_small_padding {font-family:arial;font-size:8pt;color:#8fc7d9;padding-right:10px;padding-left:10px;padding-top:2px;text-align:justify}
a,a:active,a:visited {font-family:arial;font-size:10pt;color:#8fc7d9;text-decoration:none}
a:hover,a:active:hover,a:visited:hover {font-family:arial;font-size:10pt;color:#aff7f9;text-decoration:underline}
.hoverbox
{
	cursor: default;
	list-style: none;
}

.hoverbox a
{
	cursor: default;
}

.hoverbox a .preview
{
	display: none;
}

.hoverbox a:hover .preview
{
	display: block;
	position: absolute;
	top: -33px;
	left: -45px;
	z-index: 1;
}

.hoverbox img
{
	background: #fff;
	border-color: #aaa #ccc #ddd #bbb;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	padding: 2px;
	vertical-align: top;
	width: 100px;
	height: 75px;
}

.hoverbox li
{
	background: #eee;
	border-color: #ddd #bbb #aaa #ccc;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	display: inline;
	float: left;
	margin: 3px;
	padding: 5px;
	position: relative;
}

.hoverbox .preview
{
	border-color: #000;
	width: 200px;
	height: 150px;
}

/* =Internet Explorer Hacks
----------------------------------------------------------------------*/

* html .hoverbox a
{
	position: relative;
}

* html .hoverbox a:hover
{
	font-size: 100%;
	z-index: 1;
}

* html .hoverbox a:hover .preview
{
	top: -38px;
	left: -50px;
}

* html .hoverbox li
{
	position: static;
}