A.type1:link    {color:#ffffff; text-decoration:underline;}
A.type1:visited {color:#ffffff; text-decoration:underline;}
A.type1:active  {color:#ffffff; text-decoration:none;}
A.type1:hover   {color:#ffffff; text-decoration:underline overline;}

A.type3:link    {color:#ffffff; text-decoration:underline;}
A.type3:visited {color:#ffcc66; text-decoration:underline;}
A.type3:active  {color:#ffcc66; text-decoration:none;}
A.type3:hover   {color:#ffcc66; text-decoration:underline overline;}

body{
  margin: 0px;
  padding: 0px;
  BACKGROUND-COLOR: #000066;
}

#broker{
  FONT-FAMILY: Arial, times;
  FONT-SIZE: 12pt;
  FONT-WEIGHT: bold;
  COLOR: #ffcc66;
  text-align: center;
  position: absolute;
  top: 10px;
  right: 55px;
  width: 170px;
  height: 170px;
}
#broker img{
  border: 1px solid #ffcc33;
}

.Heading
{
    FONT-FAMILY: Arial;
    FONT-SIZE: 18pt;
    FONT-WEIGHT: bold;
    COLOR: #ffffff;
    TEXT-ALIGN: center;
    TEXT-TRANSFORM: capitalize
}
.Fineprint
{
    FONT-FAMILY: Arial, times new roman;
    FONT-SIZE: 8pt;
    FONT-WEIGHT: normal;
    COLOR: #ffffff
}
.Headernavbar
{
    FONT-FAMILY: Arial, times new roman;
    FONT-SIZE: 10pt;
    FONT-WEIGHT: bold;
    TEXT-ALIGN: right;
    VERTICAL-ALIGN: top;
    COLOR: #000000
}
.MainHeader
{
    FONT-FAMILY: Arial, times new roman;
    FONT-SIZE: 10pt;
    FONT-WEIGHT: bold;
    PADDING-LEFT: 5px;
    COLOR: #ffffff
}
.MainHeader1
{
    FONT-FAMILY: Verdana, Arial, times new roman;
    FONT-SIZE: 8pt;
    FONT-WEIGHT: bold;
    VERTICAL-ALIGN: center;
    PADDING-LEFT: 10px;
    PADDING-RIGHT: 10px;
    COLOR: #ffffff
}
.MainHeader2
{
    FONT-FAMILY: Arial, times new roman;
    FONT-SIZE: 14pt;
    FONT-WEIGHT: bold;
    COLOR: #ffffff
}
.MainHeader3
{
    FONT-FAMILY: Arial, times new roman;
    FONT-SIZE: 14pt;
    FONT-WEIGHT: bold;
    PADDING-LEFT: 10px;
    PADDING-RIGHT: 10px;
    COLOR: #000000
}
.MainHeader3A
{
    FONT-FAMILY: Arial, times new roman;
    FONT-SIZE: 11pt;
    FONT-WEIGHT: bold;
    PADDING-LEFT: 5px;
    PADDING-RIGHT: 5px;
    COLOR: #6666CC
}
.MainHeader4
{
    FONT-FAMILY: Arial, times new roman;
    FONT-SIZE: 12pt;
    FONT-WEIGHT: bold;
    COLOR: #ffcc66
}
.MainHeader7
{
    FONT-FAMILY: Arial, times new roman;
    FONT-SIZE: 10pt;
    FONT-WEIGHT: normal;
    PADDING-LEFT: 10px;
    PADDING-RIGHT: 10px;
    COLOR: #ffffff
}
.background
{
    BACKGROUND-COLOR: #000066;
}
.background1
{
    BACKGROUND-COLOR: #ffffff;
}
.background2
{
    BACKGROUND-IMAGE: url("images/blueline_bg2.html");
    BACKGROUND-REPEAT: no-repeat;
    BACKGROUND-ATTACHMENT: fixed;
    background-position: 50% 100%;
    BACKGROUND-COLOR: #ffffff;
}
.background3
{
    BACKGROUND-COLOR: #ffcc33;
}
/* Main Calculator Styles */
.cTimeValue INPUT, P, TD, OL, UL
{
	font-family: Arial, times new roman;
	font-size: 10pt;
	color: #ffffff;
    BACKGROUND-COLOR: #000066;
	text-decoration: none;
}
.cTimeValue H2, Legend
{
	font-family: Arial, times new roman;
	color: ffcc66;
	font-size: 10pt;
    BACKGROUND-COLOR: #000099;
	font-weight: bold;
}

/* Amortization Styles */
.cTimeValue .cAmortTable
 {
    border:solid #ffffff 2px;
    border-collapse: collapse;
}
.cTimeValue .cAmortTable td
 {
    text-align:right;
    font-family:Arial, times new roman;
    font-size:9pt;
    padding:5px;
}
.cTimeValue .cAmortTitleFont
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 10pt;
    COLOR: #ffcc66;
    FONT-STYLE: normal;
    FONT-FAMILY: Arial, times new roman
}
.cTimeValue .cAmortHeader td
{
    text-align: center;
    BACKGROUND-COLOR: #ffffff;
    font-weight: bold;
    font-size: 11pt;
    color: black ;
}
.cTimeValue .cAmortLineE td
 {
    BACKGROUND-COLOR: #000066;
    color:#ffcc66;
}
.cTimeValue .cAmortLineO td {
    BACKGROUND-COLOR: #000066;
    color: #ffffff;
}
