From 6092d3530904c478c1e8e98460c92d36bc6dff80 Mon Sep 17 00:00:00 2001
From: klorpa <30924131+klorpa@users.noreply.github.com>
Date: Tue, 4 Dec 2018 17:55:07 -0600
Subject: [PATCH] Spacing

---
 src/art/vector/Arm.tw                   |   4 +-
 src/art/vector/Body_Clothing_Control.tw |   2 +-
 src/art/vector/Chastity_Belt.tw         |  46 +-
 src/art/vector/Feet.tw                  |  24 +-
 src/art/vector/Head.tw                  | 602 ++++++++++++------------
 src/art/vector/Pubic_Hair.tw            |  10 +-
 src/art/vector/Torso.tw                 |  36 +-
 7 files changed, 362 insertions(+), 362 deletions(-)

diff --git a/src/art/vector/Arm.tw b/src/art/vector/Arm.tw
index d9235728743..e83f5036476 100644
--- a/src/art/vector/Arm.tw
+++ b/src/art/vector/Arm.tw
@@ -52,8 +52,8 @@
 			<<set _rightArmType = "Mid">>
 		<</if>>
 	<</if>>
-<</if>>	
-	
+<</if>>
+
 <<if _artSlave.amp == 0>>
 	<<set _art = "Art_Vector_Arm_Right_"+_rightArmType >>
 	<<include _art>>
diff --git a/src/art/vector/Body_Clothing_Control.tw b/src/art/vector/Body_Clothing_Control.tw
index 6abd9296981..362a797926d 100644
--- a/src/art/vector/Body_Clothing_Control.tw
+++ b/src/art/vector/Body_Clothing_Control.tw
@@ -42,7 +42,7 @@
 	<<set _showEyes = 0>>
 	<<set _showPubic = 0>>
 	<<set _showArmHair = 0>>
-	<<set _showHair = 0>>	
+	<<set _showHair = 0>>
 	<<set _showArmHighlight = 1>>
 	<<set _showTorsoHighlight = 1>>
 	<<set _showBoobsHighlight = 1>>
diff --git a/src/art/vector/Chastity_Belt.tw b/src/art/vector/Chastity_Belt.tw
index 4d2cea6bac0..a0e1a570bbb 100644
--- a/src/art/vector/Chastity_Belt.tw
+++ b/src/art/vector/Chastity_Belt.tw
@@ -10,21 +10,21 @@
 	<<if _artSlave.waist >= 96 && _artSlave.waist > -96>>
 		<<if _artSlave.weight >= 96>>
 			<<include Art_Vector_Chastity_Vagina_Fat>>
-		<<elseif _artSlave.weight < 96 && _artSlave.weight >= 11>>	
+		<<elseif _artSlave.weight < 96 && _artSlave.weight >= 11>>
 			<<include Art_Vector_Chastity_Vagina_Fat>>
 		<<elseif _artSlave.weight < 11 && _artSlave.weight > -31>>
 			<<include Art_Vector_Chastity_Anus>>
-			<<include Art_Vector_Chastity_Base_Chubby>>			
+			<<include Art_Vector_Chastity_Base_Chubby>>		
 		<<elseif _artSlave.weight <= -31>>
 			<<include Art_Vector_Chastity_Anus>>
-			<<include Art_Vector_Chastity_Base>>			
+			<<include Art_Vector_Chastity_Base>>
 		<</if>>
 	<<elseif _artSlave.waist < 96 && _artSlave.waist >= 41>>
 		<<if _artSlave.weight >= 131>>
 			<<include Art_Vector_Chastity_Vagina_Fat>>
-		<<elseif _artSlave.weight < 131 && _artSlave.weight >= 31>>	
+		<<elseif _artSlave.weight < 131 && _artSlave.weight >= 31>>
 			<<include Art_Vector_Chastity_Vagina_Fat>>
-		<<elseif _artSlave.weight < 31 && _artSlave.weight >= 0>>	
+		<<elseif _artSlave.weight < 31 && _artSlave.weight >= 0>>
 			<<include Art_Vector_Chastity_Anus>>
 			<<include Art_Vector_Chastity_Base_Chubby>>			
 		<<elseif _artSlave.weight < 0 && _artSlave.weight > -96>>
@@ -37,9 +37,9 @@
 	<<elseif _artSlave.waist < 41 && _artSlave.waist >= 11>>
 		<<if _artSlave.weight >= 161>>
 			<<include Art_Vector_Chastity_Vagina_Fat>>
-		<<elseif _artSlave.weight < 161 && _artSlave.weight >= 96>>	
+		<<elseif _artSlave.weight < 161 && _artSlave.weight >= 96>>
 			<<include Art_Vector_Chastity_Vagina_Fat>>
-		<<elseif _artSlave.weight < 96 && _artSlave.weight >= 11>>	
+		<<elseif _artSlave.weight < 96 && _artSlave.weight >= 11>>
 			<<include Art_Vector_Chastity_Anus>>
 			<<include Art_Vector_Chastity_Base_Chubby>>				
 		<<elseif _artSlave.weight < 11 && _artSlave.weight > -31>>
@@ -52,9 +52,9 @@
 	<<elseif _artSlave.waist < 11 && _artSlave.waist > -11>>
 		<<if _artSlave.weight >= 191>>
 			<<include Art_Vector_Chastity_Vagina_Fat>>
-		<<elseif _artSlave.weight < 191 && _artSlave.weight >= 131>>	
+		<<elseif _artSlave.weight < 191 && _artSlave.weight >= 131>>
 			<<include Art_Vector_Chastity_Vagina_Fat>>
-		<<elseif _artSlave.weight < 131 && _artSlave.weight >= 31>>	
+		<<elseif _artSlave.weight < 131 && _artSlave.weight >= 31>>
 			<<include Art_Vector_Chastity_Anus>>
 			<<include Art_Vector_Chastity_Base_Chubby>>				
 		<<elseif _artSlave.weight < 31 && _artSlave.weight >= 0>>
@@ -70,7 +70,7 @@
 	<<elseif _artSlave.waist <= -11 && _artSlave.waist > -41>>
 		<<if _artSlave.weight >= 161>>
 			<<include Art_Vector_Chastity_Vagina_Fat>>
-		<<elseif _artSlave.weight < 161 && _artSlave.weight >= 96>>	
+		<<elseif _artSlave.weight < 161 && _artSlave.weight >= 96>>
 			<<include Art_Vector_Chastity_Anus>>
 			<<include Art_Vector_Chastity_Base_Chubby>>				
 		<<elseif _artSlave.weight < 96 && _artSlave.weight >= 11>>
@@ -86,7 +86,7 @@
 	<<elseif _artSlave.waist <= -41 && _artSlave.waist > -96>>
 		<<if _artSlave.weight >= 191>>
 			<<include Art_Vector_Chastity_Vagina_Fat>>
-		<<elseif _artSlave.weight < 191 && _artSlave.weight >= 131>>	
+		<<elseif _artSlave.weight < 191 && _artSlave.weight >= 131>>
 			<<include Art_Vector_Chastity_Anus>>
 			<<include Art_Vector_Chastity_Base_Chubby>>			
 		<<elseif _artSlave.weight < 131 && _artSlave.weight >= 31>>
@@ -102,7 +102,7 @@
 	<<elseif _artSlave.waist <= -96>>
 		<<if _artSlave.weight >= 161>>
 			<<include Art_Vector_Chastity_Anus>>
-			<<include Art_Vector_Chastity_Base_Chubby>>	
+			<<include Art_Vector_Chastity_Base_Chubby>>
 		<<elseif _artSlave.weight < 161 && _artSlave.weight >= 96>>
 			<<include Art_Vector_Chastity_Anus>>
 			<<include Art_Vector_Chastity_Base>>			
@@ -111,15 +111,15 @@
 			<<include Art_Vector_Chastity_Base>>			
 		<<elseif _artSlave.weight <= 0>>
 			<<include Art_Vector_Chastity_Anus>>
-			<<include Art_Vector_Chastity_Base>>	
+			<<include Art_Vector_Chastity_Base>>
 		<</if>>
 	<</if>>
 <</if>>
-<<if _chastityVaginal>>	
+<<if _chastityVaginal>>
 	<<if _artSlave.waist >= 96 && _artSlave.waist > -96>>
 		<<if _artSlave.weight >= 96>>
 			<<include Art_Vector_Chastity_Vagina_Fat>>
-		<<elseif _artSlave.weight < 96 && _artSlave.weight >= 11>>	
+		<<elseif _artSlave.weight < 96 && _artSlave.weight >= 11>>
 			<<include Art_Vector_Chastity_Vagina_Fat>>
 		<<elseif _artSlave.weight < 11 && _artSlave.weight > -31>>
 			<<include Art_Vector_Chastity_Vagina>>
@@ -131,9 +131,9 @@
 	<<elseif _artSlave.waist < 96 && _artSlave.waist >= 41>>
 		<<if _artSlave.weight >= 131>>
 			<<include Art_Vector_Chastity_Vagina_Fat>>
-		<<elseif _artSlave.weight < 131 && _artSlave.weight >= 31>>	
+		<<elseif _artSlave.weight < 131 && _artSlave.weight >= 31>>
 			<<include Art_Vector_Chastity_Vagina_Fat>>
-		<<elseif _artSlave.weight < 31 && _artSlave.weight >= 0>>	
+		<<elseif _artSlave.weight < 31 && _artSlave.weight >= 0>>
 			<<include Art_Vector_Chastity_Vagina>>
 			<<include Art_Vector_Chastity_Base_Chubby>>				
 		<<elseif _artSlave.weight < 0 && _artSlave.weight > -96>>
@@ -146,9 +146,9 @@
 	<<elseif _artSlave.waist < 41 && _artSlave.waist >= 11>>
 		<<if _artSlave.weight >= 161>>
 			<<include Art_Vector_Chastity_Vagina_Fat>>
-		<<elseif _artSlave.weight < 161 && _artSlave.weight >= 96>>	
+		<<elseif _artSlave.weight < 161 && _artSlave.weight >= 96>>
 			<<include Art_Vector_Chastity_Vagina_Fat>>
-		<<elseif _artSlave.weight < 96 && _artSlave.weight >= 11>>	
+		<<elseif _artSlave.weight < 96 && _artSlave.weight >= 11>>
 			<<include Art_Vector_Chastity_Vagina>>
 			<<include Art_Vector_Chastity_Base_Chubby>>				
 		<<elseif _artSlave.weight < 11 && _artSlave.weight > -31>>
@@ -161,9 +161,9 @@
 	<<elseif _artSlave.waist < 11 && _artSlave.waist > -11>>
 		<<if _artSlave.weight >= 191>>
 			<<include Art_Vector_Chastity_Vagina_Fat>>
-		<<elseif _artSlave.weight < 191 && _artSlave.weight >= 131>>	
+		<<elseif _artSlave.weight < 191 && _artSlave.weight >= 131>>
 			<<include Art_Vector_Chastity_Vagina_Fat>>
-		<<elseif _artSlave.weight < 131 && _artSlave.weight >= 31>>	
+		<<elseif _artSlave.weight < 131 && _artSlave.weight >= 31>>
 			<<include Art_Vector_Chastity_Vagina>>
 			<<include Art_Vector_Chastity_Base_Chubby>>				
 		<<elseif _artSlave.weight < 31 && _artSlave.weight >= 0>>
@@ -179,7 +179,7 @@
 	<<elseif _artSlave.waist <= -11 && _artSlave.waist > -41>>
 		<<if _artSlave.weight >= 161>>
 			<<include Art_Vector_Chastity_Vagina_Fat>>
-		<<elseif _artSlave.weight < 161 && _artSlave.weight >= 96>>	
+		<<elseif _artSlave.weight < 161 && _artSlave.weight >= 96>>
 			<<include Art_Vector_Chastity_Vagina>>
 			<<include Art_Vector_Chastity_Base_Chubby>>				
 		<<elseif _artSlave.weight < 96 && _artSlave.weight >= 11>>
@@ -195,7 +195,7 @@
 	<<elseif _artSlave.waist <= -41 && _artSlave.waist > -96>>
 		<<if _artSlave.weight >= 191>>
 			<<include Art_Vector_Chastity_Vagina_Fat>>
-		<<elseif _artSlave.weight < 191 && _artSlave.weight >= 131>>	
+		<<elseif _artSlave.weight < 191 && _artSlave.weight >= 131>>
 			<<include Art_Vector_Chastity_Vagina>>
 			<<include Art_Vector_Chastity_Base_Chubby>>				
 		<<elseif _artSlave.weight < 131 && _artSlave.weight >= 31>>
diff --git a/src/art/vector/Feet.tw b/src/art/vector/Feet.tw
index 12c50b32bff..418404a2190 100644
--- a/src/art/vector/Feet.tw
+++ b/src/art/vector/Feet.tw
@@ -9,7 +9,7 @@
 	<<case "heels">>
 		<<include Art_Vector_Shoes_Heel>>
 	<<case "pumps">>
-		<<include Art_Vector_Shoes_Pump>>	
+		<<include Art_Vector_Shoes_Pump>>
 	<<case "extreme heels">>
 		<<if _legSize == "Narrow">>
 			<<include Art_Vector_Shoes_Extreme_Heel_Narrow>>
@@ -31,7 +31,7 @@
 			<<include Art_Vector_Shoes_Boot_Thick>>
 		<</if>>
 	<<case "flats">>
-		<<include Art_Vector_Shoes_Flat>>	
+		<<include Art_Vector_Shoes_Flat>>
 	<<default>>
 		<<include Art_Vector_Feet_Normal>>
 	<</switch>>
@@ -42,7 +42,7 @@
 	<<case "heels">>
 		<<include Art_Vector_Shoes_Heel>>
 	<<case "pumps">>
-		<<include Art_Vector_Shoes_Pump>>	
+		<<include Art_Vector_Shoes_Pump>>
 	<<case "extreme heels">>
 		<<if _legSize == "Narrow">>
 			<<include Art_Vector_Shoes_Extreme_Heel_Narrow>>
@@ -64,7 +64,7 @@
 			<<include Art_Vector_Shoes_Boot_Thick>>
 		<</if>>
 	<<case "flats">>
-		<<include Art_Vector_Shoes_Flat>>	
+		<<include Art_Vector_Shoes_Flat>>
 	<<default>>
 		<<include Art_Vector_Feet_ProstheticBasic>>
 	<</switch>>
@@ -75,7 +75,7 @@
 	<<case "heels">>
 		<<include Art_Vector_Shoes_Heel>>
 	<<case "pumps">>
-		<<include Art_Vector_Shoes_Pump>>	
+		<<include Art_Vector_Shoes_Pump>>
 	<<case "extreme heels">>
 		<<if _legSize == "Narrow">>
 			<<include Art_Vector_Shoes_Extreme_Heel_Narrow>>
@@ -97,7 +97,7 @@
 			<<include Art_Vector_Shoes_Boot_Thick>>
 		<</if>>
 	<<case "flats">>
-		<<include Art_Vector_Shoes_Flat>>	
+		<<include Art_Vector_Shoes_Flat>>
 	<<default>>
 		<<include Art_Vector_Feet_ProstheticSexy>>
 	<</switch>>
@@ -108,7 +108,7 @@
 	<<case "heels">>
 		<<include Art_Vector_Shoes_Heel>>
 	<<case "pumps">>
-		<<include Art_Vector_Shoes_Pump>>	
+		<<include Art_Vector_Shoes_Pump>>
 	<<case "extreme heels">>
 		<<if _legSize == "Narrow">>
 			<<include Art_Vector_Shoes_Extreme_Heel_Narrow>>
@@ -130,7 +130,7 @@
 			<<include Art_Vector_Shoes_Boot_Thick>>
 		<</if>>
 	<<case "flats">>
-		<<include Art_Vector_Shoes_Flat>>	
+		<<include Art_Vector_Shoes_Flat>>
 	<<default>>
 		<<include Art_Vector_Feet_ProstheticBeauty>>
 	<</switch>>
@@ -141,7 +141,7 @@
 	<<case "heels">>
 		<<include Art_Vector_Shoes_Heel>>
 	<<case "pumps">>
-		<<include Art_Vector_Shoes_Pump>>	
+		<<include Art_Vector_Shoes_Pump>>
 	<<case "extreme heels">>
 		<<if _legSize == "Narrow">>
 			<<include Art_Vector_Shoes_Extreme_Heel_Narrow>>
@@ -163,7 +163,7 @@
 			<<include Art_Vector_Shoes_Boot_Thick>>
 		<</if>>
 	<<case "flats">>
-		<<include Art_Vector_Shoes_Flat>>	
+		<<include Art_Vector_Shoes_Flat>>
 	<<default>>
 		<<include Art_Vector_Feet_ProstheticCombat>>
 	<</switch>>
@@ -174,7 +174,7 @@
 	<<case "heels">>
 		<<include Art_Vector_Shoes_Heel>>
 	<<case "pumps">>
-		<<include Art_Vector_Shoes_Pump>>	
+		<<include Art_Vector_Shoes_Pump>>
 	<<case "extreme heels">>
 		<<if _legSize == "Narrow">>
 			<<include Art_Vector_Shoes_Extreme_Heel_Narrow>>
@@ -196,7 +196,7 @@
 			<<include Art_Vector_Shoes_Boot_Thick>>
 		<</if>>
 	<<case "flats">>
-		<<include Art_Vector_Shoes_Flat>>	
+		<<include Art_Vector_Shoes_Flat>>
 	<<default>>
 		<<include Art_Vector_Feet_ProstheticSwiss>>
 	<</switch>>
diff --git a/src/art/vector/Head.tw b/src/art/vector/Head.tw
index 24257efa8ba..8ac6d48bb27 100644
--- a/src/art/vector/Head.tw
+++ b/src/art/vector/Head.tw
@@ -40,22 +40,22 @@
 					<<include Art_Vector_Eyebrow_TypeA_Pencilthin>>
 				<</if>>
 				<<if _artSlave.eyebrowFullness == "thin">>
-					<<include Art_Vector_Eyebrow_TypeA_Thin>>	
+					<<include Art_Vector_Eyebrow_TypeA_Thin>>
 				<</if>>
 				<<if _artSlave.eyebrowFullness == "threaded">>
-					<<include Art_Vector_Eyebrow_TypeA_Threaded>>	
+					<<include Art_Vector_Eyebrow_TypeA_Threaded>>
 				<</if>>
 				<<if _artSlave.eyebrowFullness == "natural">>
-					<<include Art_Vector_Eyebrow_TypeA_Natural>>	
+					<<include Art_Vector_Eyebrow_TypeA_Natural>>
 				<</if>>
 				<<if _artSlave.eyebrowFullness == "tapered">>
-					<<include Art_Vector_Eyebrow_TypeA_Tapered>>	
+					<<include Art_Vector_Eyebrow_TypeA_Tapered>>
 				<</if>>
 				<<if _artSlave.eyebrowFullness == "thick">>
-					<<include Art_Vector_Eyebrow_TypeA_Thick>>	
+					<<include Art_Vector_Eyebrow_TypeA_Thick>>
 				<</if>>
 				<<if _artSlave.eyebrowFullness == "bushy">>
-					<<include Art_Vector_Eyebrow_TypeA_Bushy>>	
+					<<include Art_Vector_Eyebrow_TypeA_Bushy>>
 				<</if>>
 			<</if>>
 			<<if _artSlave.faceShape == "masculine">>
@@ -66,48 +66,48 @@
 					<<include Art_Vector_Eyebrow_TypeE_Pencilthin>>
 				<</if>>
 				<<if _artSlave.eyebrowFullness == "thin">>
-					<<include Art_Vector_Eyebrow_TypeE_Thin>>	
+					<<include Art_Vector_Eyebrow_TypeE_Thin>>
 				<</if>>
 				<<if _artSlave.eyebrowFullness == "threaded">>
-					<<include Art_Vector_Eyebrow_TypeE_Threaded>>	
+					<<include Art_Vector_Eyebrow_TypeE_Threaded>>
 				<</if>>
 				<<if _artSlave.eyebrowFullness == "natural">>
-					<<include Art_Vector_Eyebrow_TypeE_Natural>>	
+					<<include Art_Vector_Eyebrow_TypeE_Natural>>
 				<</if>>
 				<<if _artSlave.eyebrowFullness == "tapered">>
-					<<include Art_Vector_Eyebrow_TypeE_Tapered>>	
+					<<include Art_Vector_Eyebrow_TypeE_Tapered>>
 				<</if>>
 				<<if _artSlave.eyebrowFullness == "thick">>
-					<<include Art_Vector_Eyebrow_TypeE_Thick>>	
+					<<include Art_Vector_Eyebrow_TypeE_Thick>>
 				<</if>>
 				<<if _artSlave.eyebrowFullness == "bushy">>
-					<<include Art_Vector_Eyebrow_TypeE_Bushy>>	
+					<<include Art_Vector_Eyebrow_TypeE_Bushy>>
 				<</if>>
 			<</if>>
 			<<if _artSlave.faceShape == "androgynous">>
 				<<include Art_Vector_Eyes_TypeE>>
 				<<include Art_Vector_Mouth_TypeE>>
-				<<include Art_Vector_Nose_TypeE>>	
+				<<include Art_Vector_Nose_TypeE>>
 				<<if _artSlave.eyebrowFullness == "pencil-thin">>
 					<<include Art_Vector_Eyebrow_TypeF_Pencilthin>>
 				<</if>>
 				<<if _artSlave.eyebrowFullness == "thin">>
-					<<include Art_Vector_Eyebrow_TypeF_Thin>>	
+					<<include Art_Vector_Eyebrow_TypeF_Thin>>
 				<</if>>
 				<<if _artSlave.eyebrowFullness == "threaded">>
-					<<include Art_Vector_Eyebrow_TypeF_Threaded>>	
+					<<include Art_Vector_Eyebrow_TypeF_Threaded>>
 				<</if>>
 				<<if _artSlave.eyebrowFullness == "natural">>
-					<<include Art_Vector_Eyebrow_TypeF_Natural>>	
+					<<include Art_Vector_Eyebrow_TypeF_Natural>>
 				<</if>>
 				<<if _artSlave.eyebrowFullness == "tapered">>
-					<<include Art_Vector_Eyebrow_TypeF_Tapered>>	
+					<<include Art_Vector_Eyebrow_TypeF_Tapered>>
 				<</if>>
 				<<if _artSlave.eyebrowFullness == "thick">>
-					<<include Art_Vector_Eyebrow_TypeF_Thick>>	
+					<<include Art_Vector_Eyebrow_TypeF_Thick>>
 				<</if>>
 				<<if _artSlave.eyebrowFullness == "bushy">>
-					<<include Art_Vector_Eyebrow_TypeF_Bushy>>	
+					<<include Art_Vector_Eyebrow_TypeF_Bushy>>
 				<</if>>
 			<</if>>
 			<<if _artSlave.faceShape == "cute">>
@@ -118,22 +118,22 @@
 					<<include Art_Vector_Eyebrow_TypeA_Pencilthin>>
 				<</if>>
 				<<if _artSlave.eyebrowFullness == "thin">>
-					<<include Art_Vector_Eyebrow_TypeA_Thin>>	
+					<<include Art_Vector_Eyebrow_TypeA_Thin>>
 				<</if>>
 				<<if _artSlave.eyebrowFullness == "threaded">>
-					<<include Art_Vector_Eyebrow_TypeA_Threaded>>	
+					<<include Art_Vector_Eyebrow_TypeA_Threaded>>
 				<</if>>
 				<<if _artSlave.eyebrowFullness == "natural">>
-					<<include Art_Vector_Eyebrow_TypeA_Natural>>	
+					<<include Art_Vector_Eyebrow_TypeA_Natural>>
 				<</if>>
 				<<if _artSlave.eyebrowFullness == "tapered">>
-					<<include Art_Vector_Eyebrow_TypeA_Tapered>>	
+					<<include Art_Vector_Eyebrow_TypeA_Tapered>>
 				<</if>>
 				<<if _artSlave.eyebrowFullness == "thick">>
-					<<include Art_Vector_Eyebrow_TypeA_Thick>>	
+					<<include Art_Vector_Eyebrow_TypeA_Thick>>
 				<</if>>
 				<<if _artSlave.eyebrowFullness == "bushy">>
-					<<include Art_Vector_Eyebrow_TypeA_Bushy>>	
+					<<include Art_Vector_Eyebrow_TypeA_Bushy>>
 				<</if>>
 			<</if>>
 			<<if _artSlave.faceShape == "sensual">>
@@ -144,22 +144,22 @@
 					<<include Art_Vector_Eyebrow_TypeC_Pencilthin>>
 				<</if>>
 				<<if _artSlave.eyebrowFullness == "thin">>
-					<<include Art_Vector_Eyebrow_TypeC_Thin>>	
+					<<include Art_Vector_Eyebrow_TypeC_Thin>>
 				<</if>>
 				<<if _artSlave.eyebrowFullness == "threaded">>
-					<<include Art_Vector_Eyebrow_TypeC_Threaded>>	
+					<<include Art_Vector_Eyebrow_TypeC_Threaded>>
 				<</if>>
 				<<if _artSlave.eyebrowFullness == "natural">>
-					<<include Art_Vector_Eyebrow_TypeC_Natural>>	
+					<<include Art_Vector_Eyebrow_TypeC_Natural>>
 				<</if>>
 				<<if _artSlave.eyebrowFullness == "tapered">>
-					<<include Art_Vector_Eyebrow_TypeC_Tapered>>	
+					<<include Art_Vector_Eyebrow_TypeC_Tapered>>
 				<</if>>
 				<<if _artSlave.eyebrowFullness == "thick">>
-					<<include Art_Vector_Eyebrow_TypeC_Thick>>	
+					<<include Art_Vector_Eyebrow_TypeC_Thick>>
 				<</if>>
 				<<if _artSlave.eyebrowFullness == "bushy">>
-					<<include Art_Vector_Eyebrow_TypeC_Bushy>>	
+					<<include Art_Vector_Eyebrow_TypeC_Bushy>>
 				<</if>>
 			<</if>>
 			<<if _artSlave.faceShape == "exotic">>
@@ -170,22 +170,22 @@
 					<<include Art_Vector_Eyebrow_TypeC_Pencilthin>>
 				<</if>>
 				<<if _artSlave.eyebrowFullness == "thin">>
-					<<include Art_Vector_Eyebrow_TypeC_Thin>>	
+					<<include Art_Vector_Eyebrow_TypeC_Thin>>
 				<</if>>
 				<<if _artSlave.eyebrowFullness == "threaded">>
-					<<include Art_Vector_Eyebrow_TypeC_Threaded>>	
+					<<include Art_Vector_Eyebrow_TypeC_Threaded>>
 				<</if>>
 				<<if _artSlave.eyebrowFullness == "natural">>
-					<<include Art_Vector_Eyebrow_TypeC_Natural>>	
+					<<include Art_Vector_Eyebrow_TypeC_Natural>>
 				<</if>>
 				<<if _artSlave.eyebrowFullness == "tapered">>
-					<<include Art_Vector_Eyebrow_TypeC_Tapered>>	
+					<<include Art_Vector_Eyebrow_TypeC_Tapered>>
 				<</if>>
 				<<if _artSlave.eyebrowFullness == "thick">>
-					<<include Art_Vector_Eyebrow_TypeC_Thick>>	
+					<<include Art_Vector_Eyebrow_TypeC_Thick>>
 				<</if>>
 				<<if _artSlave.eyebrowFullness == "bushy">>
-					<<include Art_Vector_Eyebrow_TypeC_Bushy>>	
+					<<include Art_Vector_Eyebrow_TypeC_Bushy>>
 				<</if>>
 			<</if>>
 		<</if>>
@@ -198,22 +198,22 @@
 					<<include Art_Vector_Eyebrow_TypeD_Pencilthin>>
 				<</if>>
 				<<if _artSlave.eyebrowFullness == "thin">>
-					<<include Art_Vector_Eyebrow_TypeD_Thin>>	
+					<<include Art_Vector_Eyebrow_TypeD_Thin>>
 				<</if>>
 				<<if _artSlave.eyebrowFullness == "threaded">>
-					<<include Art_Vector_Eyebrow_TypeD_Threaded>>	
+					<<include Art_Vector_Eyebrow_TypeD_Threaded>>
 				<</if>>
 				<<if _artSlave.eyebrowFullness == "natural">>
-					<<include Art_Vector_Eyebrow_TypeD_Natural>>	
+					<<include Art_Vector_Eyebrow_TypeD_Natural>>
 				<</if>>
 				<<if _artSlave.eyebrowFullness == "tapered">>
-					<<include Art_Vector_Eyebrow_TypeD_Tapered>>	
+					<<include Art_Vector_Eyebrow_TypeD_Tapered>>
 				<</if>>
 				<<if _artSlave.eyebrowFullness == "thick">>
-					<<include Art_Vector_Eyebrow_TypeD_Thick>>	
+					<<include Art_Vector_Eyebrow_TypeD_Thick>>
 				<</if>>
 				<<if _artSlave.eyebrowFullness == "bushy">>
-					<<include Art_Vector_Eyebrow_TypeD_Bushy>>	
+					<<include Art_Vector_Eyebrow_TypeD_Bushy>>
 				<</if>>
 			<</if>>
 			<<if _artSlave.faceShape == "masculine">>
@@ -224,48 +224,48 @@
 					<<include Art_Vector_Eyebrow_TypeC_Pencilthin>>
 				<</if>>
 				<<if _artSlave.eyebrowFullness == "thin">>
-					<<include Art_Vector_Eyebrow_TypeC_Thin>>	
+					<<include Art_Vector_Eyebrow_TypeC_Thin>>
 				<</if>>
 				<<if _artSlave.eyebrowFullness == "threaded">>
-					<<include Art_Vector_Eyebrow_TypeC_Threaded>>	
+					<<include Art_Vector_Eyebrow_TypeC_Threaded>>
 				<</if>>
 				<<if _artSlave.eyebrowFullness == "natural">>
-					<<include Art_Vector_Eyebrow_TypeC_Natural>>	
+					<<include Art_Vector_Eyebrow_TypeC_Natural>>
 				<</if>>
 				<<if _artSlave.eyebrowFullness == "tapered">>
-					<<include Art_Vector_Eyebrow_TypeC_Tapered>>	
+					<<include Art_Vector_Eyebrow_TypeC_Tapered>>
 				<</if>>
 				<<if _artSlave.eyebrowFullness == "thick">>
-					<<include Art_Vector_Eyebrow_TypeC_Thick>>	
+					<<include Art_Vector_Eyebrow_TypeC_Thick>>
 				<</if>>
 				<<if _artSlave.eyebrowFullness == "bushy">>
-					<<include Art_Vector_Eyebrow_TypeC_Bushy>>	
+					<<include Art_Vector_Eyebrow_TypeC_Bushy>>
 				<</if>>
 			<</if>>
 			<<if _artSlave.faceShape == "androgynous">>
 				<<include Art_Vector_Eyes_TypeE>>
 				<<include Art_Vector_Mouth_TypeE>>
-				<<include Art_Vector_Nose_TypeA>>	
+				<<include Art_Vector_Nose_TypeA>>
 				<<if _artSlave.eyebrowFullness == "pencil-thin">>
 					<<include Art_Vector_Eyebrow_TypeC_Pencilthin>>
 				<</if>>
 				<<if _artSlave.eyebrowFullness == "thin">>
-					<<include Art_Vector_Eyebrow_TypeC_Thin>>	
+					<<include Art_Vector_Eyebrow_TypeC_Thin>>
 				<</if>>
 				<<if _artSlave.eyebrowFullness == "threaded">>
-					<<include Art_Vector_Eyebrow_TypeC_Threaded>>	
+					<<include Art_Vector_Eyebrow_TypeC_Threaded>>
 				<</if>>
 				<<if _artSlave.eyebrowFullness == "natural">>
-					<<include Art_Vector_Eyebrow_TypeC_Natural>>	
+					<<include Art_Vector_Eyebrow_TypeC_Natural>>
 				<</if>>
 				<<if _artSlave.eyebrowFullness == "tapered">>
-					<<include Art_Vector_Eyebrow_TypeC_Tapered>>	
+					<<include Art_Vector_Eyebrow_TypeC_Tapered>>
 				<</if>>
 				<<if _artSlave.eyebrowFullness == "thick">>
-					<<include Art_Vector_Eyebrow_TypeC_Thick>>	
+					<<include Art_Vector_Eyebrow_TypeC_Thick>>
 				<</if>>
 				<<if _artSlave.eyebrowFullness == "bushy">>
-					<<include Art_Vector_Eyebrow_TypeC_Bushy>>	
+					<<include Art_Vector_Eyebrow_TypeC_Bushy>>
 				<</if>>
 			<</if>>
 			<<if _artSlave.faceShape == "cute">>
@@ -276,22 +276,22 @@
 					<<include Art_Vector_Eyebrow_TypeF_Pencilthin>>
 				<</if>>
 				<<if _artSlave.eyebrowFullness == "thin">>
-					<<include Art_Vector_Eyebrow_TypeF_Thin>>	
+					<<include Art_Vector_Eyebrow_TypeF_Thin>>
 				<</if>>
 				<<if _artSlave.eyebrowFullness == "threaded">>
-					<<include Art_Vector_Eyebrow_TypeF_Threaded>>	
+					<<include Art_Vector_Eyebrow_TypeF_Threaded>>
 				<</if>>
 				<<if _artSlave.eyebrowFullness == "natural">>
-					<<include Art_Vector_Eyebrow_TypeF_Natural>>	
+					<<include Art_Vector_Eyebrow_TypeF_Natural>>
 				<</if>>
 				<<if _artSlave.eyebrowFullness == "tapered">>
-					<<include Art_Vector_Eyebrow_TypeF_Tapered>>	
+					<<include Art_Vector_Eyebrow_TypeF_Tapered>>
 				<</if>>
 				<<if _artSlave.eyebrowFullness == "thick">>
-					<<include Art_Vector_Eyebrow_TypeF_Thick>>	
+					<<include Art_Vector_Eyebrow_TypeF_Thick>>
 				<</if>>
 				<<if _artSlave.eyebrowFullness == "bushy">>
-					<<include Art_Vector_Eyebrow_TypeF_Bushy>>	
+					<<include Art_Vector_Eyebrow_TypeF_Bushy>>
 				<</if>>
 			<</if>>
 			<<if _artSlave.faceShape == "sensual">>
@@ -302,22 +302,22 @@
 					<<include Art_Vector_Eyebrow_TypeC_Pencilthin>>
 				<</if>>
 				<<if _artSlave.eyebrowFullness == "thin">>
-					<<include Art_Vector_Eyebrow_TypeF_Thin>>	
+					<<include Art_Vector_Eyebrow_TypeF_Thin>>
 				<</if>>
 				<<if _artSlave.eyebrowFullness == "threaded">>
-					<<include Art_Vector_Eyebrow_TypeF_Threaded>>	
+					<<include Art_Vector_Eyebrow_TypeF_Threaded>>
 				<</if>>
 				<<if _artSlave.eyebrowFullness == "natural">>
-					<<include Art_Vector_Eyebrow_TypeF_Natural>>	
+					<<include Art_Vector_Eyebrow_TypeF_Natural>>
 				<</if>>
 				<<if _artSlave.eyebrowFullness == "tapered">>
-					<<include Art_Vector_Eyebrow_TypeF_Tapered>>	
+					<<include Art_Vector_Eyebrow_TypeF_Tapered>>
 				<</if>>
 				<<if _artSlave.eyebrowFullness == "thick">>
-					<<include Art_Vector_Eyebrow_TypeF_Thick>>	
+					<<include Art_Vector_Eyebrow_TypeF_Thick>>
 				<</if>>
 				<<if _artSlave.eyebrowFullness == "bushy">>
-					<<include Art_Vector_Eyebrow_TypeF_Bushy>>	
+					<<include Art_Vector_Eyebrow_TypeF_Bushy>>
 				<</if>>
 			<</if>>
 			<<if _artSlave.faceShape == "exotic">>
@@ -328,25 +328,25 @@
 					<<include Art_Vector_Eyebrow_TypeA_Pencilthin>>
 				<</if>>
 				<<if _artSlave.eyebrowFullness == "thin">>
-					<<include Art_Vector_Eyebrow_TypeA_Thin>>	
+					<<include Art_Vector_Eyebrow_TypeA_Thin>>
 				<</if>>
 				<<if _artSlave.eyebrowFullness == "threaded">>
-					<<include Art_Vector_Eyebrow_TypeA_Threaded>>	
+					<<include Art_Vector_Eyebrow_TypeA_Threaded>>
 				<</if>>
 				<<if _artSlave.eyebrowFullness == "natural">>
-					<<include Art_Vector_Eyebrow_TypeA_Natural>>	
+					<<include Art_Vector_Eyebrow_TypeA_Natural>>
 				<</if>>
 				<<if _artSlave.eyebrowFullness == "tapered">>
-					<<include Art_Vector_Eyebrow_TypeA_Tapered>>	
+					<<include Art_Vector_Eyebrow_TypeA_Tapered>>
 				<</if>>
 				<<if _artSlave.eyebrowFullness == "thick">>
-					<<include Art_Vector_Eyebrow_TypeA_Thick>>	
+					<<include Art_Vector_Eyebrow_TypeA_Thick>>
 				<</if>>
 				<<if _artSlave.eyebrowFullness == "bushy">>
-					<<include Art_Vector_Eyebrow_TypeA_Bushy>>	
+					<<include Art_Vector_Eyebrow_TypeA_Bushy>>
 				<</if>>
 			<</if>>
-		<</if>>	
+		<</if>>
 		<<if _artSlave.race == "latina" || _artSlave.race == "amerindian">>
 			<<if _artSlave.faceShape == "normal">>
 				<<include Art_Vector_Eyes_TypeB>>
@@ -356,22 +356,22 @@
 					<<include Art_Vector_Eyebrow_TypeB_Pencilthin>>
 				<</if>>
 				<<if _artSlave.eyebrowFullness == "thin">>
-					<<include Art_Vector_Eyebrow_TypeB_Thin>>	
+					<<include Art_Vector_Eyebrow_TypeB_Thin>>
 				<</if>>
 				<<if _artSlave.eyebrowFullness == "threaded">>
-					<<include Art_Vector_Eyebrow_TypeB_Threaded>>	
+					<<include Art_Vector_Eyebrow_TypeB_Threaded>>
 				<</if>>
 				<<if _artSlave.eyebrowFullness == "natural">>
-					<<include Art_Vector_Eyebrow_TypeB_Natural>>	
+					<<include Art_Vector_Eyebrow_TypeB_Natural>>
 				<</if>>
 				<<if _artSlave.eyebrowFullness == "tapered">>
-					<<include Art_Vector_Eyebrow_TypeB_Tapered>>	
+					<<include Art_Vector_Eyebrow_TypeB_Tapered>>
 				<</if>>
 				<<if _artSlave.eyebrowFullness == "thick">>
-					<<include Art_Vector_Eyebrow_TypeB_Thick>>	
+					<<include Art_Vector_Eyebrow_TypeB_Thick>>
 				<</if>>
 				<<if _artSlave.eyebrowFullness == "bushy">>
-					<<include Art_Vector_Eyebrow_TypeB_Bushy>>	
+					<<include Art_Vector_Eyebrow_TypeB_Bushy>>
 				<</if>>
 			<</if>>
 			<<if _artSlave.faceShape == "masculine">>
@@ -382,48 +382,48 @@
 					<<include Art_Vector_Eyebrow_TypeC_Pencilthin>>
 				<</if>>
 				<<if _artSlave.eyebrowFullness == "thin">>
-					<<include Art_Vector_Eyebrow_TypeC_Thin>>	
+					<<include Art_Vector_Eyebrow_TypeC_Thin>>
 				<</if>>
 				<<if _artSlave.eyebrowFullness == "threaded">>
-					<<include Art_Vector_Eyebrow_TypeC_Threaded>>	
+					<<include Art_Vector_Eyebrow_TypeC_Threaded>>
 				<</if>>
 				<<if _artSlave.eyebrowFullness == "natural">>
-					<<include Art_Vector_Eyebrow_TypeC_Natural>>	
+					<<include Art_Vector_Eyebrow_TypeC_Natural>>
 				<</if>>
 				<<if _artSlave.eyebrowFullness == "tapered">>
-					<<include Art_Vector_Eyebrow_TypeC_Tapered>>	
+					<<include Art_Vector_Eyebrow_TypeC_Tapered>>
 				<</if>>
 				<<if _artSlave.eyebrowFullness == "thick">>
-					<<include Art_Vector_Eyebrow_TypeC_Thick>>	
+					<<include Art_Vector_Eyebrow_TypeC_Thick>>
 				<</if>>
 				<<if _artSlave.eyebrowFullness == "bushy">>
-					<<include Art_Vector_Eyebrow_TypeC_Bushy>>	
+					<<include Art_Vector_Eyebrow_TypeC_Bushy>>
 				<</if>>
 			<</if>>
 			<<if _artSlave.faceShape == "androgynous">>
 				<<include Art_Vector_Eyes_TypeA>>
 				<<include Art_Vector_Mouth_TypeD>>
-				<<include Art_Vector_Nose_TypeB>>	
+				<<include Art_Vector_Nose_TypeB>>
 				<<if _artSlave.eyebrowFullness == "pencil-thin">>
 					<<include Art_Vector_Eyebrow_TypeD_Pencilthin>>
 				<</if>>
 				<<if _artSlave.eyebrowFullness == "thin">>
-					<<include Art_Vector_Eyebrow_TypeD_Thin>>	
+					<<include Art_Vector_Eyebrow_TypeD_Thin>>
 				<</if>>
 				<<if _artSlave.eyebrowFullness == "threaded">>
-					<<include Art_Vector_Eyebrow_TypeD_Threaded>>	
+					<<include Art_Vector_Eyebrow_TypeD_Threaded>>
 				<</if>>
 				<<if _artSlave.eyebrowFullness == "natural">>
-					<<include Art_Vector_Eyebrow_TypeD_Natural>>	
+					<<include Art_Vector_Eyebrow_TypeD_Natural>>
 				<</if>>
 				<<if _artSlave.eyebrowFullness == "tapered">>
-					<<include Art_Vector_Eyebrow_TypeD_Tapered>>	
+					<<include Art_Vector_Eyebrow_TypeD_Tapered>>
 				<</if>>
 				<<if _artSlave.eyebrowFullness == "thick">>
-					<<include Art_Vector_Eyebrow_TypeD_Thick>>	
+					<<include Art_Vector_Eyebrow_TypeD_Thick>>
 				<</if>>
 				<<if _artSlave.eyebrowFullness == "bushy">>
-					<<include Art_Vector_Eyebrow_TypeD_Bushy>>	
+					<<include Art_Vector_Eyebrow_TypeD_Bushy>>
 				<</if>>
 			<</if>>
 			<<if _artSlave.faceShape == "cute">>
@@ -434,22 +434,22 @@
 					<<include Art_Vector_Eyebrow_TypeF_Pencilthin>>
 				<</if>>
 				<<if _artSlave.eyebrowFullness == "thin">>
-					<<include Art_Vector_Eyebrow_TypeF_Thin>>	
+					<<include Art_Vector_Eyebrow_TypeF_Thin>>
 				<</if>>
 				<<if _artSlave.eyebrowFullness == "threaded">>
-					<<include Art_Vector_Eyebrow_TypeF_Threaded>>	
+					<<include Art_Vector_Eyebrow_TypeF_Threaded>>
 				<</if>>
 				<<if _artSlave.eyebrowFullness == "natural">>
-					<<include Art_Vector_Eyebrow_TypeF_Natural>>	
+					<<include Art_Vector_Eyebrow_TypeF_Natural>>
 				<</if>>
 				<<if _artSlave.eyebrowFullness == "tapered">>
-					<<include Art_Vector_Eyebrow_TypeF_Tapered>>	
+					<<include Art_Vector_Eyebrow_TypeF_Tapered>>
 				<</if>>
 				<<if _artSlave.eyebrowFullness == "thick">>
-					<<include Art_Vector_Eyebrow_TypeF_Thick>>	
+					<<include Art_Vector_Eyebrow_TypeF_Thick>>
 				<</if>>
 				<<if _artSlave.eyebrowFullness == "bushy">>
-					<<include Art_Vector_Eyebrow_TypeF_Bushy>>	
+					<<include Art_Vector_Eyebrow_TypeF_Bushy>>
 				<</if>>
 			<</if>>
 			<<if _artSlave.faceShape == "sensual">>
@@ -460,22 +460,22 @@
 					<<include Art_Vector_Eyebrow_TypeF_Pencilthin>>
 				<</if>>
 				<<if _artSlave.eyebrowFullness == "thin">>
-					<<include Art_Vector_Eyebrow_TypeF_Thin>>	
+					<<include Art_Vector_Eyebrow_TypeF_Thin>>
 				<</if>>
 				<<if _artSlave.eyebrowFullness == "threaded">>
-					<<include Art_Vector_Eyebrow_TypeF_Threaded>>	
+					<<include Art_Vector_Eyebrow_TypeF_Threaded>>
 				<</if>>
 				<<if _artSlave.eyebrowFullness == "natural">>
-					<<include Art_Vector_Eyebrow_TypeF_Natural>>	
+					<<include Art_Vector_Eyebrow_TypeF_Natural>>
 				<</if>>
 				<<if _artSlave.eyebrowFullness == "tapered">>
-					<<include Art_Vector_Eyebrow_TypeF_Tapered>>	
+					<<include Art_Vector_Eyebrow_TypeF_Tapered>>
 				<</if>>
 				<<if _artSlave.eyebrowFullness == "thick">>
-					<<include Art_Vector_Eyebrow_TypeF_Thick>>	
+					<<include Art_Vector_Eyebrow_TypeF_Thick>>
 				<</if>>
 				<<if _artSlave.eyebrowFullness == "bushy">>
-					<<include Art_Vector_Eyebrow_TypeF_Bushy>>	
+					<<include Art_Vector_Eyebrow_TypeF_Bushy>>
 				<</if>>
 			<</if>>
 			<<if _artSlave.faceShape == "exotic">>
@@ -486,25 +486,25 @@
 					<<include Art_Vector_Eyebrow_TypeE_Pencilthin>>
 				<</if>>
 				<<if _artSlave.eyebrowFullness == "thin">>
-					<<include Art_Vector_Eyebrow_TypeE_Thin>>	
+					<<include Art_Vector_Eyebrow_TypeE_Thin>>
 				<</if>>
 				<<if _artSlave.eyebrowFullness == "threaded">>
-					<<include Art_Vector_Eyebrow_TypeE_Threaded>>	
+					<<include Art_Vector_Eyebrow_TypeE_Threaded>>
 				<</if>>
 				<<if _artSlave.eyebrowFullness == "natural">>
-					<<include Art_Vector_Eyebrow_TypeE_Natural>>	
+					<<include Art_Vector_Eyebrow_TypeE_Natural>>
 				<</if>>
 				<<if _artSlave.eyebrowFullness == "tapered">>
-					<<include Art_Vector_Eyebrow_TypeE_Tapered>>	
+					<<include Art_Vector_Eyebrow_TypeE_Tapered>>
 				<</if>>
 				<<if _artSlave.eyebrowFullness == "thick">>
-					<<include Art_Vector_Eyebrow_TypeE_Thick>>	
+					<<include Art_Vector_Eyebrow_TypeE_Thick>>
 				<</if>>
 				<<if _artSlave.eyebrowFullness == "bushy">>
-					<<include Art_Vector_Eyebrow_TypeE_Bushy>>	
+					<<include Art_Vector_Eyebrow_TypeE_Bushy>>
 				<</if>>
 			<</if>>
-		<</if>>	
+		<</if>>
 		<<if _artSlave.race == "black">>
 			<<if _artSlave.faceShape == "normal">>
 				<<include Art_Vector_Eyes_TypeD>>
@@ -514,22 +514,22 @@
 					<<include Art_Vector_Eyebrow_TypeF_Pencilthin>>
 				<</if>>
 				<<if _artSlave.eyebrowFullness == "thin">>
-					<<include Art_Vector_Eyebrow_TypeF_Thin>>	
+					<<include Art_Vector_Eyebrow_TypeF_Thin>>
 				<</if>>
 				<<if _artSlave.eyebrowFullness == "threaded">>
-					<<include Art_Vector_Eyebrow_TypeF_Threaded>>	
+					<<include Art_Vector_Eyebrow_TypeF_Threaded>>
 				<</if>>
 				<<if _artSlave.eyebrowFullness == "natural">>
-					<<include Art_Vector_Eyebrow_TypeF_Natural>>	
+					<<include Art_Vector_Eyebrow_TypeF_Natural>>
 				<</if>>
 				<<if _artSlave.eyebrowFullness == "tapered">>
-					<<include Art_Vector_Eyebrow_TypeF_Tapered>>	
+					<<include Art_Vector_Eyebrow_TypeF_Tapered>>
 				<</if>>
 				<<if _artSlave.eyebrowFullness == "thick">>
-					<<include Art_Vector_Eyebrow_TypeF_Thick>>	
+					<<include Art_Vector_Eyebrow_TypeF_Thick>>
 				<</if>>
 				<<if _artSlave.eyebrowFullness == "bushy">>
-					<<include Art_Vector_Eyebrow_TypeF_Bushy>>	
+					<<include Art_Vector_Eyebrow_TypeF_Bushy>>
 				<</if>>
 			<</if>>
 			<<if _artSlave.faceShape == "masculine">>
@@ -540,48 +540,48 @@
 					<<include Art_Vector_Eyebrow_TypeE_Pencilthin>>
 				<</if>>
 				<<if _artSlave.eyebrowFullness == "thin">>
-					<<include Art_Vector_Eyebrow_TypeE_Thin>>	
+					<<include Art_Vector_Eyebrow_TypeE_Thin>>
 				<</if>>
 				<<if _artSlave.eyebrowFullness == "threaded">>
-					<<include Art_Vector_Eyebrow_TypeE_Threaded>>	
+					<<include Art_Vector_Eyebrow_TypeE_Threaded>>
 				<</if>>
 				<<if _artSlave.eyebrowFullness == "natural">>
-					<<include Art_Vector_Eyebrow_TypeE_Natural>>	
+					<<include Art_Vector_Eyebrow_TypeE_Natural>>
 				<</if>>
 				<<if _artSlave.eyebrowFullness == "tapered">>
-					<<include Art_Vector_Eyebrow_TypeE_Tapered>>	
+					<<include Art_Vector_Eyebrow_TypeE_Tapered>>
 				<</if>>
 				<<if _artSlave.eyebrowFullness == "thick">>
-					<<include Art_Vector_Eyebrow_TypeE_Thick>>	
+					<<include Art_Vector_Eyebrow_TypeE_Thick>>
 				<</if>>
 				<<if _artSlave.eyebrowFullness == "bushy">>
-					<<include Art_Vector_Eyebrow_TypeE_Bushy>>	
+					<<include Art_Vector_Eyebrow_TypeE_Bushy>>
 				<</if>>
 			<</if>>
 			<<if _artSlave.faceShape == "androgynous">>
 				<<include Art_Vector_Eyes_TypeF>>
 				<<include Art_Vector_Mouth_TypeE>>
-				<<include Art_Vector_Nose_TypeB>>	
+				<<include Art_Vector_Nose_TypeB>>
 				<<if _artSlave.eyebrowFullness == "pencil-thin">>
 					<<include Art_Vector_Eyebrow_TypeE_Pencilthin>>
 				<</if>>
 				<<if _artSlave.eyebrowFullness == "thin">>
-					<<include Art_Vector_Eyebrow_TypeE_Thin>>	
+					<<include Art_Vector_Eyebrow_TypeE_Thin>>
 				<</if>>
 				<<if _artSlave.eyebrowFullness == "threaded">>
-					<<include Art_Vector_Eyebrow_TypeE_Threaded>>	
+					<<include Art_Vector_Eyebrow_TypeE_Threaded>>
 				<</if>>
 				<<if _artSlave.eyebrowFullness == "natural">>
-					<<include Art_Vector_Eyebrow_TypeE_Natural>>	
+					<<include Art_Vector_Eyebrow_TypeE_Natural>>
 				<</if>>
 				<<if _artSlave.eyebrowFullness == "tapered">>
-					<<include Art_Vector_Eyebrow_TypeE_Tapered>>	
+					<<include Art_Vector_Eyebrow_TypeE_Tapered>>
 				<</if>>
 				<<if _artSlave.eyebrowFullness == "thick">>
-					<<include Art_Vector_Eyebrow_TypeE_Thick>>	
+					<<include Art_Vector_Eyebrow_TypeE_Thick>>
 				<</if>>
 				<<if _artSlave.eyebrowFullness == "bushy">>
-					<<include Art_Vector_Eyebrow_TypeE_Bushy>>	
+					<<include Art_Vector_Eyebrow_TypeE_Bushy>>
 				<</if>>
 			<</if>>
 			<<if _artSlave.faceShape == "cute">>
@@ -592,22 +592,22 @@
 					<<include Art_Vector_Eyebrow_TypeD_Pencilthin>>
 				<</if>>
 				<<if _artSlave.eyebrowFullness == "thin">>
-					<<include Art_Vector_Eyebrow_TypeD_Thin>>	
+					<<include Art_Vector_Eyebrow_TypeD_Thin>>
 				<</if>>
 				<<if _artSlave.eyebrowFullness == "threaded">>
-					<<include Art_Vector_Eyebrow_TypeD_Threaded>>	
+					<<include Art_Vector_Eyebrow_TypeD_Threaded>>
 				<</if>>
 				<<if _artSlave.eyebrowFullness == "natural">>
-					<<include Art_Vector_Eyebrow_TypeB_Natural>>	
+					<<include Art_Vector_Eyebrow_TypeB_Natural>>
 				<</if>>
 				<<if _artSlave.eyebrowFullness == "tapered">>
-					<<include Art_Vector_Eyebrow_TypeD_Tapered>>	
+					<<include Art_Vector_Eyebrow_TypeD_Tapered>>
 				<</if>>
 				<<if _artSlave.eyebrowFullness == "thick">>
-					<<include Art_Vector_Eyebrow_TypeD_Thick>>	
+					<<include Art_Vector_Eyebrow_TypeD_Thick>>
 				<</if>>
 				<<if _artSlave.eyebrowFullness == "bushy">>
-					<<include Art_Vector_Eyebrow_TypeD_Bushy>>	
+					<<include Art_Vector_Eyebrow_TypeD_Bushy>>
 				<</if>>
 			<</if>>
 			<<if _artSlave.faceShape == "sensual">>
@@ -618,22 +618,22 @@
 					<<include Art_Vector_Eyebrow_TypeC_Pencilthin>>
 				<</if>>
 				<<if _artSlave.eyebrowFullness == "thin">>
-					<<include Art_Vector_Eyebrow_TypeC_Thin>>	
+					<<include Art_Vector_Eyebrow_TypeC_Thin>>
 				<</if>>
 				<<if _artSlave.eyebrowFullness == "threaded">>
-					<<include Art_Vector_Eyebrow_TypeC_Threaded>>	
+					<<include Art_Vector_Eyebrow_TypeC_Threaded>>
 				<</if>>
 				<<if _artSlave.eyebrowFullness == "natural">>
-					<<include Art_Vector_Eyebrow_TypeC_Natural>>	
+					<<include Art_Vector_Eyebrow_TypeC_Natural>>
 				<</if>>
 				<<if _artSlave.eyebrowFullness == "tapered">>
-					<<include Art_Vector_Eyebrow_TypeC_Tapered>>	
+					<<include Art_Vector_Eyebrow_TypeC_Tapered>>
 				<</if>>
 				<<if _artSlave.eyebrowFullness == "thick">>
-					<<include Art_Vector_Eyebrow_TypeC_Thick>>	
+					<<include Art_Vector_Eyebrow_TypeC_Thick>>
 				<</if>>
 				<<if _artSlave.eyebrowFullness == "bushy">>
-					<<include Art_Vector_Eyebrow_TypeC_Bushy>>	
+					<<include Art_Vector_Eyebrow_TypeC_Bushy>>
 				<</if>>
 			<</if>>
 			<<if _artSlave.faceShape == "exotic">>
@@ -644,25 +644,25 @@
 					<<include Art_Vector_Eyebrow_TypeA_Pencilthin>>
 				<</if>>
 				<<if _artSlave.eyebrowFullness == "thin">>
-					<<include Art_Vector_Eyebrow_TypeA_Thin>>	
+					<<include Art_Vector_Eyebrow_TypeA_Thin>>
 				<</if>>
 				<<if _artSlave.eyebrowFullness == "threaded">>
-					<<include Art_Vector_Eyebrow_TypeA_Threaded>>	
+					<<include Art_Vector_Eyebrow_TypeA_Threaded>>
 				<</if>>
 				<<if _artSlave.eyebrowFullness == "natural">>
-					<<include Art_Vector_Eyebrow_TypeA_Natural>>	
+					<<include Art_Vector_Eyebrow_TypeA_Natural>>
 				<</if>>
 				<<if _artSlave.eyebrowFullness == "tapered">>
-					<<include Art_Vector_Eyebrow_TypeA_Tapered>>	
+					<<include Art_Vector_Eyebrow_TypeA_Tapered>>
 				<</if>>
 				<<if _artSlave.eyebrowFullness == "thick">>
-					<<include Art_Vector_Eyebrow_TypeA_Thick>>	
+					<<include Art_Vector_Eyebrow_TypeA_Thick>>
 				<</if>>
 				<<if _artSlave.eyebrowFullness == "bushy">>
-					<<include Art_Vector_Eyebrow_TypeA_Bushy>>	
+					<<include Art_Vector_Eyebrow_TypeA_Bushy>>
 				<</if>>
 			<</if>>
-		<</if>>	
+		<</if>>
 		<<if _artSlave.race == "middle eastern">>
 			<<if _artSlave.faceShape == "normal">>
 				<<include Art_Vector_Eyes_TypeB>>
@@ -672,22 +672,22 @@
 					<<include Art_Vector_Eyebrow_TypeA_Pencilthin>>
 				<</if>>
 				<<if _artSlave.eyebrowFullness == "thin">>
-					<<include Art_Vector_Eyebrow_TypeA_Thin>>	
+					<<include Art_Vector_Eyebrow_TypeA_Thin>>
 				<</if>>
 				<<if _artSlave.eyebrowFullness == "threaded">>
-					<<include Art_Vector_Eyebrow_TypeA_Threaded>>	
+					<<include Art_Vector_Eyebrow_TypeA_Threaded>>
 				<</if>>
 				<<if _artSlave.eyebrowFullness == "natural">>
-					<<include Art_Vector_Eyebrow_TypeA_Natural>>	
+					<<include Art_Vector_Eyebrow_TypeA_Natural>>
 				<</if>>
 				<<if _artSlave.eyebrowFullness == "tapered">>
-					<<include Art_Vector_Eyebrow_TypeA_Tapered>>	
+					<<include Art_Vector_Eyebrow_TypeA_Tapered>>
 				<</if>>
 				<<if _artSlave.eyebrowFullness == "thick">>
-					<<include Art_Vector_Eyebrow_TypeA_Thick>>	
+					<<include Art_Vector_Eyebrow_TypeA_Thick>>
 				<</if>>
 				<<if _artSlave.eyebrowFullness == "bushy">>
-					<<include Art_Vector_Eyebrow_TypeA_Bushy>>	
+					<<include Art_Vector_Eyebrow_TypeA_Bushy>>
 				<</if>>
 			<</if>>
 			<<if _artSlave.faceShape == "masculine">>
@@ -698,48 +698,48 @@
 					<<include Art_Vector_Eyebrow_TypeB_Pencilthin>>
 				<</if>>
 				<<if _artSlave.eyebrowFullness == "thin">>
-					<<include Art_Vector_Eyebrow_TypeB_Thin>>	
+					<<include Art_Vector_Eyebrow_TypeB_Thin>>
 				<</if>>
 				<<if _artSlave.eyebrowFullness == "threaded">>
-					<<include Art_Vector_Eyebrow_TypeB_Threaded>>	
+					<<include Art_Vector_Eyebrow_TypeB_Threaded>>
 				<</if>>
 				<<if _artSlave.eyebrowFullness == "natural">>
-					<<include Art_Vector_Eyebrow_TypeB_Natural>>	
+					<<include Art_Vector_Eyebrow_TypeB_Natural>>
 				<</if>>
 				<<if _artSlave.eyebrowFullness == "tapered">>
-					<<include Art_Vector_Eyebrow_TypeB_Tapered>>	
+					<<include Art_Vector_Eyebrow_TypeB_Tapered>>
 				<</if>>
 				<<if _artSlave.eyebrowFullness == "thick">>
-					<<include Art_Vector_Eyebrow_TypeB_Thick>>	
+					<<include Art_Vector_Eyebrow_TypeB_Thick>>
 				<</if>>
 				<<if _artSlave.eyebrowFullness == "bushy">>
-					<<include Art_Vector_Eyebrow_TypeB_Bushy>>	
+					<<include Art_Vector_Eyebrow_TypeB_Bushy>>
 				<</if>>
 			<</if>>
 			<<if _artSlave.faceShape == "androgynous">>
 				<<include Art_Vector_Eyes_TypeF>>
 				<<include Art_Vector_Mouth_TypeB>>
-				<<include Art_Vector_Nose_TypeF>>	
+				<<include Art_Vector_Nose_TypeF>>
 				<<if _artSlave.eyebrowFullness == "pencil-thin">>
 					<<include Art_Vector_Eyebrow_TypeF_Pencilthin>>
 				<</if>>
 				<<if _artSlave.eyebrowFullness == "thin">>
-					<<include Art_Vector_Eyebrow_TypeF_Thin>>	
+					<<include Art_Vector_Eyebrow_TypeF_Thin>>
 				<</if>>
 				<<if _artSlave.eyebrowFullness == "threaded">>
-					<<include Art_Vector_Eyebrow_TypeF_Threaded>>	
+					<<include Art_Vector_Eyebrow_TypeF_Threaded>>
 				<</if>>
 				<<if _artSlave.eyebrowFullness == "natural">>
-					<<include Art_Vector_Eyebrow_TypeF_Natural>>	
+					<<include Art_Vector_Eyebrow_TypeF_Natural>>
 				<</if>>
 				<<if _artSlave.eyebrowFullness == "tapered">>
-					<<include Art_Vector_Eyebrow_TypeF_Tapered>>	
+					<<include Art_Vector_Eyebrow_TypeF_Tapered>>
 				<</if>>
 				<<if _artSlave.eyebrowFullness == "thick">>
-					<<include Art_Vector_Eyebrow_TypeF_Thick>>	
+					<<include Art_Vector_Eyebrow_TypeF_Thick>>
 				<</if>>
 				<<if _artSlave.eyebrowFullness == "bushy">>
-					<<include Art_Vector_Eyebrow_TypeF_Bushy>>	
+					<<include Art_Vector_Eyebrow_TypeF_Bushy>>
 				<</if>>
 			<</if>>
 			<<if _artSlave.faceShape == "cute">>
@@ -750,22 +750,22 @@
 					<<include Art_Vector_Eyebrow_TypeA_Pencilthin>>
 				<</if>>
 				<<if _artSlave.eyebrowFullness == "thin">>
-					<<include Art_Vector_Eyebrow_TypeA_Thin>>	
+					<<include Art_Vector_Eyebrow_TypeA_Thin>>
 				<</if>>
 				<<if _artSlave.eyebrowFullness == "threaded">>
-					<<include Art_Vector_Eyebrow_TypeA_Threaded>>	
+					<<include Art_Vector_Eyebrow_TypeA_Threaded>>
 				<</if>>
 				<<if _artSlave.eyebrowFullness == "natural">>
-					<<include Art_Vector_Eyebrow_TypeA_Natural>>	
+					<<include Art_Vector_Eyebrow_TypeA_Natural>>
 				<</if>>
 				<<if _artSlave.eyebrowFullness == "tapered">>
-					<<include Art_Vector_Eyebrow_TypeA_Tapered>>	
+					<<include Art_Vector_Eyebrow_TypeA_Tapered>>
 				<</if>>
 				<<if _artSlave.eyebrowFullness == "thick">>
-					<<include Art_Vector_Eyebrow_TypeA_Thick>>	
+					<<include Art_Vector_Eyebrow_TypeA_Thick>>
 				<</if>>
 				<<if _artSlave.eyebrowFullness == "bushy">>
-					<<include Art_Vector_Eyebrow_TypeA_Bushy>>	
+					<<include Art_Vector_Eyebrow_TypeA_Bushy>>
 				<</if>>
 			<</if>>
 			<<if _artSlave.faceShape == "sensual">>
@@ -776,22 +776,22 @@
 					<<include Art_Vector_Eyebrow_TypeC_Pencilthin>>
 				<</if>>
 				<<if _artSlave.eyebrowFullness == "thin">>
-					<<include Art_Vector_Eyebrow_TypeC_Thin>>	
+					<<include Art_Vector_Eyebrow_TypeC_Thin>>
 				<</if>>
 				<<if _artSlave.eyebrowFullness == "threaded">>
-					<<include Art_Vector_Eyebrow_TypeC_Threaded>>	
+					<<include Art_Vector_Eyebrow_TypeC_Threaded>>
 				<</if>>
 				<<if _artSlave.eyebrowFullness == "natural">>
-					<<include Art_Vector_Eyebrow_TypeC_Natural>>	
+					<<include Art_Vector_Eyebrow_TypeC_Natural>>
 				<</if>>
 				<<if _artSlave.eyebrowFullness == "tapered">>
-					<<include Art_Vector_Eyebrow_TypeC_Tapered>>	
+					<<include Art_Vector_Eyebrow_TypeC_Tapered>>
 				<</if>>
 				<<if _artSlave.eyebrowFullness == "thick">>
-					<<include Art_Vector_Eyebrow_TypeC_Thick>>	
+					<<include Art_Vector_Eyebrow_TypeC_Thick>>
 				<</if>>
 				<<if _artSlave.eyebrowFullness == "bushy">>
-					<<include Art_Vector_Eyebrow_TypeC_Bushy>>	
+					<<include Art_Vector_Eyebrow_TypeC_Bushy>>
 				<</if>>
 			<</if>>
 			<<if _artSlave.faceShape == "exotic">>
@@ -802,22 +802,22 @@
 					<<include Art_Vector_Eyebrow_TypeE_Pencilthin>>
 				<</if>>
 				<<if _artSlave.eyebrowFullness == "thin">>
-					<<include Art_Vector_Eyebrow_TypeE_Thin>>	
+					<<include Art_Vector_Eyebrow_TypeE_Thin>>
 				<</if>>
 				<<if _artSlave.eyebrowFullness == "threaded">>
-					<<include Art_Vector_Eyebrow_TypeE_Threaded>>	
+					<<include Art_Vector_Eyebrow_TypeE_Threaded>>
 				<</if>>
 				<<if _artSlave.eyebrowFullness == "natural">>
-					<<include Art_Vector_Eyebrow_TypeE_Natural>>	
+					<<include Art_Vector_Eyebrow_TypeE_Natural>>
 				<</if>>
 				<<if _artSlave.eyebrowFullness == "tapered">>
-					<<include Art_Vector_Eyebrow_TypeE_Tapered>>	
+					<<include Art_Vector_Eyebrow_TypeE_Tapered>>
 				<</if>>
 				<<if _artSlave.eyebrowFullness == "thick">>
-					<<include Art_Vector_Eyebrow_TypeE_Thick>>	
+					<<include Art_Vector_Eyebrow_TypeE_Thick>>
 				<</if>>
 				<<if _artSlave.eyebrowFullness == "bushy">>
-					<<include Art_Vector_Eyebrow_TypeE_Bushy>>	
+					<<include Art_Vector_Eyebrow_TypeE_Bushy>>
 				<</if>>
 			<</if>>
 		<</if>>
@@ -830,22 +830,22 @@
 					<<include Art_Vector_Eyebrow_TypeA_Pencilthin>>
 				<</if>>
 				<<if _artSlave.eyebrowFullness == "thin">>
-					<<include Art_Vector_Eyebrow_TypeA_Thin>>	
+					<<include Art_Vector_Eyebrow_TypeA_Thin>>
 				<</if>>
 				<<if _artSlave.eyebrowFullness == "threaded">>
-					<<include Art_Vector_Eyebrow_TypeA_Threaded>>	
+					<<include Art_Vector_Eyebrow_TypeA_Threaded>>
 				<</if>>
 				<<if _artSlave.eyebrowFullness == "natural">>
-					<<include Art_Vector_Eyebrow_TypeA_Natural>>	
+					<<include Art_Vector_Eyebrow_TypeA_Natural>>
 				<</if>>
 				<<if _artSlave.eyebrowFullness == "tapered">>
-					<<include Art_Vector_Eyebrow_TypeA_Tapered>>	
+					<<include Art_Vector_Eyebrow_TypeA_Tapered>>
 				<</if>>
 				<<if _artSlave.eyebrowFullness == "thick">>
-					<<include Art_Vector_Eyebrow_TypeA_Thick>>	
+					<<include Art_Vector_Eyebrow_TypeA_Thick>>
 				<</if>>
 				<<if _artSlave.eyebrowFullness == "bushy">>
-					<<include Art_Vector_Eyebrow_TypeA_Bushy>>	
+					<<include Art_Vector_Eyebrow_TypeA_Bushy>>
 				<</if>>
 			<</if>>
 			<<if _artSlave.faceShape == "masculine">>
@@ -856,48 +856,48 @@
 					<<include Art_Vector_Eyebrow_TypeB_Pencilthin>>
 				<</if>>
 				<<if _artSlave.eyebrowFullness == "thin">>
-					<<include Art_Vector_Eyebrow_TypeB_Thin>>	
+					<<include Art_Vector_Eyebrow_TypeB_Thin>>
 				<</if>>
 				<<if _artSlave.eyebrowFullness == "threaded">>
-					<<include Art_Vector_Eyebrow_TypeB_Threaded>>	
+					<<include Art_Vector_Eyebrow_TypeB_Threaded>>
 				<</if>>
 				<<if _artSlave.eyebrowFullness == "natural">>
-					<<include Art_Vector_Eyebrow_TypeB_Natural>>	
+					<<include Art_Vector_Eyebrow_TypeB_Natural>>
 				<</if>>
 				<<if _artSlave.eyebrowFullness == "tapered">>
-					<<include Art_Vector_Eyebrow_TypeB_Tapered>>	
+					<<include Art_Vector_Eyebrow_TypeB_Tapered>>
 				<</if>>
 				<<if _artSlave.eyebrowFullness == "thick">>
-					<<include Art_Vector_Eyebrow_TypeB_Thick>>	
+					<<include Art_Vector_Eyebrow_TypeB_Thick>>
 				<</if>>
 				<<if _artSlave.eyebrowFullness == "bushy">>
-					<<include Art_Vector_Eyebrow_TypeB_Bushy>>	
+					<<include Art_Vector_Eyebrow_TypeB_Bushy>>
 				<</if>>
 			<</if>>
 			<<if _artSlave.faceShape == "androgynous">>
 				<<include Art_Vector_Eyes_TypeF>>
 				<<include Art_Vector_Mouth_TypeB>>
-				<<include Art_Vector_Nose_TypeF>>	
+				<<include Art_Vector_Nose_TypeF>>
 				<<if _artSlave.eyebrowFullness == "pencil-thin">>
 					<<include Art_Vector_Eyebrow_TypeF_Pencilthin>>
 				<</if>>
 				<<if _artSlave.eyebrowFullness == "thin">>
-					<<include Art_Vector_Eyebrow_TypeF_Thin>>	
+					<<include Art_Vector_Eyebrow_TypeF_Thin>>
 				<</if>>
 				<<if _artSlave.eyebrowFullness == "threaded">>
-					<<include Art_Vector_Eyebrow_TypeF_Threaded>>	
+					<<include Art_Vector_Eyebrow_TypeF_Threaded>>
 				<</if>>
 				<<if _artSlave.eyebrowFullness == "natural">>
-					<<include Art_Vector_Eyebrow_TypeF_Natural>>	
+					<<include Art_Vector_Eyebrow_TypeF_Natural>>
 				<</if>>
 				<<if _artSlave.eyebrowFullness == "tapered">>
-					<<include Art_Vector_Eyebrow_TypeF_Tapered>>	
+					<<include Art_Vector_Eyebrow_TypeF_Tapered>>
 				<</if>>
 				<<if _artSlave.eyebrowFullness == "thick">>
-					<<include Art_Vector_Eyebrow_TypeF_Thick>>	
+					<<include Art_Vector_Eyebrow_TypeF_Thick>>
 				<</if>>
 				<<if _artSlave.eyebrowFullness == "bushy">>
-					<<include Art_Vector_Eyebrow_TypeF_Bushy>>	
+					<<include Art_Vector_Eyebrow_TypeF_Bushy>>
 				<</if>>
 			<</if>>
 			<<if _artSlave.faceShape == "cute">>
@@ -908,22 +908,22 @@
 					<<include Art_Vector_Eyebrow_TypeA_Pencilthin>>
 				<</if>>
 				<<if _artSlave.eyebrowFullness == "thin">>
-					<<include Art_Vector_Eyebrow_TypeA_Thin>>	
+					<<include Art_Vector_Eyebrow_TypeA_Thin>>
 				<</if>>
 				<<if _artSlave.eyebrowFullness == "threaded">>
-					<<include Art_Vector_Eyebrow_TypeA_Threaded>>	
+					<<include Art_Vector_Eyebrow_TypeA_Threaded>>
 				<</if>>
 				<<if _artSlave.eyebrowFullness == "natural">>
-					<<include Art_Vector_Eyebrow_TypeA_Natural>>	
+					<<include Art_Vector_Eyebrow_TypeA_Natural>>
 				<</if>>
 				<<if _artSlave.eyebrowFullness == "tapered">>
-					<<include Art_Vector_Eyebrow_TypeA_Tapered>>	
+					<<include Art_Vector_Eyebrow_TypeA_Tapered>>
 				<</if>>
 				<<if _artSlave.eyebrowFullness == "thick">>
-					<<include Art_Vector_Eyebrow_TypeA_Thick>>	
+					<<include Art_Vector_Eyebrow_TypeA_Thick>>
 				<</if>>
 				<<if _artSlave.eyebrowFullness == "bushy">>
-					<<include Art_Vector_Eyebrow_TypeA_Bushy>>	
+					<<include Art_Vector_Eyebrow_TypeA_Bushy>>
 				<</if>>
 			<</if>>
 			<<if _artSlave.faceShape == "sensual">>
@@ -934,22 +934,22 @@
 					<<include Art_Vector_Eyebrow_TypeC_Pencilthin>>
 				<</if>>
 				<<if _artSlave.eyebrowFullness == "thin">>
-					<<include Art_Vector_Eyebrow_TypeC_Thin>>	
+					<<include Art_Vector_Eyebrow_TypeC_Thin>>
 				<</if>>
 				<<if _artSlave.eyebrowFullness == "threaded">>
-					<<include Art_Vector_Eyebrow_TypeC_Threaded>>	
+					<<include Art_Vector_Eyebrow_TypeC_Threaded>>
 				<</if>>
 				<<if _artSlave.eyebrowFullness == "natural">>
-					<<include Art_Vector_Eyebrow_TypeC_Natural>>	
+					<<include Art_Vector_Eyebrow_TypeC_Natural>>
 				<</if>>
 				<<if _artSlave.eyebrowFullness == "tapered">>
-					<<include Art_Vector_Eyebrow_TypeC_Tapered>>	
+					<<include Art_Vector_Eyebrow_TypeC_Tapered>>
 				<</if>>
 				<<if _artSlave.eyebrowFullness == "thick">>
-					<<include Art_Vector_Eyebrow_TypeC_Thick>>	
+					<<include Art_Vector_Eyebrow_TypeC_Thick>>
 				<</if>>
 				<<if _artSlave.eyebrowFullness == "bushy">>
-					<<include Art_Vector_Eyebrow_TypeC_Bushy>>	
+					<<include Art_Vector_Eyebrow_TypeC_Bushy>>
 				<</if>>
 			<</if>>
 			<<if _artSlave.faceShape == "exotic">>
@@ -960,22 +960,22 @@
 					<<include Art_Vector_Eyebrow_TypeE_Pencilthin>>
 				<</if>>
 				<<if _artSlave.eyebrowFullness == "thin">>
-					<<include Art_Vector_Eyebrow_TypeE_Thin>>	
+					<<include Art_Vector_Eyebrow_TypeE_Thin>>
 				<</if>>
 				<<if _artSlave.eyebrowFullness == "threaded">>
-					<<include Art_Vector_Eyebrow_TypeE_Threaded>>	
+					<<include Art_Vector_Eyebrow_TypeE_Threaded>>
 				<</if>>
 				<<if _artSlave.eyebrowFullness == "natural">>
-					<<include Art_Vector_Eyebrow_TypeE_Natural>>	
+					<<include Art_Vector_Eyebrow_TypeE_Natural>>
 				<</if>>
 				<<if _artSlave.eyebrowFullness == "tapered">>
-					<<include Art_Vector_Eyebrow_TypeE_Tapered>>	
+					<<include Art_Vector_Eyebrow_TypeE_Tapered>>
 				<</if>>
 				<<if _artSlave.eyebrowFullness == "thick">>
-					<<include Art_Vector_Eyebrow_TypeE_Thick>>	
+					<<include Art_Vector_Eyebrow_TypeE_Thick>>
 				<</if>>
 				<<if _artSlave.eyebrowFullness == "bushy">>
-					<<include Art_Vector_Eyebrow_TypeE_Bushy>>	
+					<<include Art_Vector_Eyebrow_TypeE_Bushy>>
 				<</if>>
 			<</if>>
 		<</if>>			
@@ -988,22 +988,22 @@
 					<<include Art_Vector_Eyebrow_TypeA_Pencilthin>>
 				<</if>>
 				<<if _artSlave.eyebrowFullness == "thin">>
-					<<include Art_Vector_Eyebrow_TypeA_Thin>>	
+					<<include Art_Vector_Eyebrow_TypeA_Thin>>
 				<</if>>
 				<<if _artSlave.eyebrowFullness == "threaded">>
-					<<include Art_Vector_Eyebrow_TypeA_Threaded>>	
+					<<include Art_Vector_Eyebrow_TypeA_Threaded>>
 				<</if>>
 				<<if _artSlave.eyebrowFullness == "natural">>
-					<<include Art_Vector_Eyebrow_TypeA_Natural>>	
+					<<include Art_Vector_Eyebrow_TypeA_Natural>>
 				<</if>>
 				<<if _artSlave.eyebrowFullness == "tapered">>
-					<<include Art_Vector_Eyebrow_TypeA_Tapered>>	
+					<<include Art_Vector_Eyebrow_TypeA_Tapered>>
 				<</if>>
 				<<if _artSlave.eyebrowFullness == "thick">>
-					<<include Art_Vector_Eyebrow_TypeA_Thick>>	
+					<<include Art_Vector_Eyebrow_TypeA_Thick>>
 				<</if>>
 				<<if _artSlave.eyebrowFullness == "bushy">>
-					<<include Art_Vector_Eyebrow_TypeA_Bushy>>	
+					<<include Art_Vector_Eyebrow_TypeA_Bushy>>
 				<</if>>
 			<</if>>
 			<<if _artSlave.faceShape == "masculine">>
@@ -1014,48 +1014,48 @@
 					<<include Art_Vector_Eyebrow_TypeC_Pencilthin>>
 				<</if>>
 				<<if _artSlave.eyebrowFullness == "thin">>
-					<<include Art_Vector_Eyebrow_TypeC_Thin>>	
+					<<include Art_Vector_Eyebrow_TypeC_Thin>>
 				<</if>>
 				<<if _artSlave.eyebrowFullness == "threaded">>
-					<<include Art_Vector_Eyebrow_TypeC_Threaded>>	
+					<<include Art_Vector_Eyebrow_TypeC_Threaded>>
 				<</if>>
 				<<if _artSlave.eyebrowFullness == "natural">>
-					<<include Art_Vector_Eyebrow_TypeC_Natural>>	
+					<<include Art_Vector_Eyebrow_TypeC_Natural>>
 				<</if>>
 				<<if _artSlave.eyebrowFullness == "tapered">>
-					<<include Art_Vector_Eyebrow_TypeC_Tapered>>	
+					<<include Art_Vector_Eyebrow_TypeC_Tapered>>
 				<</if>>
 				<<if _artSlave.eyebrowFullness == "thick">>
-					<<include Art_Vector_Eyebrow_TypeC_Thick>>	
+					<<include Art_Vector_Eyebrow_TypeC_Thick>>
 				<</if>>
 				<<if _artSlave.eyebrowFullness == "bushy">>
-					<<include Art_Vector_Eyebrow_TypeC_Bushy>>	
+					<<include Art_Vector_Eyebrow_TypeC_Bushy>>
 				<</if>>
 			<</if>>
 			<<if _artSlave.faceShape == "androgynous">>
 				<<include Art_Vector_Eyes_TypeC>>
 				<<include Art_Vector_Mouth_TypeB>>
-				<<include Art_Vector_Nose_TypeD>>	
+				<<include Art_Vector_Nose_TypeD>>
 				<<if _artSlave.eyebrowFullness == "pencil-thin">>
 					<<include Art_Vector_Eyebrow_TypeF_Pencilthin>>
 				<</if>>
 				<<if _artSlave.eyebrowFullness == "thin">>
-					<<include Art_Vector_Eyebrow_TypeF_Thin>>	
+					<<include Art_Vector_Eyebrow_TypeF_Thin>>
 				<</if>>
 				<<if _artSlave.eyebrowFullness == "threaded">>
-					<<include Art_Vector_Eyebrow_TypeF_Threaded>>	
+					<<include Art_Vector_Eyebrow_TypeF_Threaded>>
 				<</if>>
 				<<if _artSlave.eyebrowFullness == "natural">>
-					<<include Art_Vector_Eyebrow_TypeF_Natural>>	
+					<<include Art_Vector_Eyebrow_TypeF_Natural>>
 				<</if>>
 				<<if _artSlave.eyebrowFullness == "tapered">>
-					<<include Art_Vector_Eyebrow_TypeF_Tapered>>	
+					<<include Art_Vector_Eyebrow_TypeF_Tapered>>
 				<</if>>
 				<<if _artSlave.eyebrowFullness == "thick">>
-					<<include Art_Vector_Eyebrow_TypeF_Thick>>	
+					<<include Art_Vector_Eyebrow_TypeF_Thick>>
 				<</if>>
 				<<if _artSlave.eyebrowFullness == "bushy">>
-					<<include Art_Vector_Eyebrow_TypeF_Bushy>>	
+					<<include Art_Vector_Eyebrow_TypeF_Bushy>>
 				<</if>>
 			<</if>>
 			<<if _artSlave.faceShape == "cute">>
@@ -1066,22 +1066,22 @@
 					<<include Art_Vector_Eyebrow_TypeD_Pencilthin>>
 				<</if>>
 				<<if _artSlave.eyebrowFullness == "thin">>
-					<<include Art_Vector_Eyebrow_TypeD_Thin>>	
+					<<include Art_Vector_Eyebrow_TypeD_Thin>>
 				<</if>>
 				<<if _artSlave.eyebrowFullness == "threaded">>
-					<<include Art_Vector_Eyebrow_TypeD_Threaded>>	
+					<<include Art_Vector_Eyebrow_TypeD_Threaded>>
 				<</if>>
 				<<if _artSlave.eyebrowFullness == "natural">>
-					<<include Art_Vector_Eyebrow_TypeD_Natural>>	
+					<<include Art_Vector_Eyebrow_TypeD_Natural>>
 				<</if>>
 				<<if _artSlave.eyebrowFullness == "tapered">>
-					<<include Art_Vector_Eyebrow_TypeD_Tapered>>	
+					<<include Art_Vector_Eyebrow_TypeD_Tapered>>
 				<</if>>
 				<<if _artSlave.eyebrowFullness == "thick">>
-					<<include Art_Vector_Eyebrow_TypeD_Thick>>	
+					<<include Art_Vector_Eyebrow_TypeD_Thick>>
 				<</if>>
 				<<if _artSlave.eyebrowFullness == "bushy">>
-					<<include Art_Vector_Eyebrow_TypeD_Bushy>>	
+					<<include Art_Vector_Eyebrow_TypeD_Bushy>>
 				<</if>>
 			<</if>>
 			<<if _artSlave.faceShape == "sensual">>
@@ -1092,22 +1092,22 @@
 					<<include Art_Vector_Eyebrow_TypeD_Pencilthin>>
 				<</if>>
 				<<if _artSlave.eyebrowFullness == "thin">>
-					<<include Art_Vector_Eyebrow_TypeD_Thin>>	
+					<<include Art_Vector_Eyebrow_TypeD_Thin>>
 				<</if>>
 				<<if _artSlave.eyebrowFullness == "threaded">>
-					<<include Art_Vector_Eyebrow_TypeD_Threaded>>	
+					<<include Art_Vector_Eyebrow_TypeD_Threaded>>
 				<</if>>
 				<<if _artSlave.eyebrowFullness == "natural">>
-					<<include Art_Vector_Eyebrow_TypeD_Natural>>	
+					<<include Art_Vector_Eyebrow_TypeD_Natural>>
 				<</if>>
 				<<if _artSlave.eyebrowFullness == "tapered">>
-					<<include Art_Vector_Eyebrow_TypeD_Tapered>>	
+					<<include Art_Vector_Eyebrow_TypeD_Tapered>>
 				<</if>>
 				<<if _artSlave.eyebrowFullness == "thick">>
-					<<include Art_Vector_Eyebrow_TypeD_Thick>>	
+					<<include Art_Vector_Eyebrow_TypeD_Thick>>
 				<</if>>
 				<<if _artSlave.eyebrowFullness == "bushy">>
-					<<include Art_Vector_Eyebrow_TypeD_Bushy>>	
+					<<include Art_Vector_Eyebrow_TypeD_Bushy>>
 				<</if>>
 			<</if>>
 			<<if _artSlave.faceShape == "exotic">>
@@ -1118,24 +1118,24 @@
 					<<include Art_Vector_Eyebrow_TypeC_Pencilthin>>
 				<</if>>
 				<<if _artSlave.eyebrowFullness == "thin">>
-					<<include Art_Vector_Eyebrow_TypeC_Thin>>	
+					<<include Art_Vector_Eyebrow_TypeC_Thin>>
 				<</if>>
 				<<if _artSlave.eyebrowFullness == "threaded">>
-					<<include Art_Vector_Eyebrow_TypeC_Threaded>>	
+					<<include Art_Vector_Eyebrow_TypeC_Threaded>>
 				<</if>>
 				<<if _artSlave.eyebrowFullness == "natural">>
-					<<include Art_Vector_Eyebrow_TypeC_Natural>>	
+					<<include Art_Vector_Eyebrow_TypeC_Natural>>
 				<</if>>
 				<<if _artSlave.eyebrowFullness == "tapered">>
-					<<include Art_Vector_Eyebrow_TypeC_Tapered>>	
+					<<include Art_Vector_Eyebrow_TypeC_Tapered>>
 				<</if>>
 				<<if _artSlave.eyebrowFullness == "thick">>
-					<<include Art_Vector_Eyebrow_TypeC_Thick>>	
+					<<include Art_Vector_Eyebrow_TypeC_Thick>>
 				<</if>>
 				<<if _artSlave.eyebrowFullness == "bushy">>
-					<<include Art_Vector_Eyebrow_TypeC_Bushy>>	
+					<<include Art_Vector_Eyebrow_TypeC_Bushy>>
 				<</if>>
-			<</if>>	
+			<</if>>
 		<</if>>
 		<<if _artSlave.race == "mixed race">>
 			<<if _artSlave.faceShape == "normal">>
@@ -1146,22 +1146,22 @@
 					<<include Art_Vector_Eyebrow_TypeA_Pencilthin>>
 				<</if>>
 				<<if _artSlave.eyebrowFullness == "thin">>
-					<<include Art_Vector_Eyebrow_TypeA_Thin>>	
+					<<include Art_Vector_Eyebrow_TypeA_Thin>>
 				<</if>>
 				<<if _artSlave.eyebrowFullness == "threaded">>
-					<<include Art_Vector_Eyebrow_TypeA_Threaded>>	
+					<<include Art_Vector_Eyebrow_TypeA_Threaded>>
 				<</if>>
 				<<if _artSlave.eyebrowFullness == "natural">>
-					<<include Art_Vector_Eyebrow_TypeA_Natural>>	
+					<<include Art_Vector_Eyebrow_TypeA_Natural>>
 				<</if>>
 				<<if _artSlave.eyebrowFullness == "tapered">>
-					<<include Art_Vector_Eyebrow_TypeA_Tapered>>	
+					<<include Art_Vector_Eyebrow_TypeA_Tapered>>
 				<</if>>
 				<<if _artSlave.eyebrowFullness == "thick">>
-					<<include Art_Vector_Eyebrow_TypeA_Thick>>	
+					<<include Art_Vector_Eyebrow_TypeA_Thick>>
 				<</if>>
 				<<if _artSlave.eyebrowFullness == "bushy">>
-					<<include Art_Vector_Eyebrow_TypeA_Bushy>>	
+					<<include Art_Vector_Eyebrow_TypeA_Bushy>>
 				<</if>>
 			<</if>>
 			<<if _artSlave.faceShape == "masculine">>
@@ -1172,48 +1172,48 @@
 					<<include Art_Vector_Eyebrow_TypeC_Pencilthin>>
 				<</if>>
 				<<if _artSlave.eyebrowFullness == "thin">>
-					<<include Art_Vector_Eyebrow_TypeC_Thin>>	
+					<<include Art_Vector_Eyebrow_TypeC_Thin>>
 				<</if>>
 				<<if _artSlave.eyebrowFullness == "threaded">>
-					<<include Art_Vector_Eyebrow_TypeC_Threaded>>	
+					<<include Art_Vector_Eyebrow_TypeC_Threaded>>
 				<</if>>
 				<<if _artSlave.eyebrowFullness == "natural">>
-					<<include Art_Vector_Eyebrow_TypeC_Natural>>	
+					<<include Art_Vector_Eyebrow_TypeC_Natural>>
 				<</if>>
 				<<if _artSlave.eyebrowFullness == "tapered">>
-					<<include Art_Vector_Eyebrow_TypeC_Tapered>>	
+					<<include Art_Vector_Eyebrow_TypeC_Tapered>>
 				<</if>>
 				<<if _artSlave.eyebrowFullness == "thick">>
-					<<include Art_Vector_Eyebrow_TypeC_Thick>>	
+					<<include Art_Vector_Eyebrow_TypeC_Thick>>
 				<</if>>
 				<<if _artSlave.eyebrowFullness == "bushy">>
-					<<include Art_Vector_Eyebrow_TypeC_Bushy>>	
+					<<include Art_Vector_Eyebrow_TypeC_Bushy>>
 				<</if>>
 			<</if>>
 			<<if _artSlave.faceShape == "androgynous">>
 				<<include Art_Vector_Eyes_TypeC>>
 				<<include Art_Vector_Mouth_TypeB>>
-				<<include Art_Vector_Nose_TypeD>>	
+				<<include Art_Vector_Nose_TypeD>>
 				<<if _artSlave.eyebrowFullness == "pencil-thin">>
 					<<include Art_Vector_Eyebrow_TypeF_Pencilthin>>
 				<</if>>
 				<<if _artSlave.eyebrowFullness == "thin">>
-					<<include Art_Vector_Eyebrow_TypeF_Thin>>	
+					<<include Art_Vector_Eyebrow_TypeF_Thin>>
 				<</if>>
 				<<if _artSlave.eyebrowFullness == "threaded">>
-					<<include Art_Vector_Eyebrow_TypeF_Threaded>>	
+					<<include Art_Vector_Eyebrow_TypeF_Threaded>>
 				<</if>>
 				<<if _artSlave.eyebrowFullness == "natural">>
-					<<include Art_Vector_Eyebrow_TypeF_Natural>>	
+					<<include Art_Vector_Eyebrow_TypeF_Natural>>
 				<</if>>
 				<<if _artSlave.eyebrowFullness == "tapered">>
-					<<include Art_Vector_Eyebrow_TypeF_Tapered>>	
+					<<include Art_Vector_Eyebrow_TypeF_Tapered>>
 				<</if>>
 				<<if _artSlave.eyebrowFullness == "thick">>
-					<<include Art_Vector_Eyebrow_TypeF_Thick>>	
+					<<include Art_Vector_Eyebrow_TypeF_Thick>>
 				<</if>>
 				<<if _artSlave.eyebrowFullness == "bushy">>
-					<<include Art_Vector_Eyebrow_TypeF_Bushy>>	
+					<<include Art_Vector_Eyebrow_TypeF_Bushy>>
 				<</if>>
 			<</if>>
 			<<if _artSlave.faceShape == "cute">>
@@ -1224,22 +1224,22 @@
 					<<include Art_Vector_Eyebrow_TypeD_Pencilthin>>
 				<</if>>
 				<<if _artSlave.eyebrowFullness == "thin">>
-					<<include Art_Vector_Eyebrow_TypeD_Thin>>	
+					<<include Art_Vector_Eyebrow_TypeD_Thin>>
 				<</if>>
 				<<if _artSlave.eyebrowFullness == "threaded">>
-					<<include Art_Vector_Eyebrow_TypeD_Threaded>>	
+					<<include Art_Vector_Eyebrow_TypeD_Threaded>>
 				<</if>>
 				<<if _artSlave.eyebrowFullness == "natural">>
-					<<include Art_Vector_Eyebrow_TypeD_Natural>>	
+					<<include Art_Vector_Eyebrow_TypeD_Natural>>
 				<</if>>
 				<<if _artSlave.eyebrowFullness == "tapered">>
-					<<include Art_Vector_Eyebrow_TypeD_Tapered>>	
+					<<include Art_Vector_Eyebrow_TypeD_Tapered>>
 				<</if>>
 				<<if _artSlave.eyebrowFullness == "thick">>
-					<<include Art_Vector_Eyebrow_TypeD_Thick>>	
+					<<include Art_Vector_Eyebrow_TypeD_Thick>>
 				<</if>>
 				<<if _artSlave.eyebrowFullness == "bushy">>
-					<<include Art_Vector_Eyebrow_TypeD_Bushy>>	
+					<<include Art_Vector_Eyebrow_TypeD_Bushy>>
 				<</if>>
 			<</if>>
 			<<if _artSlave.faceShape == "sensual">>
@@ -1250,22 +1250,22 @@
 					<<include Art_Vector_Eyebrow_TypeD_Pencilthin>>
 				<</if>>
 				<<if _artSlave.eyebrowFullness == "thin">>
-					<<include Art_Vector_Eyebrow_TypeD_Thin>>	
+					<<include Art_Vector_Eyebrow_TypeD_Thin>>
 				<</if>>
 				<<if _artSlave.eyebrowFullness == "threaded">>
-					<<include Art_Vector_Eyebrow_TypeD_Threaded>>	
+					<<include Art_Vector_Eyebrow_TypeD_Threaded>>
 				<</if>>
 				<<if _artSlave.eyebrowFullness == "natural">>
-					<<include Art_Vector_Eyebrow_TypeD_Natural>>	
+					<<include Art_Vector_Eyebrow_TypeD_Natural>>
 				<</if>>
 				<<if _artSlave.eyebrowFullness == "tapered">>
-					<<include Art_Vector_Eyebrow_TypeD_Tapered>>	
+					<<include Art_Vector_Eyebrow_TypeD_Tapered>>
 				<</if>>
 				<<if _artSlave.eyebrowFullness == "thick">>
-					<<include Art_Vector_Eyebrow_TypeD_Thick>>	
+					<<include Art_Vector_Eyebrow_TypeD_Thick>>
 				<</if>>
 				<<if _artSlave.eyebrowFullness == "bushy">>
-					<<include Art_Vector_Eyebrow_TypeD_Bushy>>	
+					<<include Art_Vector_Eyebrow_TypeD_Bushy>>
 				<</if>>
 			<</if>>
 			<<if _artSlave.faceShape == "exotic">>
@@ -1276,24 +1276,24 @@
 					<<include Art_Vector_Eyebrow_TypeC_Pencilthin>>
 				<</if>>
 				<<if _artSlave.eyebrowFullness == "thin">>
-					<<include Art_Vector_Eyebrow_TypeC_Thin>>	
+					<<include Art_Vector_Eyebrow_TypeC_Thin>>
 				<</if>>
 				<<if _artSlave.eyebrowFullness == "threaded">>
-					<<include Art_Vector_Eyebrow_TypeC_Threaded>>	
+					<<include Art_Vector_Eyebrow_TypeC_Threaded>>
 				<</if>>
 				<<if _artSlave.eyebrowFullness == "natural">>
-					<<include Art_Vector_Eyebrow_TypeC_Natural>>	
+					<<include Art_Vector_Eyebrow_TypeC_Natural>>
 				<</if>>
 				<<if _artSlave.eyebrowFullness == "tapered">>
-					<<include Art_Vector_Eyebrow_TypeC_Tapered>>	
+					<<include Art_Vector_Eyebrow_TypeC_Tapered>>
 				<</if>>
 				<<if _artSlave.eyebrowFullness == "thick">>
-					<<include Art_Vector_Eyebrow_TypeC_Thick>>	
+					<<include Art_Vector_Eyebrow_TypeC_Thick>>
 				<</if>>
 				<<if _artSlave.eyebrowFullness == "bushy">>
-					<<include Art_Vector_Eyebrow_TypeC_Bushy>>	
+					<<include Art_Vector_Eyebrow_TypeC_Bushy>>
 				<</if>>
-			<</if>>	
+			<</if>>
 		<</if>>
 	<</if>>
 	<</if>>
diff --git a/src/art/vector/Pubic_Hair.tw b/src/art/vector/Pubic_Hair.tw
index 3b136fa830a..a0861da1d30 100644
--- a/src/art/vector/Pubic_Hair.tw
+++ b/src/art/vector/Pubic_Hair.tw
@@ -26,31 +26,31 @@
 	<<if _artSlave.pubicHStyle == "strip" || _artSlave.pubicHStyle == "in a strip">>
 		<<if _torsoSize == "Obese" || _torsoSize == "Fat">>
 			<<include Art_Vector_Pubic_Hair_StripFat >>
-		<<elseif _torsoSize == "Chubby" || _torsoSize == "Normal" || _torsoSize == "Unnatural" || _torsoSize == "Hourglass" >>	
+		<<elseif _torsoSize == "Chubby" || _torsoSize == "Normal" || _torsoSize == "Unnatural" || _torsoSize == "Hourglass" >>
 			<<include Art_Vector_Pubic_Hair_Strip >>
 		<</if>>
 	<<elseif _artSlave.pubicHStyle == "bush" || _artSlave.pubicHStyle == "bushy in the front and neat in the rear">>
 		<<if _torsoSize == "Obese" || _torsoSize == "Fat">>
 			<<include Art_Vector_Pubic_Hair_BushFat >>
-		<<elseif _torsoSize == "Chubby" || _torsoSize == "Normal" || _torsoSize == "Unnatural" || _torsoSize == "Hourglass" >>	
+		<<elseif _torsoSize == "Chubby" || _torsoSize == "Normal" || _torsoSize == "Unnatural" || _torsoSize == "Hourglass" >>
 			<<include Art_Vector_Pubic_Hair_Bush >>
 		<</if>>
 	<<elseif _artSlave.pubicHStyle == "neat">>
 		<<if _torsoSize == "Obese" || _torsoSize == "Fat">>
 			<<include Art_Vector_Pubic_Hair_NeatFat >>
-		<<elseif _torsoSize == "Chubby" || _torsoSize == "Normal" || _torsoSize == "Unnatural" || _torsoSize == "Hourglass" >>	
+		<<elseif _torsoSize == "Chubby" || _torsoSize == "Normal" || _torsoSize == "Unnatural" || _torsoSize == "Hourglass" >>
 			<<include Art_Vector_Pubic_Hair_Neat >>
 		<</if>>
 	<<elseif _artSlave.pubicHStyle =="bushy">>
 		<<if _torsoSize == "Obese" || _torsoSize == "Fat">>
 			<<include Art_Vector_Pubic_Hair_BushyFat >>
-		<<elseif _torsoSize == "Chubby" || _torsoSize == "Normal" || _torsoSize == "Unnatural" || _torsoSize == "Hourglass" >>	
+		<<elseif _torsoSize == "Chubby" || _torsoSize == "Normal" || _torsoSize == "Unnatural" || _torsoSize == "Hourglass" >>
 			<<include Art_Vector_Pubic_Hair_Bushy >>
 		<</if>>
 	<<elseif _artSlave.pubicHStyle =="very bushy">>
 		<<if _torsoSize == "Obese" || _torsoSize == "Fat">>
 			<<include Art_Vector_Pubic_Hair_Very_BushyFat >>
-		<<elseif _torsoSize == "Chubby" || _torsoSize == "Normal" || _torsoSize == "Unnatural" || _torsoSize == "Hourglass" >>	
+		<<elseif _torsoSize == "Chubby" || _torsoSize == "Normal" || _torsoSize == "Unnatural" || _torsoSize == "Hourglass" >>
 			<<include Art_Vector_Pubic_Hair_Very_Bushy >>
 		<</if>>
 	<<elseif _artSlave.pubicHStyle =="waxed">>
diff --git a/src/art/vector/Torso.tw b/src/art/vector/Torso.tw
index 803da954147..4dac0837155 100644
--- a/src/art/vector/Torso.tw
+++ b/src/art/vector/Torso.tw
@@ -6,8 +6,8 @@
 
 <<if _artSlave.waist >= 96 && _artSlave.waist > -96>>
 	<<if _artSlave.weight >= 96>>
-		<<set _torsoSize = "Obese">>	
-	<<elseif _artSlave.weight < 96 && _artSlave.weight >= 11>>	
+		<<set _torsoSize = "Obese">>
+	<<elseif _artSlave.weight < 96 && _artSlave.weight >= 11>>
 		<<set _torsoSize = "Fat">>
 	<<elseif _artSlave.weight < 11 && _artSlave.weight > -31>>
 		<<set _torsoSize = "Chubby">>
@@ -16,10 +16,10 @@
 	<</if>>
 <<elseif _artSlave.waist < 96 && _artSlave.waist >= 41>>
 	<<if _artSlave.weight >= 131>>
-		<<set _torsoSize = "Obese">>	
-	<<elseif _artSlave.weight < 131 && _artSlave.weight >= 31>>	
-		<<set _torsoSize = "Fat">>	
-	<<elseif _artSlave.weight < 31 && _artSlave.weight >= 0>>	
+		<<set _torsoSize = "Obese">>
+	<<elseif _artSlave.weight < 131 && _artSlave.weight >= 31>>
+		<<set _torsoSize = "Fat">>
+	<<elseif _artSlave.weight < 31 && _artSlave.weight >= 0>>
 		<<set _torsoSize = "Chubby">>
 	<<elseif _artSlave.weight < 0 && _artSlave.weight > -96>>
 		<<set _torsoSize = "Normal">>
@@ -28,10 +28,10 @@
 	<</if>>
 <<elseif _artSlave.waist < 41 && _artSlave.waist >= 11>>
 	<<if _artSlave.weight >= 161>>
-		<<set _torsoSize = "Obese">>	
-	<<elseif _artSlave.weight < 161 && _artSlave.weight >= 96>>	
-		<<set _torsoSize = "Fat">>	
-	<<elseif _artSlave.weight < 96 && _artSlave.weight >= 11>>	
+		<<set _torsoSize = "Obese">>
+	<<elseif _artSlave.weight < 161 && _artSlave.weight >= 96>>
+		<<set _torsoSize = "Fat">>
+	<<elseif _artSlave.weight < 96 && _artSlave.weight >= 11>>
 		<<set _torsoSize = "Chubby">>
 	<<elseif _artSlave.weight < 11 && _artSlave.weight > -31>>
 		<<set _torsoSize = "Normal">>
@@ -40,10 +40,10 @@
 	<</if>>
 <<elseif _artSlave.waist < 11 && _artSlave.waist > -11>>
 	<<if _artSlave.weight >= 191>>
-		<<set _torsoSize = "Obese">>	
-	<<elseif _artSlave.weight < 191 && _artSlave.weight >= 131>>	
-		<<set _torsoSize = "Fat">>	
-	<<elseif _artSlave.weight < 131 && _artSlave.weight >= 31>>	
+		<<set _torsoSize = "Obese">>
+	<<elseif _artSlave.weight < 191 && _artSlave.weight >= 131>>
+		<<set _torsoSize = "Fat">>
+	<<elseif _artSlave.weight < 131 && _artSlave.weight >= 31>>
 		<<set _torsoSize = "Chubby">>
 	<<elseif _artSlave.weight < 31 && _artSlave.weight >= 0>>
 		<<set _torsoSize = "Normal">>
@@ -54,8 +54,8 @@
 	<</if>>
 <<elseif _artSlave.waist <= -11 && _artSlave.waist > -41>>
 	<<if _artSlave.weight >= 161>>
-		<<set _torsoSize = "Fat">>	
-	<<elseif _artSlave.weight < 161 && _artSlave.weight >= 96>>	
+		<<set _torsoSize = "Fat">>
+	<<elseif _artSlave.weight < 161 && _artSlave.weight >= 96>>
 		<<set _torsoSize = "Chubby">>
 	<<elseif _artSlave.weight < 96 && _artSlave.weight >= 11>>
 		<<set _torsoSize = "Normal">>
@@ -66,8 +66,8 @@
 	<</if>>
 <<elseif _artSlave.waist <= -41 && _artSlave.waist > -96>>
 	<<if _artSlave.weight >= 191>>
-		<<set _torsoSize = "Fat">>	
-	<<elseif _artSlave.weight < 191 && _artSlave.weight >= 131>>	
+		<<set _torsoSize = "Fat">>
+	<<elseif _artSlave.weight < 191 && _artSlave.weight >= 131>>
 		<<set _torsoSize = "Chubby">>
 	<<elseif _artSlave.weight < 131 && _artSlave.weight >= 31>>
 		<<set _torsoSize = "Normal">>
-- 
GitLab