A:Visited  {
        color : #000080;
        text-decoration : none;
}

A:Active  {
        color : #0000FF;
        text-decoration : none;
}

A:Hover  {
        color : #1E90FF;
        text-decoration : none;
}

A:Link  {
      color : #000080;
      text-decoration : none;
}

font.smwhite {
        font-family: Arial, Verdana;
        font-size: 9pt;
        font-weight: 300;
	color: #FFFFFF;
}

font.mdwhite {
        font-family: Arial, Verdana;
        font-size: 11pt;
        font-weight: 600;
        color: #FFFFFF;
}

font.smblack {
        font-family: Arial, Verdana;
        font-size: 9pt;
        font-weight: 300;
        color: #000000;
}

font.ssmblack {
        font-family: Arial, Verdana;
        font-size: 8pt;
        font-weight: 300;
        color: #000000;
}

font.smblue {
        font-family: Arial, Verdana;
        font-size: 9pt;
        font-weight: 600;
        color: #004080;
}

font.smred {
        font-family: Arial, Verdana;
        font-size: 9pt;
        font-weight: 600;
        color: #FF0000;
}

font.lgblack {
        font-family: Arial, Verdana;
        font-size: 16pt;
        font-weight: 600;
        color: #000000;
}


font.mdblack {
        font-family: Arial, Verdana;
        font-size: 11pt;
        font-weight: 600;
        color: #000000;
}


font.mdblue {
        font-family: Arial, Verdana;
        font-size: 12pt;
        font-weight: 600;
        color: #004080;
}

font.lgblue {
        font-family: Arial, Verdana;
        font-size: 16pt;
        font-weight: 600;
        color: #004080;
}

.iboxblue {
	font-family: Arial, Verdana;
        font-size: 9pt;
        font-weight: 600;	
	color: #FFFFFF;
	background-color: #004080; 
	border: 1 solid #000000;
}

.iboxwhite {
        font-family: Arial, Verdana;
        font-size: 9pt;
        font-weight: 600;
        color: #000000;
        background-color: #EEEEEE;
        border: 1 solid #777777;
}

.iboxred {
        font-family: Arial, Verdana;
        font-size: 9pt;
        font-weight: 600;
        color: #000000;
        background-color: #EEDDDD;
        border: 1 solid #AA7777;
}

.iboxqty {
        font-family: Arial, Verdana;
        font-size: 8pt;
        font-weight: 300;
        color: #000000;
        background-color: #EEEEEE;
        border: 1 solid #777777;
}

.titlebar { 
	background-color: #3D5A95;
	font-size: 11px;
	color: #FFFFFF;
	border-bottom: 1 solid #000000 
}

.table {
	background-color: #FFFFFF;
	border: 1 solid #000000 
}

.tablebody {
	background-color: #FFFFF0;
	font-size: 10px;
	border-bottom: 1 solid #C0C0C0
}

.tablehead {
	background-color: #DBDBDB;
	font-size: 10px;
	padding-top: 2;
	padding-bottom: 2;
	border-bottom: 1 solid #C0C0C0
}

.tablesubhead {
	background-color: #EEEEEE;
	font-size: 11px;
	border-bottom: 1 solid #C0C0C0
}

.dropdown {
	font-family: Arial, Verdana; 
	font-size: 12; 
	border: 1 solid #000000;
	background-color: #EEEEEE;
	}

.dropdownred {
        font-family: Arial, Verdana;
        font-size: 12;
        background-color: #EEDDDD;
        border: 1 solid #AA7777;
        }


P  {
        font-size: 9pt
}

BODY  {
        font-family : Arial, Helvetica, sans-serif;
        background-color : #FFFFFF;
        color : #000000;
}
h1
{
   font-size	: 14px;
   color		: #013571;
   font-weight: 	: normal;	
}
tr, p, div 
{
  font-family      : arial;
  font-size        : 11px;
  color            : #333333;
}
strong
{
color: #031571;
font-size: 14px;
font-weight: bold;
}

.superspecial {
	color: #FF0000;
	font-size: 18px;
	font-style: italic;
}