body { background-color:white; }

body, th, td, font.pageText
{
	font-family:Arial,Helvetica,sans-serif;
	font-size:8pt;
	color:black;
}

a:link, a:active, a:visited
{
	color:blue;
	text-decoration:underline;
}

a:hover
{
	color:red;
	text-decoration:underline;
}

ul { margin:0px 0px 0px 15px; }

font.header { font-size:12pt; }

font.biggerText { font-size:9pt; }

label
{
	font-size:8pt;
	font-weight:bold;
}

div.rightContent { padding:5px; }

a.prod:link, a.prod:active, a.prod:visited
{
	font-size:9pt;
	font-weight:bold;
	color:black;
	text-decoration:underline;
}

a.prod:hover
{
	color:red;
	text-decoration:underline;
}

a.small:link, a.small:active, a.small:visited
{
	color:black;
	text-decoration:underline;
}

a.small:hover
{
	color:red;
	text-decoration:underline;
}

a.bottom:link, a.bottom:active, a.bottom:visited
{
	font-size:8pt;
	font-weight:bold;
	color:#969696;
	text-decoration:none;
}

a.bottom:hover
{
	color:gray;
	text-decoration:none;
}

div.contacts
{
	position:relative;
	height:178px;
	width:298px;
}

div.contact
{
	visibility:hidden;
	position:absolute;
	left:0px;
	top:0px;
	width:288px;
	overflow:auto;
	padding:5px;
}

div.arrow
{
	visibility:hidden;
	position:absolute;
}

div.marker { position:absolute; }