body {
  /* font-family: "Tahoma",sans-serif; */
    font-size: 13px;
    height: 100%;
    margin: 0;
    padding: 0;
    width: 100%;
}
		
			.menu{
				list-style-type: none;
				margin: 0;
				padding: 0;
				overflow: hidden;
				background-color: #B9499B;
				}

				li {
					float: left ;
					font-weight: bold;
				}
				
				.il{
					float: left ;
					font-weight: bold;
					color: white;
				}
				
				.rt{
					float: right ;
					font-weight: bold;
					color: white;
				}

				li a {
					display: inline-block;
					color: white;
					text-align: center;
					padding: 14px 16px;
					text-decoration: none;
				}

				li a:hover {
					background-color: #AF4F8F;
				}
			
			.pad {
				padding-top : 20px ;
				padding-bottom : 20px ;
				padding-left : 25px ;
				padding-right: 20px;
				
			}
			
			.green-background
			{	
				padding-top : 5px ;
				padding-bottom : 5px ;
				background-color : #ffff00;
			}
			
			.keep-left
			{
				align-right-side: 10px ;
			}


.bottom-footer {
	/*margin-top: 35px;*/
	/*margin-top: 48px;*/
	/*padding-bottom: 45px;*/
	/*padding: 15px;*/
	padding-top: 15px;
	height: 50px;
	clear: both;
	background:#FFFFFF;
	text-align: right;
	font-weight: bold;
}
			
			.pinkBG{
				background: #Cf6fAf;
				font-size : 18px ;
				padding-left : 13px ;
				height: 30px;
				padding-top: 6px;
			}
			
			.light{
				background: #EFDFDF;
				padding-top : 5px ;
				padding-bottom : 5px ;
			}
			
			
			
			table{
				width : 100%;
				
			}
			
			td{
				text-align : left ;
				padding-left: 10px;
				width : 250px ;
				
			}
			td p{
				
				font-size: 14px;
				font-weight: bold;
			}
			
			input{
				height : 28px ;
				border: white;
			}
			
			select{
				height : 28px ;
				width: 169px ;
				border: white;
				overflow: hidden;
				background: url(../images/Arrow.png) no-repeat right #ffffff;
				-webkit-appearance: none  ;
			}
			
			.right
			{
				max-width: 1126px;
				width: 100%;
				margin: 0 auto;
				margin-top: 0px;
				margin-bottom: -5px;	
			}
			
			.footer-const
			{
				text-decoration:none;
				color:white;
			}
			
			.myButton {
				
				background:url(images/Button.png) no-repeat;
				cursor:pointer;
				width: 100%;
				height: 100%;
				border: none;
			}
			
			.btrt{
				text-align: right;
				padding-right : 4px;
				padding-bottom: 12px;
			}
			
			.btls{
				
				text-align: left;
				padding-right : 45px;
				font-size : 12px ;
			}
			
			.just{
				text-align: justify ;
				font-size: 14px;
			}

#wrapper {
	margin: 0px auto;
	width: 1024px;
}

