BODY
{
	font-size: x-small;
	margin: 5px;
	color: black;
	font-family: Verdana, Arial, Monospace;
	background-color: white;
}
TD
{
	font-size: x-small;
}
A
{
	color: #262DAE;
	text-decoration: none;
	font-weight:bold;
}
A:hover
{
	text-decoration: underline;
}
A.title
{
	font-weight: bold;
	font-size: large;
	text-decoration: none;
}
A.title:hover
{
	text-decoration: underline;
}
A.whitelink
{
	color: white;
	text-decoration: none;
}
A.whitelink:hover
{
	text-decoration: underline;
}
.blue
{
	font-weight: bold;
	font-size: x-small;
	color: #262DAE;
	text-decoration: none;
}
.statusError
{
	font-weight: bold;
	font-size: medium;
	color: Red;
}
.statusOK
{
	font-weight: bold;
	font-size: medium;
	color: Green;
}
.red
{
	font-weight: bold;
	font-size: x-small;
	color: #892525;
	text-decoration: none;
}
.bluebox
{
/*	border-right: black thin solid;
	border-top: black thin solid;
	border-left: black thin solid;
	border-bottom: black thin solid;*/
	color: #ffffff;
	background-color: rgb(91,128,172);
	font-weight:bold;
	height: 27;
}
.bigger
{
	font-size: larger;
	font-weight: bolder;
}
.hdinfobox
{
	color:White;
	text-align: center;
	background-image: url(/images/bsliver.gif);
	background-repeat: repeat-x;
	font-weight:bold;
}
.lcurve
{
	background-position: left top;
	background-image: url(/images/lcurve.gif);
	background-repeat:no-repeat;
	width: 36px;
}
.rcurve
{
	background-position: right top;
	background-image: url(/images/rcurve.gif);
	width: 36px;
	background-repeat: no-repeat;
}
.lbcurve
{
	background-position: left bottom;
	background-image: url(/images/lbcurve.gif);
	background-repeat:no-repeat;
	width: 36px;
}
.rbcurve
{
	background-position: right bottom;
	background-image: url(/images/rbcurve.gif);
	width: 36px;
	background-repeat: no-repeat;
}
.infobox
{
	border-right: solid 3px #6366DF;
	border-left: solid 3px #6366DF;
}
.binfobox
{
	border-bottom: solid 3px #6366DF;
}
.title
{
	font-weight: bold;
	font-size:medium;
}
.bold
{
	font-weight: bold;
}
.copyright
{
	text-align:center;
	font-size:xx-small;
}
.itemtable
{
	border:solid thin black;
}
.tdheading
{
	font-weight:bold;
	font-size:x-small;
	text-align:center;
	border-right: black thin solid;
	border-top: black thin solid;
	border-left: black thin solid;
	color: #ffffff;
	border-bottom: black thin solid;
	background-color: #6366DF;
}
.heading
{
	font-weight: bold;
	vertical-align: top;
}
.trodd
{
	background-color:#FBFBE7;
}
