/* CSS Document */

	 			body  {
							
	 		
					font-color: white;
	 			}

	 			td {font-family: verdana, arial, helvetica, sans-serif;
	 				font-size: 10pt;
					color: #333333;
					}
	 			.required {color : red;
	 			}
	 			.caption {font-size: 8pt;
	 			}
				A { color :0C3E81;}
	 			p {font-family: verdana, arial, helvetica, sans-serif;
	 				font-size: 10pt; font-color: white;}
	 			.blue {color : #d5d5e5;
				font-family: verdana, arial, helvetica, sans-serif;
	 				font-size: 10pt;}
				B {
				font-family: verdana, arial, helvetica, sans-serif;
	 				font-size: 10pt;}
				.title {
				font-size: 12pt;}
				div.main
    {
     height:365px;
     overflow: auto; 
     border: 0px; 
     background-color: #D6E0EC;
    }
div.show
    {
     height:330px;
     overflow: auto; 
     border: 0px; 
     background-color: #AEBAC8;
	 font-size:8pt;
    }

