body
{
	font-weight: normal;
	font-size: 12pt;
	color: black;
	font-style: normal;
	font-family: Verdana, Arial, Sans-Serif;
	text-decoration: none;
}


A:visited
{
	color: blue;
}

.RedBold
{
	font-weight: bold;
	color: red;
}

.Title
{
	font-weight: bold;
	font-size: 16pt;
	color: black;
	font-style: normal;
	font-family: Verdana, Arial, Sans-Serif;
	text-decoration: none;
}

.Note
{
	font-size: 10pt;
	color: black;
	font-style: normal;
	font-family: Verdana, Arial, Sans-Serif;
	text-decoration: none;
}

.Section
{
	font-weight: normal;
	font-size: 14pt;
	color: black;
	font-style: normal;
	font-family: Verdana, Arial, Sans-Serif;
	text-decoration: none;
}

.FormatDialog
{
	border-right: black thin solid;
	padding-right: 4px;
	border-top: black thin solid;
	padding-left: 4px;
	z-index: 10;
	filter: progid:DXImageTransform.Microsoft.gradient(#startColorstr=#0A246A,endColorstr=#A6CAF0);
	left: 10px;
	padding-bottom: 4px;
	border-left: black thin solid;
	width: 10px;
	color: white;
	padding-top: 4px;
	border-bottom: black thin solid;
	position: absolute;
	top: 10px;
	height: 10px;
	background-color: blue;
}

.Red
{
	color: red;
}

.Exit
{
	border-right: black thin solid;
	padding-right: 3px;
	border-top: black thin solid;
	padding-left: 3px;
	font-weight: bold;
	padding-bottom: 3px;
	border-left: black thin solid;
	color: black;
	padding-top: 3px;
	border-bottom: black thin solid;
	background-color: silver;
	text-decoration: none;
}