﻿.title
{
	color: black;
	text-decoration: none;
	text-transform: capitalize;
	font-weight: bold;
	font-size: 11pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.mandatory
{
	color:red;
}

tr
{
	color:black;
	font-weight:normal;
	font-size:8pt;
	font-family:verdana;
}

body
{
	color:black;
	font-weight:normal;
	font-size:8pt;
	font-family:verdana;
}

a
{
	color:#d05506;
	font-weight:bold;
	font-size:8pt;
	text-decoration:none;
}

a:hover
{
	color:#D05506;
	font-weight:bold;
	font-size:8pt;
	text-decoration:underline;
}

.textPadding
{
	padding:8px;
	display:block;
}

.contents
{
	display:block;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-decoration:none;
}

table#content td
{
	text-align:justify;
	padding:5px;
}

.twelvePtBaseline
{
	font-size: 12pt;
	vertical-align:baseline;
}

.newsDate
{
	color:red;
	text-decoration:none;
}

.newsTitle
{
	color:Black;
	font-weight:bold;
}

.improvement
{
	color:green;
	font-weight:lighter;
	font-style:normal;
}

.bugFix
{
	color:red;
	font-weight:normal;
	font-style:normal;
}

.modification
{
	color:maroon;
}

.linkBar a:hover {
	color: #D05506;
	margin-left: 7px;
	margin-right: 7px;
	text-transform:uppercase;
}
.linkBar a {
	color: #D05506;
	margin-left: 7px;
	margin-right: 7px;
	text-transform:uppercase;
}