/* Fircrest Styles */
 
 body {		font-family: Arial, sans-serif;
		font-size: 12pt;
		background-color: #FFFFCC; }

 p.title { 	font-family: Arial, sans-serif;
		color: #336666;
		font-weight: bold;
		font-size: 32pt;
		text-align: center; }

 #layout {	width: 400 px;
		padding-left: 50%; }

 #bounded {	margin-left: -175px;
		width: 450px; }

 #letter {  	margin-left: 1in;
		width: 50%;  }

  .heading {	font-family: Arial, sans-serif;
		color: #336666;
		font-weight: bold;
		font-size: 14pt; }

  .heading2 {	font-family: Arial, sans-serif;
		color: #336666;
		font-weight: bold;
		font-size: 12pt; }

  .text {	font-family: Arial, sans-serif;
		font-size: 12pt; }

 p.plain {	font-family: Arial, sans-serif;
		color: #336666;
		font-size: 12pt; }

 p.navbar{	font-family: Arial, sans-serif;
		background-color: #FFFFCC;
		font-size: 12pt;
		text-align: center;
		color: #333399; }


 .framed {	border-style: solid;
		border-width: 2px;
		border-color: #336666; }

 .urhere { 	background-color: white; }

 .underbar {	text-decoration: underline; }

 .paddy1{	padding: 2px;
		text-align: center;
		border-top: solid 1px; 
		border-bottom:  solid 1px; 
		border-color: EEEEEE; }

 .paddy2{	padding: 2px; 
		text-align: center;
		border-color: EEEEEE;  }

 .footer {	position: relative;
		width: 80%;
		left: 10%;
		bottom: 0%;
		font-family: Arial, sans-serif;
		font-size: 9pt;
		text-align: center; }

 .popwin {	margin: 10px;
		font-size: 11pt;
		width: auto; }

 .small {	font-family: Arial, sans-serif;
		font-size: 9pt;
		text-align: center; }

 hr.divider {	width: 80%;
		color: #336666;
		center; }

 a:link { 	color: blue; text-decoration: none; }
 a:active { 	color: green; font-weight: bold; text-decoration: none;}
 a:visited {	color: blue; text-decoration: none;}
 a:hover { 	color: #00BB00; text-decoration: none;}
