/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 
* {font-family: "Trebuchet MS",Verdana,Arial,sans-serif;}

body {
	font-family: "Trebuchet MS",Verdana,Arial,sans-serif;
	color: black;
	font-size:10pt;
	margin-left:0;
	margin-right:0;
	margin-top:0;
    color:navy;
}

h1 {
  font-size:1.8em;
    font-style: oblique;
}

h2 {
  font-size:1.3em;
  font-style: oblique;
}

h3 {
  font-size:1.10em;
}

h4 {
  font-size:1.10em;
  color:#d60407;
}

p {
  font-size:1em;
  text-align:justify;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

li {margin-bottom:11pt;}

p {text-align:justify;
margin-bottom:11pt;
}

a:link, a:visited {
	color:#000000;
	background: transparent;
	text-decoration: underline;
}


th {
	background-color: #e0e0e0;
	text-align:center;
}
/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#maintable {background-color: #ffffff; width:100%;}
.noprint, #toptd, #lefttd, #midtd, #footerleft, #footerright, #phototd, #pic, #file_list {
    display:none;
}

#printheader {
    width:100%;
    padding-bottom:20px;
    border-bottom:1px solid navy;
}



