body
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
}

.clsTopButtons
{
	border-left: 1px solid white;
	background-color: #CCCCCC;
	color: #86016E;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	cursor: pointer;
}

.clsNavButtons
{
	border-top: 1px solid white;
	border-left: 1px solid white;
	background-color: #68757E;
	color: white;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	cursor: pointer;
}

.clsNavButtonsEmpty
{
	border-top: 1px solid white;
	border-left: 1px solid white;
	background-color: #68757E;
	color: white;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}

.clsNavButtonsMouseOver
{
	border-top: 1px solid white;
	border-left: 1px solid white;
	background-color: #86016E;
	color: white;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	cursor: pointer;
}

.clsNavBar
{
	border-top: 1px solid white;
	border-left: 1px solid white;
	background-color: #86016E;
	color: white;
	font-size: 15px;
	font-weight: bold;
}

.clsContent
{
	font-size: 11px;
	margin-top: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
	margin-right: 20px;
	text-align: justify;
}

a.clsHREFwhite
{
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: silver;
}

a:hover.clsHREFwhite
{
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: white;
}

a.clsHREFwhiteLock
{
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: white;
}

.clsSideMenu
{
	background-color: #68757E;
	color: white;
	vertical-align: top;
	height: 90%;
}

.clsDivMenu
{
	background-color: #68757E;
	color: white;
	vertical-align: top;
	width: 200px;
}

.clsRequired
{
	color: red;
	font-size: 13px;
	font-weight: bold;
}

.clsSpecifications
{
	font-size: 12px;
	font-weight: bold;
}