/* Generic stuff  */

html {width: 100%;}

body {
	background: white;
	text-align: left;
	color: black;
	font-size: 11pt !important;
	line-height: 100%;
	border: 0;
	border-top: 0;
	margin: 0;
	padding: 0; 
	font-family: Arial, Helvetica, sans-serif; 
	width: 96%;
  	 }



/* header bar */	

#header {
	height: 70px;
}

#logo {
font-size: 14pt !important;
color: #000;
font-weight: bold;
}


#tr  {
	margin-top: 15px;
	font-size: 13pt !important;
	color: #000;
font-weight: bold;
}




	/* Main Content   */



#content p
 {
margin: 0 0 15px 0;
	font-size: 11pt !important;
} 
	

#content .input {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; 
	font-size: 11pt !important;
}	


fieldset {
	margin : 0;
	padding : 0;
	border : 0;
}



 /* simple tables */

.simple {
width: 100%;
border: 0;
	font-size: 11pt !important;
}

.simple  tr.head {
font-weight: bold;
color: #000;
}

.simple tr td {
padding: 0 30px 15px 0;
vertical-align: top;
}

.simple  tr td.main {
padding: 0 0 5px 0;
}

 
 
 	
	a:link, a:visited, a:hover, a:active   {
	text-decoration : none;
	color: #000;
}
	



p 
	{ 
		margin-top: 0;
		line-height: 1.3em;
	}
	

