body {
	margin: 0px;
	background-color:#193441;
}

body, td {
	font-family:'Gill Sans', Arial, Helvetica, sans-serif; 
	font-size:14px; 
	line-height:20px; 
	color:#fcfff5;
}

/* p { height: 7px; } */
a { color: white; }

.img { border: 3px double white; }

#flashcontent { border: 1px solid black; }

.layout {
	background-image:url(/images/bg.gif); 
	background-repeat:repeat-y;
	background-position:center;
	}

fieldset { padding: 7px; }
legend { color: white; font-weight: bold; font-size: 14pt; font-family: arial, helvetica; }
	
.header_bk {
		background-color: #afc7b9;
	}
	
h1 {
	font-family:'Gill Sans', Arial, Helvetica, sans-serif; 
	font-size:26px; 
	line-height:26px; 
	color:#fcfff5; 
	font-weight:bold;
 }
 
 .heading { font-size: 14pt; font-weight: bold; color: #e6fff2; }
 .heading_color { color: #e6fff2; }
 
 .footer { font-size: 10px; color: white; font-family: verdana,arial;}
 
 .content {
	padding: 25px;
  }
  
.content_bk {
 	background-color: #225f71;
  }
  
.subcontent_bk {
 	background-color: #226071;
	padding-left: 25px;
	padding-right: 25px;
	padding-bottom: 25px;
  }
  
.input { font-size:11px; font-family: verdana; border: 1px solid black; padding: 3px; }