
	body, html {
		margin: 0px;
		padding:0px;
		background-color: #503f18;
		background-image: url(../img/front_background.jpg);
		background-repeat: repeat-x;
	}
	
	img, div, input { 
		behavior: url(../includes/iepngfix.htc);
		margin:0px;
		border:0px;
		padding:0px;
	}	
	
	A {
		font-weight: bold;
		color: #FFFFFF;
	}
	
	.bigger{
		font-family: Tahoma;
		font-size: 12px;
		color: #FFFFFF;
	}

	.box{
		color: #0000001;
		background: #ffffff;
		border: 1px solid #781351;
		font-family: Tahoma;
		font-size: 12px;
	}
	
	.middleCell {
		font-family: Tahoma;
		color: #FFFFFF;
		font-size: 11px;
		line-height:16px;
		padding-bottom:10px;
	}
	
	.simpleTr, .simpleTr td {
		font-size:2px;
		line-height:3px;
		margin:0px !important;
		padding:0px !important;
	}
	
	.innerTr, .innerTr td {
		font-size:2px;
		line-height:3px;
		margin:0px !important;
		padding:0px !important;
		cell-padding:0px;
		cell-spacing:0px;
	}
	
	.sex_select {
       vertical-align:middle;
       width:150px;
       background-color:#141414;
   }
   
   .sex_select  table{
       border-collapse:collapse;
   }
   
   .sex_select  table td {
       vertical-align:middle;
       height:18px;
       line-height:18px;
   } 