body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	margin:0;
	line-height: 1.4em;
}

body {	background-color: #E1EAF7;}

a:link {
	color: #204070;
	text-decoration: none;
}

a:visited {
	color: #204070;
	text-decoration: none;
}


a:hover {
	color: #204070;
	text-decoration: underline;
}

a.dot:link{  
	color: #990000;
    	text-decoration: none;
}

a.dot:visited{
	color: #990000;
	text-decoration: none;
}
	
a.dot:hover{
	color: #990000;
	text-decoration: underline;
}

  
h1 {font-size: 12pt; color: #B90A00; font-weight:bold;}
h2 {font-size: 10pt; font-weight: bold; color: #00337F;}
	
.bottomNav {font-size: 8pt;}
.copyright {color: #FFFFFF; font-size: 7pt;}

#submenu {
	color:#FFFFFF; 
	font-size: 10pt; 
	font-weight: bold;  
	font-variant: small-caps;}
	
#submenu a:link{
	color: #FFFFFF;
	}
	
#submenu a:visited{
	color: #FFFFFF;
	}

#submenu a:hover {
	color: #F0F7FB;
}*/

.navcellOff {background-color: #FFFFFF;}

.navcellOn {background-color: #DDE9F7;}

blockquote.withquote {
	background: url(images/quoteOn.gif) no-repeat;
	background-position:top left; 
	padding-left:10px; 
	font-style:italic; 
	margin:5px;
}
	
p.withunquote {
	background: url(images/quoteOff.gif) no-repeat;
	background-position:bottom right;
	padding-right:5px;
}

/* thin border around pictures */

.bdfloatr {
  float:right;
  border:solid 1px silver;
  padding:5px;
  margin:5px;
  } 
  
.bdfloatl {
  float:left;
  border:solid 1px black;
  padding:1px;
  margin-right:5px;
  }   
  
.bd {
  position: relative;
  right: -5px;
  border:solid 1px silver;
  padding:5px; 
  } 
  

ul {
margin-left: 20px;
padding-left: 10px;
list-style: none;
}

li {
padding-left: 15px;
background-image: url(images/b_arrow_sm.gif);
background-repeat: no-repeat;
background-position: 0 4px;
padding-bottom:6px
}



/* FORM LAYOUT */


fieldset {
margin: 3em 3em 3em 3em; /* top, right, bottom, left */
padding: .2em .2em .2em .2em;
border: 1px solid #000000;
}

legend {
padding: .2em;
background-color: #FFF1AE;
font-weight: bold;
color: #000000;
border: 1px solid #000000;
font-variant: small-caps;
}

input {
border: 1px solid #000000;
background-color: #F5F5F5;
}


textarea {
border: 1px solid #000000;
background-color: #F5F5F5;

}

-->