body 	{		
		 background-color: #CDCDCD;
		 font-family: verdana, arial, helvetica;
		 font-size:x-small;
		 margin-top: 0px;
	 	 margin-left: 0px;
	 	}		 

.menu	{
		z-index: 1;
		position:absolute;
	 	width: 915px;
  	 	height: 160px;
	 	margin-top: 20px;
	 	margin-left: 20px;
	 	padding: 0px;
	 	background-color: #FFFFFF;
	 	 border-style:solid;
		 border-width: 1px;
		 border-color: #0B11A6;
	 	 }
	 	 
.langChoise{
		 position:relative;
		 margin-top: -110px;
		 margin-left:750px;
      	 width:auto;
		 height: auto;
		 color:#0B11A6;
		 }

.pages  {
		 z-index: 1;
		 overflow: auto;
		 position:absolute;
		 width: 915px;
		 height: 415px;
		 margin-top:165px;
		 margin-left:20px;
		 padding: 0px;
		 background-color: #FFFFFF;
		 border-style:solid;
		 border-width: 1px;
		 border-color: #0B11A6;
		}
		
	
p  		 {
		  z-index: 1;
		  position: relative;
		  line-height: 160%;
		  font-family: Verdana, Arial;
		  font-size:xx-small; 
		  color: #000000;
		  }
		  
p.narrowText{
		  z-index: 1;
		  position: relative;
		  line-height: 180%;
		  font-family: Verdana, Arial;
		  font-size:xx-small; 
		  color: #000000;
		  }

p.h1	{ 
		   z-index: 1;
		 position: relative;
		 font-family: Verdana, Arial;
		 font-size:small;
		 font-weight: bold;
		 color: #0B11A6;
		 }

p.h2	{
		 z-index: 1;
		 position: relative;
		 font-family: Verdana, Arial;
		 font-size:x-small; 
		 font-weight: bold; 
		 color: #000000;
		}
		 		 
p.textRight{ 
			z-index:1;
			text-align: right;
			font-weight: bold;
			margin-bottom: 10px;}

.textfield1	{
			 z-index: 1; 
			 width: 300px;
			 height: auto;			
			 position: absolute;
			 margin-top: 50px;
			 margin-left: 90px;
			 line-height: 120%;
			 border-left:none; 
			 border-right:none; 
			 border-top:none; 
			 border-bottom:1pt dashed #0B11A6; 
			
	 	     padding: 1px;
	 		 background-color:#FFFFFF;
		 	 font-family: Verdana, Arial;
		 	 font-size:xx-small;
		 	 font-weight: normal;
		 	 color: #000000
		 	 }
		 	 
.textfield2 {
			 z-index: 1;
			 position: absolute;
			 width: 280px;
		 	 height: 100px;
		 	 margin-top: 270px;
			 margin-left: 500px;
			 padding: 1px;
	 		 border-width: 0px;
	 	 	 border-style:none;

			 background-color:#FFFFFF;
		 	 font-family: Verdana, Arial;
		 	 font-size:xx-small;
		 	 font-weight: normal;
		 	 color: #000000;
		 	 }
		 		 			 	 

.blockLeft {
			z-index: 1;
			width: 850px;
			position: relative;
			margin-left: 10px;
			margin-top: 25px;
			 font-family: Verdana, Arial;
		 	 font-size:xx-small;
			}
		
.italicText{
			font-family: Verdana;
			font-size:xx-small;
			font-weight:italic;
			color: #000000;
			}
.boldText{
			font-family: Verdana;
			font-size:xx-small;
			font-weight:bold;
			color: #000000;
			}



.doInfo{
		z-index: 1;
		position: relative;
		width: 298px;
		height: auto;
		margin-bottom: 0px;
		margin-right: 300px;
		background-color:#CDCDCD;
		border-style: solid;
		border-width: 1px;
		border-color: #000000;
		font-family: Verdana, Arial;
		font-size: xx-small;
		font-weight: normal;
		color: #FFFFFF;
		}

	  
a:link {text-decoration:none; color:#0000FF;}
a:active {text-decoration:none; color:#0000FF; font-weight: bold;}
a:visited {text-decoration:none; color:#800080;}