
 .noPrint { 
          display: none; 
          } 
		 

#box fieldset { width: 325px; padding: 20px 20px 20px 50px; border: 2px solid #a5cbe0; }
#box legend { background-color: #b2d1e5; padding: 2px 2px 2px 3px; margin-left: -10px; letter-spacing: 3px; border: 2px solid #b2d1e5; }

/* Main Styles 
----------------------------------------------- */

body { 
  color : #000000; 
  background : #ffffff; 
  font-family : "Times New Roman", Times, serif;
  font-size : 12px; 
}

body, td, div  {
	font-weight: 400;
	font-family: "Times New Roman", Times, serif;
	line-height: 1.75;
	font-size: 12px;
	color: #666666;
	
/* Headings 
----------------------------------------------- */

H1 {
	font-size: 20px;
	font-weight: 400;
	font-style:italic;
	color:#666666;
	padding-top: 0;
	margin-top: 0;
	line-height:1.2;
	}

H2 {
	font-size: 12px;
	font-weight: 400;
	color:#666666;
	line-height:1.2;
	margin-top: 35px;
}

h3, h4, h5, h6 {
	font-size: 12px;
	color: #666666;   
	font-weight: 700;
	}
	


/* Forms
----------------------------------------------- */

form {
	margin:0;
	padding:0;
	}

/* generic stuff
----------------------------------------------- */

.fr {
	float:right;
	}

.fl {
	float:left;
	}
	
hr	 { 
	height: 0px; 
	border: solid #000066 0px; 
	border-top-width: 1px;
	margin: 15px  0;
	clear:both;
	}

img {
	border-width: 0;
	}

table {
	border-collapse:collapse;
	}
		
.clr {
	clear:both;
	height:0;
	width:auto;
	overflow:hidden;
	}

