		@page { size: 8.5in 11in; margin-right: 1.25in; margin-top: 1in; margin-bottom: 1in }
		
A {
	text-decoration: underline;
	font-family: "Verdana", sans-serif;
	font-weight : normal;
	font-size: 10pt;
	color: blue;
}

A:HOVER {
	text-decoration: underline;
	font-family: "Verdana", sans-serif;
	font-weight : normal;
	font-size: 10pt;
	color: red;
}

A.UnderlineBlueSm {
	text-decoration: underline;
	font-family: "Verdana", sans-serif;
	font-weight : normal;
	font-size: 10pt;
	color: blue;
}

A.UnderlineBlueSm:HOVER {
	text-decoration: underline;
	font-family: "Verdana", sans-serif;
	font-weight : normal;
	font-size: 10pt;
	color: red;
}

Td {font-family: "Verdana", sans-serif; font-size: 10pt;}

P { font-family: "Verdana", sans-serif;
    font-size: 10pt;
	padding-left: 10px;}

Li { font-family: "Verdana", sans-serif; font-size: 10pt;}
		 
H3 { font-family: Tahoma, sans-serif;
	 font-size: 12pt;
	 padding-left: 10px; }
	 
		.wrapper{
				margin-top:20px;
				margin-left:10px;
				padding-top:10px;
			  	width: 90%; /* this value controls liquidity; 0% = full rigid, 100% = full liquid */
			  	text-align: left; /* resets the default text alignment for the page */
				max-width: 700px;
				background-image:url('images/bg.gif'); 
				background-color:transparent;
				padding-left:5px;
				padding-right:5px;
				
			}
			
		.wrapperplain{
				margin-top:20px;
				margin-left:10px;
				padding-top:10px;
			  	width: 90%; /* this value controls liquidity; 0% = full rigid, 100% = full liquid */
			  	text-align: left; /* resets the default text alignment for the page */
				max-width: 700px;
				/*background-image:url('images/bg.gif'); */
				background-color:#FFFFFF;
				padding-left:5px;
				padding-right:5px;
				
			}
			
		Body {
				margin-top:-15px;
				padding-top:10px;
				/*background-image:url(%27images/niislogosmall.gif%27);*/
				background-image:url(images/niislogosmall.gif);
				background-repeat: no-repeat;
				background-attachment: fixed;
				background-position: 10px 20px;
				/*background-color:#CCFFFF;*/
				background-color:#889977;
				padding-left:150px;
				padding-right:150px;
				text-align:center;
				font-family: "Garamond", serif; 
				font-size: 10pt;
				/* background-color:blue; */
			}
			
		Body.Contract {
				margin-top:-15px;
				padding-top:10px;
				background-image:url(images/niislogosmall.gif);
				background-repeat: no-repeat;
				background-attachment: fixed;
				background-position: 10px 20px;
				/*background-color:#CCFFFF; */
				background-color:#889977;
				padding-left:150px;
				padding-right:150px;
				text-align:center;
				font-family: "Garamond", serif; 
				font-size: 10pt;
				/* background-color:blue; */
			}			

.boxHead{
	font-size:12pt;
	border:3px solid black;
	margin-top:20px;
	margin-bottom:10px;
	margin-left:40px;
	margin-right:40px;
	padding-top:10px;
	padding-bottom:10px;
	padding-left:10px;
	padding-right:10px;
	text-align:center;
}


