
continent = {
	name = europe
	army = {
		male = {			
		}
	}	
	navy = {
		male = {			
		}
	}	
	political = {
		communism = {
			male = { 					
			}
		}
		democratic = {
			male = { 					
			}
		}
		fascism = {
			male = { 					
			}
		}
		neutrality = {
			male = { 					
			}
		}
	}
}
continent = {
	name = north_america
	army = {
		male = {			
		}
	}	
	navy = {
		male = {			
		}
	}
	political = {
		communism = {
			male = {					
			}
		}
		democratic = {
			male = { 					
			}
		}
		fascism = {
			male = {						
			}
		}
		neutrality = {
			male = { 						
			}
		}
	}
}
continent = {
	name = south_america
	army = {
		male = {
			
		}
	}
	
	navy = {
		male = {
			
		}
	}
	
	political = {
		communism = {
				male = { 
					
			}
		}
		democratic = {
				male = { 
					
			}
		}
		fascism = {
				male = { 
					
			}
		}
		neutrality = {
				male = { 
					 
			}
		}
	}

}

continent = {
	name = australia
	army = {
		male = {
			
		}
	}
	
	navy = {
		male = {
			
		}
	}
	
	political = {
		communism = {
				male = { 
					
			}
		}
		democratic = {
				male = {
					
			}
		}
		fascism = {
				male = {
					
			}
		}
		neutrality = {
				male = {
					
			}
		}
	}

}

continent = {
	name = africa
	army = {
		male = {
			
		}
	}
	
	navy = {
		male = {
				
		}
	}
	
	political = {
		communism = {
				male = { 
					
			}
		}
		democratic = {
				male = { 
							
			}
		}
		fascism = {
				male = { 
					
			}
		}
		neutrality = {
				male = { 
					
			}
		}
	}


}

continent = {
	name = asia
	army = {
		male = {
			
		}
	}
	
	navy = {
		male = {
			
		}
	}

	political = {
		communism = {
				male = {
					
			}
		}
		democratic = {
				male = {
					 
			}
		}
		fascism = {
				male = {
					 
			}
		}
		neutrality = {
				male = {
					 
			}
		}
	}	

}

continent = {
	name = middle_east
	army = {
		male = {
			
		}
	}
	
	navy = {
		male = {
		
		}
	}
	
	political = {
		communism = {
				male = { 
					
			}
		}
		democratic = {
				male = { 
					
			}
		}
		fascism = {
				male = { 
					
			}
		}
		neutrality = {
				male = { 
				 
			}
		}
	}

}


