html{
	height:100%;
}

body
{
	margin: 0;
	background-color: #01143A;
	height:100%;
}

a
{
	text-decoration: none;
	font-weight: normal;
	font-family: Arial;
	font-size: 10pt;
	font-style: normal;
	color:#FD9E66;

}
a:hover
{
  text-decoration: underline;
  font-weight: normal;
  color: gray;
}

img
{
  border: 0px;
}

table#reqForm td{
	text-align:left;
	vertical-align:top;
	height:25px;
}

td, div, span, p
{
	color: #ffffff;
	font-family: Arial;
	font-size: 10pt;
	line-height:1.5em;
}

input{
  border:dotted 1px white;
  background-color: transparent;
  color:white;
}

input.button{
  border:solid 1px black;
  background-color:silver;
  color:black;
  cursor:pointer;
}

select{
  background-color:white;
  color:black;
}

div.bulletList{
	border:solid 1px #ff6600;
	padding:5px;
	margin-bottom:10px;
}

div.bulletList a{
	font-weight:bold;
}

td.topMenu
{
	background: #ffffff;
	padding-bottom: 5px;
	vertical-align:top;
}
td.topMenuitem
{
  padding-left: 20px;
  padding-right: 20px;
}
td.topMenuitem a
{
    font-weight:normal;
	font-size:16pt;
    color:#d43200;
}

img.portfolioImage{
  border: solid 1px silver;
  margin-bottom:10px;
}

td.topMenuright
{
	background-color: #ffffff;
	width:325px;
	text-align:left;
}
td.banner
{
  background-image:url(images/top_bar.jpg);
  background-repeat:repeat-x;
  background-color: transparent;
  border-bottom:solid 1px #fff;
}
td.contentLeft
{
  background-color: transparent;
  padding: 10px;
  padding-top:25px;
  font-size: 10pt;
  text-align: center;
  height:100%;  
}
td.contentLeft a
{
  text-decoration: none;
  font-weight: bold;
  font-family: Arial;
  font-size: 10pt;
  font-style: normal;
  color: #ff6600;
}
td.contentLeft a:hover
{
  font-weight: bold;
  color: gray;
}
td.contentRight
{
  background-color: transparent;
  padding: 10px;
  padding-top:25px;
  height:500px;
}
td.copy
{
  background-color: #fff;
  color: #ad2f09;
  height:40px;
  font-size:9pt;

}
.pageHeader{
  font-family: Arial, sans-serif;
  font-size:18pt;
  color:#ff6600;
  font-style:italic;
}

table.portfolio td{
  padding-bottom: 20px;
 }
 
table.portfolio td img{
  margin-bottom:6px;
}

table.portfolio td a{
	font-weight:normal;
	text-decoration:none;
 }

div.info{
	font-size:10pt;
	font-weight:normal;
}
