

/* Presentation Stylesheet */ 

h2 {
 font-family: tahoma, arial, sans-serif;
 font-size: 14pt;
 color: #1A70A6;
 margin:0;
 padding:3 0 6 0;
 }

h3 {
 font-family: tahoma, arial, sans-serif;
 font-size: 14pt;
 color: #1A70A6;
 margin:0;
 padding:3 0 6 6;
 }

h4 {
 font-family: tahoma, arial, sans-serif;
 font-size: 12pt;
 color: #1A70A6;
 margin:0;
 padding:0 0 6 6;
 }
 

 
p {
 font-family: tahoma, arial, sans-serif;
 font-size: 12pt; 
 margin:0;
 padding:6 0 12 12;
 color:black;
 }
 

a:link,a:visited {
  font-family: tahoma, arial, sans-serif;
  font-size: 12pt; 
  text-decoration: none;
  margin:0;
  padding:0px;
  color:#1A70A6;
}

a:hover,a:active {
  font-family: tahoma, arial, sans-serif;
  font-size: 12pt; 
  margin:0;
  padding:0px;
  color:#65B8FF;
}

a:link.table,a:visited.table {
  font-family: times new roman, serif;
  font-size: 12pt; 
  text-decoration: none;
  margin:0;
  padding:0px;
  color:#1A70A6;
}

a:hover.table,a:active.table {
  font-family: times new roman, serif;
  font-size: 12pt; 
  text-decoration: none;
  margin:0;
  padding:0px;
  color:#65B8FF;
}


ul 
{
list-style-position: outside;
list-style-type: square;
list-style-image: url('../images/bpmbullet.png');
}

li,ol
{
 font-family: tahoma, arial, sans-serif;
 font-size: 16px;
 vertical-align: middle;
 color:black;
 margin: 0 0 3 0;
 margin-left:6px;
}

table {
width:95%;
margin:.6em;
border: 1px solid #e5eff8;
}

td {
 font-family: times new roman, serif;
 font-size: 12pt; 
 color:#678197;
 border-bottom: 1px solid #B6D9F6;
 border-left:1px solid #C7EAFF;
 padding:.2em .6em;
 text-align:left;
 background:#f4f9fe;
	}			

td.photo{
background:#FFFFFF;
text-align:center;
}

 label
{
color: #1A70A6;
font-family: tahoma, arial, sans-serif;
font-size: 11pt; 
width: 14em;
float: left;
text-align: right;
margin: 0em 0.7em 0em 0em;
display: block;
}

input, select, textarea
{
color: #155883;
font-family: tahoma, arial, sans-serif;
font-size: 10pt; 
background: #e5eff8;
border: 1px solid #A3C6E7;
padding: 1px;
margin: 0em 0.5em 1em 0em;
}

.submit input
{
color: #1A70A6;
background: #e5eff8;
border: 2px outset #A3C6E7;
margin: 1 1 1 2.5em;
}

fieldset
{
border: 1px solid #e5eff8;
width: 32em;
}

legend
{
color: #1A70A6;
font-family: tahoma, arial, sans-serif;
font-size: 11pt;
background: #e5eff8;
border: 1px solid #A3C6E7;
padding: 0.2em 0.6em 0.2em 0.6em;
}