body
{
	font-weight: bold;
	font-size: 11px;
	background: #ffffff;
	color: #000080;
	font-family: Verdana, Arial;
	text-align: left;
}

table
{
    background:#ffffff;
    text-align:left;
    font-family: Verdana, Arial;
    font-size:11px;
    color:#000080;
	font-weight:bold;
    border-bottom: none;
}

a:link
{
	color:#000080;
	text-decoration: underline;
}
a:visited
{
	color:#000080;
	text-decoration: underline;
}
a:active
{
	color:#000080;
	text-decoration: underline;
}
a:hover
{
	color:#B10C2E;
	text-decoration: none;
}

.listBox
{
	width:141px;
	height:70px;
}

.hrSep
{
	color:#000080;
	width:90%;
	text-align:center;
}

.errorText
{
	color:#cc0000;
}
.detailTable
{
	background: #e7f0f5;
	border-right: #000080 1px solid;
	border-top: #000080 1px solid;
	border-left: #000080 1px solid;
	border-bottom: #000080 1px solid;
}
.blacktext
{
    text-align:left;
    font-family: Verdana, Arial;
    font-size:11px;
    font-weight:bold;
    color:#000000;
}
.blacktextsmall
{
    text-align:left;
    font-family: Verdana, Arial;
    font-size:9px;
    font-weight:normal;
    color:#000000;
}
.tinytext
{
    background:#ececec;
    text-align:center;
    font-family: Verdana, Arial;
    font-size:6px;
    color:#000000;
}

.bigtext
{
    background:#e7f0f5;
    text-align:left;
    font-family: Verdana, Arial;
    font-size:18px;
    font-weight:bold;
    color:#000080;
}

.medtext
{
    background:#ffffff;
    text-align:left;
    font-family: Verdana, Arial;
    font-size:14px;
    font-weight:bold;
    color:#000080;
}

.pageHeader
{
     visibility:hidden;
     position: absolute;
     top:-10;
     left:-100;
}

.tableHeader
{
    background:#000080;
    text-align:left;
    font-family: "Arial";
    font-size:10pt;
    font-weight:bold;
    color:#e7f0f5;
}

.comment{
}

.highlight{
}