﻿body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, Sans-Serif;
	color: #000000;
}


.CaptionOn
{
	position: absolute;
	top: 83px;
	right: 20px;
	width: 350px;
	height: 150px;
	padding: 5px 10px 10px 10px;
	z-index: 99;
	background-color: #FFFFFF;
	border: solid 1px #C10435;
}

.CaptionOff
{
	display: none;
}

p, ul
{
	font-size: 10px;
	color: #000000;
}

p
{
	margin-top: 4px;
}

h1
{
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	margin-bottom: 6px;
}

strong
{
	font-weight: bold;
}