body
{
	font-size: 8pt;
	font-family: Verdana, Tahoma;
}

.b, .b:visited
{
	color: #000066;
	text-decoration: none;
}
.b:hover
{
	font-weight: bold;
	font-size: 8pt;
	color: royalblue;
	font-family: Verdana, Tahoma;
	text-decoration: none;
}
.c, c:visited
{
	font-weight: bold;
	font-size: 8pt;
	color: steelblue;
	font-family: Verdana, Tahoma;
	text-align: center;
	text-decoration: none;
}
.c:hover
{
	font-weight: bold;
	font-size: 8pt;
	color: darkblue;
	font-family: Verdana, Tahoma;
	text-align: center;
}

.newsBody
{
	font-size: 8pt;
	color: #000066;
	font-family: Verdana, Tahoma;
	background-color: antiquewhite;
}
.adsBody
{
	font-size: 8pt;
	color: #000066;
	font-family: Verdana, Tahoma;
	background-color: aliceblue;
}
.newsTitle
{
	font-size: 12pt;
	font-weight:bold;
	font-family: Verdana, Tahoma;
	color:#000066;
}
.headerBody
{
	background-color: aliceblue;
}
.menuBody
{
	background-color: aliceblue;
}
.item
{
	font-size: 8pt;
	color:#000066;
	background-color: aliceblue;
}

.itemAmount
{
	font-size: 8pt;
	color: #000066;
	background-color: aliceblue;
	text-align: right;
}

.mnuItem
{
	font-weight: bold;
	font-size: 8pt;
	color: #000066;
	font-family: Verdana, Tahoma;
	background-color: aliceblue;
}

.itemItalic
{
	font-size: 7pt;
	text-transform: capitalize;
	color: #000066;
	font-style: italic;
}
.selectedItem
{
	font-weight: bold;
	font-size: 8pt;
	color: aliceblue;
	background-color: #669999;
}
.header, .header:visited
{
	font-weight: bold;
	font-size: 8pt;
	color: white;
	background-color: #006699;
}

.header:hover
{
	font-weight: bold;
	font-size: 9pt;
	color: lemonchiffon;
	font-family: Verdana, Tahoma;
	background-color: #006699;
}

.footer
{
	color:#000066;
	font-size: 8pt;
	background-color:aliceblue;
}
.label
{
	font-weight:bold;
	font-size: 9pt;
	color: #000066;
	font-family: Verdana, Tahoma;
}

.inputbox
{
	border-right: #003399 thin solid;
	border-top: #003399 thin solid;
	font-size: 8pt;
	border-left: #003399 thin solid;
	border-bottom: #003399 thin solid;
	font-family: Verdana, Tahoma;
}

.topMenuBar
{
	border-right: azure 1px solid;
	background-color: lightsteelblue;
	text-align: center;
}
.topMenuBarSel
{
	border-right: azure 1px solid;
	background-color: navajowhite;
	text-align: center;
}
.topMenuBarBack
{
	border-right: gainsboro 1px solid;
	border-top: gainsboro 1px solid;
	border-left: gainsboro 1px solid;
	background-color: whitesmoke;
}
.logonWindow
{
	border-right: lightsteelblue thin solid;
	border-top: lightsteelblue thin solid;
	border-left: lightsteelblue thin solid;
	border-bottom: lightsteelblue thin solid;
	background-color: aliceblue;
}
.errorMessage
{
	font-weight: bold;
	font-size: 9pt;
	color: red;
	font-family: Verdana, Tahoma;
}
.aLabel
{
	font-size: 8pt;
	color: #000066;
	font-family: Verdana, Tahoma;
}