/* This is the style of your browser text */

body {
	font-family: Heveltica, Verdana, sans-serif;
	background-color: #ffffff;
	font-size: 11px;
	line-height: 1.7em;
	padding: 0;
	margin: 0;
	text-align: left;
}

.portfolioNav { font-family: Heveltica, Verdana, sans-serif; font-size: 10pt; color: #58585a; }
.blue {  color: #00adef; }

a.norm:visited {  color: #58585a;}
a.norm:link {  color: #58585a; text-decoration: none;}
a.norm:hover {  color: #00adef; text-decoration: underline;}

a.blue:visited {  color: #00adef; text-decoration: none;}
a.blue:link {  color: #00adef; text-decoration: none;}
a.blue:hover {  color: #00adef; text-decoration: underline;}

td#nornmHelv{ font-size:11px;
}
	
p {
	margin: .5em 0 1em 0;
}
font#blue{ 
color:#00adef;
font-weight:bold;
}

a:link, a:visited {
	text-decoration: none;
	color: #000099;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-weight: bold;
	letter-spacing: -.05em;
	margin: 0;
	padding: 0;
	line-height: 1em;
}

h1 {
	color:#00adef;
	font-size: 19.5px;
	display: inline;
}

h2 {
	font-size: 14px;
	display: inline;
}
h6 {
	font-size: 14px;
	display: inline;
	line-height: 2;
	color: #666;
}

h3 {
	font-size: 14px;
	display: inline;
}

h4 {
	color:#00adef;
	font-size: 14px;
	display: inline;

}
h5 {
	color:#00adef;
	font-size: 14px;
	display: inline;

}
div#flash{
	background-color: #9d9fa1;
	margin:0;
  	position:absolute;
	top:0;
  	left:0;
  	width:100%;
  	height:100px;
 }
 @media screen{
  body>div#header{
   position:fixed;
  }
}
 * html body{
  overflow:hidden;
 } 
 * html div#content{
  height:100%;
  overflow:auto;
 }

