/* 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 : #5E02B9;
	text-decoration : none;
  }
  
      
  A:Visited  {
  	font-size : 12px;
  	font-family : verdana, arial, helvetica, geneva;
  	font-weight : bold;
  	font-style : normal;
  	color : #5E02B9;
	text-decoration : none;
  }
  
    
  A:Active  {
  	font-size : 12px;
  	font-family : verdana, arial, helvetica, geneva;
 	font-weight : bold;
  	font-style : normal;
  	color : #5E02B9;
	text-decoration : underline;
  }
  
  
  A:Hover  {
  	font-size : 12px;
  	font-family : verdana, arial, helvetica, geneva;
  	font-weight : bold;
  	font-style : normal;
  	color : #5E02B9;
  	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_training {
  	font-size : 14px;
  	font-family : verdana, arial, helvetica, geneva;
  	font-weight : bold;
  	font-style : normal;
	text-align : left;
  	color : #7903EF;
	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: 18px;
}

  .enrol_button {
	width: 170px;
	height: 18px;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	background-color: #6902d0;
	border: 1px dashed Red;
	padding-left: 10px;
	padding-bottom: 20px;
}
   
   li {
	padding-bottom: 4px;
	padding-top: 4px;
	}

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

/* FORM ELEMENTS */

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

/* CORNERS */

.ContentBox
{
    margin: 0 auto;
    background-color: #6902d0;

}

/* COLOR TABLES */

   .td_light {
   background-color : #e7dcf3;
   }
   
   .td_dark {
   background-color : #d7b2fc;
   }

   .td_bg_lines  {
   background-color : #FFFFFF;
   }