/* BODY AND TABLE */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #163957;
	overflow:auto;
	}

table {
font-size : 12px;
  	font-family : verdana, arial, helvetica, geneva;
  	font-weight : normal;
  	font-style : normal;
  	color : #000000;
	text-align : justify;
   }

/* HTML LINKS */


 A  {
  	font-size : 12px;
  	font-family : verdana, arial, helvetica, geneva;
  	font-weight : bold;
  	font-style : normal;
  	color : #015E8F;
	text-decoration : none;
  }
  
      
  A:Visited  {
  	font-size : 12px;
  	font-family : verdana, arial, helvetica, geneva;
  	font-weight : bold;
  	font-style : normal;
  	color : #015E8F;
	text-decoration : none;
  }
  
    
  A:Active  {
  	font-size : 12px;
  	font-family : verdana, arial, helvetica, geneva;
 	font-weight : bold;
  	font-style : normal;
  	color : #015E8F;
	text-decoration : underline;
  }
  
  
  A:Hover  {
  	font-size : 12px;
  	font-family : verdana, arial, helvetica, geneva;
  	font-weight : bold;
  	font-style : normal;
  	color : #015E8F;
  	text-decoration : underline;
  }
  
/* CONTENT */
  
  .text {
  	font-size : 12px;
  	font-family : verdana, arial, helvetica, geneva;
  	font-weight : normal;
  	font-style : normal;
	text-align : justify;
  	color : #000000;
  }
  
	.page_header {
  	font-size : 17px;
  	font-family : verdana, arial, helvetica, geneva;
  	font-weight : bold;
  	font-style : normal;
	text-align : left;
	line-height : 17px;
  	color : #FFFFFF;
  }
  
/* CONTENT HEADERS COLOUR */

  .header_about {
  	font-size : 14px;
  	font-family : verdana, arial, helvetica, geneva;
  	font-weight : bold;
  	font-style : normal;
	text-align : left;
  	color : #017CBF;
	height: 14px;
  }

  .header_recruitment {
  	font-size : 14px;
  	font-family : verdana, arial, helvetica, geneva;
  	font-weight : bold;
  	font-style : normal;
	text-align : left;
  	color : #38BE95;
	height: 14px;
  }
  
   .header_immigration {
  	font-size : 14px;
  	font-family : verdana, arial, helvetica, geneva;
  	font-weight : bold;
  	font-style : normal;
	text-align : left;
  	color : #E56709;
	height: 14px;
  }
  
   .header_training {
  	font-size : 14px;
  	font-family : verdana, arial, helvetica, geneva;
  	font-weight : bold;
  	font-style : normal;
	text-align : left;
  	color : #7903EF;
	height: 14px;
  }
  
   .header_indigenous {
  	font-size : 14px;
  	font-family : verdana, arial, helvetica, geneva;
  	font-weight : bold;
  	font-style : normal;
	text-align : left;
  	color : #90483C;
	height: 14px;
  }
  
   .header_hr {
  	font-size : 14px;
  	font-family : verdana, arial, helvetica, geneva;
  	font-weight : bold;
  	font-style : normal;
	text-align : left;
  	color : #04A3CB;
	height: 14px;
  }
  
   .header_ir {
  	font-size : 14px;
  	font-family : verdana, arial, helvetica, geneva;
  	font-weight : bold;
  	font-style : normal;
	text-align : left;
  	color : #009999;
	height: 14px;
  }
  
     .header_sm {
  	font-size : 14px;
  	font-family : verdana, arial, helvetica, geneva;
  	font-weight : bold;
  	font-style : normal;
	text-align : left;
  	color : #A3371A;
	height: 14px;
  }
  
  /* MISC */
  
    .footer {
  	font-size : 12px;
  	font-family : verdana, arial, helvetica, geneva;
  	font-weight : normal;
  	font-style : normal;
	text-align : center;
  	color : #948974;
  }
  
   .table_headers {
	font-size : 12px;
	font-family: verdana, arial, helvetica, geneva;
	font-weight: bold;
	font-style: normal;
	color: #FFFFFF;
	padding-left: 10px;
	height: 17px;
}

   .table_text_white {
	font-size : 12px;
	font-family: verdana, arial, helvetica, geneva;
	font-weight: bold;
	font-style: normal;
	color: #FFFFFF;
	padding-left: 10px;
	height: 11px;
}
   
   li {
	padding-bottom: 4px;
	padding-top: 4px;
	}

  ul {
  list-style-type: disc;
	}
	
/* strong {
  	font-weight : bold;
	color : #027DBF;
	} */	

/* FORM ELEMENTS */

  .form_field {
	width : 220px;
	height : 20px;
	color : #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	background-color: #C6DDF0;
	padding: 2px;
	border: 1px solid #163957;
  }
  
    .form_field_textbox {
	width : 100%;
	height : 80px;
	color : #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	background-color: #C6DDF0;
	padding: 2px;
	border: 1px solid #163957;
  }
  
  .form_submit {
	width: 60px;
	height: 20px;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	background-color: #C6DDF0;
	padding: 2px;
	border: 1px solid #163957;
}

/* CORNERS */

.ContentBox {
    margin: 0 auto;
    background-color: #017CBF;
	}
	
.ContentBox_about {
	margin: 0 auto;
	background-color: #017CBF;

	}

.ContentBox_rec {
    margin: 0 auto;
    background-color: #38BE95;
	}
	
.ContentBox_imm {
    margin: 0 auto;
    background-color: #E56709;
	}
	
.ContentBox_train {
    margin: 0 auto;
    background-color: #7903EF;
	}
	
.ContentBox_indig {
    margin: 0 auto;
    background-color: #90483C;
	}
	
.ContentBox_hr {
    margin: 0 auto;
    background-color: #04A3CB;
	}
	
.ContentBox_ir {
    margin: 0 auto;
    background-color: #009999;
	}
	
.ContentBox_sm {
    margin: 0 auto;
    background-color: #A3371A;
	}
	

/* COLOR TABLES */

   .td_light {
   background-color : #C6DDF0;
   }
   
      .td_dark {
   background-color : #B1D1EB;
   }
   
   .td_bg_lines  {
   background-color : #FFFFFF;
   }
