
	.roundedTable
	{
		border-radius: 6px 6px 6px 6px;
		border: 2px solid #0B2161;  
		border-spacing: 0;
		margin:0 auto;
		width: 1000px;
	}

/* optional setting to pad the table cells */
	.roundedTable th, td
	{
		padding: 10px 10px 10px 10px; 
	}
	
	tbody tr:nth-child(odd) {
		background: #eeeeee;
	}
	tbody tr:nth-child(even) {
		background: #b3d9ff;
	}	
	#photo {
                
        margin:0;
        width:120px;
        float:left;
    }

