/* Birch's pages style parameters */

body {font-size: 10pt;
      font-family: verdana, helvetica, arial, sans-serif;
}

/* Font size selectors */
em { font-size: 110%; }   
p {font-size: 12pt;
   font-family: verdana, helvetica, arial, sans-serif;
}       
p.eight { font-size:8pt;
    font-family: verdana, helvetica, arial, sans-serif;
 }
p.nine, li { font-size:9pt;
    font-family: verdana, helvetica, arial, sans-serif;
 }
p.ten { font-size: 10pt;
    font-family: verdana, helvetica, arial, sans-serif;
}
td { font-size:9pt;
    font-family: verdana, helvetica, arial, sans-serif;
 }
 li { font-size:9pt;
    font-family: verdana, helvetica, arial, sans-serif;
 }
.dropcap {font-size: 20pt;
		  font-weight: bold;
          color: #DC143C;
		font-family : "Brush Script MT"; "Arial Narrow", 
}

img.right {float:right; clear:right;}
img.left {float: left;}

.highlight {text-align: center;
            background: yellow;
            font-weight: bold;
			letter-spacing: 0em;
} 
.red {background: white;
font-size: 12pt;
font-weight: bold;
            text-align: left;
			color: Red;
}
.bigred {background: white;
font-size: 16pt;
font-weight: bold;
			color: Red;
}
dd, dt {  
font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 12px;
 }
.drag{
position:relative;
cursor:hand;
}
.section {
   display: block;
	width: 150px;
	height: 20px;
	font-size: small;
	font-weight: normal;
	color: Red;
	text-align: center;
	background-color: #ADD8E6;
	margin-bottom: 5px;
	margin-top: 5px;
	border: 1px solid Red;
}
.navbutton {
 display: block;
 font-size:  9pt;
 font-weight: bold;
 font-family: Verdana, Arial, Geneva, Helvetica, Sans-Serif; 
 letter-spacing: 1px; 
 color:  Black;
 background-color: White; 
 font-variant: normal;
}
.navbutton A:link {
 display: block;
 width: 150px;
 text-align: center;
 color: Black; 
 background-color: White; 
 text-decoration: none;
}
.navbutton A:visited {
 display: block;
 width: 150px;
 text-align: center;
 color: Black; 
 background-color: White; 
 text-decoration: none;
}
.navbutton A:hover {
 display: block;
 width: 150px;
 border-width:  2pt;
 text-align: center;
 color: Yellow; 
 background-color: #33CCFF; 
 text-decoration: none;
}