body {
	background: white;
	font-family: verdana,arial;
	font-size: 10pt;
}

p {font-family: verdana,arial; font-size: 10pt;}


div.stock {margin-left: 1em;
        margin-right: 1em;
	font-size: 10pt;
        text-align: justify;
}

div.stock a {color: red; text-decoration: none; font-weight: bold}
div.stock a:hover {color: orange; text-decoration: none; font-weight: bold}
div.stock span.category {color: #1B4298; text-decoration: underline; font-weight: bold;} /* ezcredit blue */
div.stock span.specialoffers {color: #5191CD;}

p.data {
	margin-left: 1em;
	margin-right: 1em;
        text-align: justify;
}

p.footnote {
	margin-left: 1em;
	margin-right: 1em;
        text-align: justify;
	font-size: 9pt;
}

span.asterisk {color: #1B4298; vertical-align: super;}

p.data span, span.ez {color:#1B4298;}

p.test {
	margin-left: 2em;
	margin-right: 1em;
}

table.main {
	border-color: #DDF0F1;
	border-width: 2px ;
	border-style: solid;
}

table.top {
	background-image: url(images/montage.jpg);
	background-position: top right;
	background-repeat: no-repeat;
        height: 176px;
        width: 980px;
}

table.data {
	margin-left: 1em;
}

td.data {background: #333399;}

td.form {
	background-color: #D7E1F3; font-size: 10pt;
}

span.title {
	font-family: verdana, arial;
	vertical-align: middle;
	font-weight: bold;
	font-size: 17pt;
	color: #1B4298;  /* "e" colour */
}

span.red {color: red;}

hr.title {color: #DDF0F1;}


li.data {font-size: 10pt; margin-left: 1em; margin-right: 1em; list-style-image: url(/images/bullet.gif); list-style-type: disc}

h4 {color:#1B4298; margin-left: 1em; margin-right: 1em;}

h2.callnow {color:#1B4298; text-align: center; font-size: 18pt;}

#copyright {
    font-size: 8pt;
}

#copyright img {
    border: none;
}

#copyright a {
    text-decoration: none;
    font-weight: normal;
    border: none;
    color: black;
}


/* Stuff for the side menu.... don't mess with the ordering*/
#navmenu
{
	width: 170px;
	/*float: none;*/
}


ul.navmenu li a
{
	/*font-weight: bold;*/
	font-family: "arial";
	font-size: 11pt;
	line-height: 150%;
	text-decoration: none;
	padding: 4px;
	width: 100%;
	display: block;
	color: #1B4298; /* "e" colour */
}

ul.navmenu li.current a
{
	color: #1B4298; /* "e" colour */
}


html>body .navmenu a
{
	width: auto;
}


ul.navmenu
{
	margin: 10px;
	margin-top: 0;
	padding: 2px;
}

ul.navmenu li
{
	border: 1px solid #5191CD; /* Mid blue taken from pdf button border*/
	margin-top: 15px;
	margin-bottom: 15px;
	list-style-image: none;
	list-style-type: none;
	font-weight: bold;
	background-color: #D7E1F3; /* Light blue from PDF button background */
}

ul.navmenu li.current
{
	background-color: white;
	color: #1B4298; /* dark blue "e" colour */
}

ul.navmenu li a:hover
{
	background-color: #5191CD; /* Mid blue taken from pdf button border*/
	color: white;
}

ul.navmenu li.current a:hover /* stop active page changing colour*/
{
	background-color: white;
	color: #1B4298; /* dark blue "e" colour */
}
