/* Heading styles */
h1 	{
	color: #62BD19;
	text-decoration: none;
	font-weight: normal;
	font-size: 1.2em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}

h3 	{
	color: #001751;
	text-decoration: none;
	font-weight: bold;
	font-size: 1.2em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}


h4 	{
	color: #FFFFFF;	text-decoration: none;
	font-weight: bold;
	font-size: 1.2em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}
	
h6 	{
	color: #001751;
	text-decoration: none;
	font-weight: normal;
	font-size: 0.8em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}
	

/* TABLE PROPERTIES */
table{	
	padding:0;
	border-collapse:collapse; /* Used for cell spacing */
	
	}

/* Table cell  puts a bottom line border only */

table {
	margin-left: auto;
	margin-right: auto;	
	padding:0;
	border-collapse:collapse; /* Used for cell spacing */
	}
	

td.tablestyle1 {
	border: solid #001751;
	border-width: 1px 0px;
	background-color:#e8e8e8;
	font-weight:bold;
	}
	
td.tablestyle2 {
	border: solid #001751;
	border-width: 0px 0px 1px 0px;
	padding: 10px 10px 10px 0px;
	vertical-align: top;
	}

td.tablestyle3 {
	font-weight:bold;
	padding: 10px
	}
	
table.tablestyle4 {
	 border: solid #8A8989;
	 border-width: 2px;
	 }         
	
td.tablestyle5 {
	vertical-align: top;
	padding: 5px;
	}
/* table for awarding bodies */
table.awarding {
border-collapse: collapse;
border: 1px solid #001751;
}
	
td.awarding {
	padding: 5px;
	text-align:center;
	border: 1px solid #001751;
	}	
	

/* LINKS ON THE PAGE */	
A  {
	color : #001751;
	text-decoration : underline;
	cursor:pointer;	
}

A:Hover  {
	color: #8A8989;
	text-decoration : none;
	cursor:pointer;
}

A:Visited  {
	color : #8A8989;
	text-decoration : underline;
	cursor:pointer;

}

A:Active  {
	color : #001751;
	text-decoration : underline;
	cursor:pointer;
	}

	
h5 {
	margin: 0px;
	padding:0px;
	}
	
/* CSS Styles for Forms */
input {
	background-color: #e8e8e8;
	color: #001751;
	border: 1px solid #666666;
	}
	
textarea {
	background-color: #e8e8e8;
	color: #001751;
	border: 1px solid #666666;
	}	
	

	