/* Global Styles */

body {
	margin:0px;
	background-color: #ffffff;
	}
	
td {
	font:11px Arial, Helvetica, sans-serif;
	color:#000000;
	}
	
a {
	color: #000000;
	}
	
a:hover {
	color: #993300;
	}
	
a:link    {
  /* Applies to all unvisited links */
  text-decoration:  none;
  }
   
a:visited {
  /* Applies to all visited links */
  text-decoration:  none;
  } 

/* ID Styles */

	
/* Class Styles */
	
.bodyTextLarge {
	font:28px Arial, Helvetica, sans-serif;
	color:#222222;
	line-height:30px;
	margin-top:0px;
	font-weight: normal;
	text-align: justify;
	}
	
.bodyText {
	font:18px Arial, Helvetica, sans-serif;
	color:#333333;
	line-height:20px;
	margin-top:0px;
	font-weight: normal;
	text-align: centre;
	}

.bodyTextLinks {
	font:18px Arial, Helvetica, sans-serif;
	color:#333333;
	line-height:20px;
	margin-top:0px;
	text-decoration: none
	}
	
.bodyTextLinks:hover { 
	font:18px Arial, Helvetica, sans-serif;
	color:#52c0ec;
	line-height:20px;
	margin-top:0px;
	text-decoration: none
	}

