	
	
	
/* Zero default margin & padding around common elements */
body, dd, dl, dt, form, h1, h2, h3, h4, h5, h6, li, ol, p, ul
{
	margin: 0;
	border: 0 none transparent;
	padding: 0;
}

#Shutdown
{
	text-align: center;
}

.HiddenHeading
{
/* 		
	position: absolute;
	left: -999em;
*/
  position: absolute !important;
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;

}

.Shadow
{
	box-shadow: 6px 6px 9px #666; 
	-moz-box-shadow: 6px 6px 9px #666;  /* for moz browsers	*/
	-webkit-box-shadow: 6px 6px 9px #666; /* for Safari and chrome	*/ 
	filter: progid:DXImageTransform.Microsoft.Shadow(color=#333333,direction=135);	/* for IE	*/
}

.NoClass
{
/*	Default Class - no properties need assigning for this class	*/
}

.Bold
{
	font-weight: bold;
}

.Italic
{
	font-style: italic;
}

.Strike
{
	text-decoration: line-through;
}

.Underline
{
	text-decoration: underline;
}

.AlignLeft
{
	text-align: left;
}

.AlignRight
{
	text-align: right;
}

.AlignCentre
{
	text-align: center;
}

.AlignJustify
{
	text-align: justify;
}

.CaptchaInput
{
	text-transform: uppercase;
}


	/*---------------------------------------------------------------------------------------------*\
	|				    IMAGES							   |
	\*----------------------------------------------------------------------------------------------*/

img
{
	border: none;				
}
	

.NavIcon	
{
	width: 52px;
	height: 48px; 
	border: none;				
}

.Thumbnail	
{
	height: 64px; 
	border: none;				
}

.TinyThumb
{
	height: 40px; 
	border: none;				
}


/******** Site specific **********/


.Table
{
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
}

table.Table
{
	width: 660px;
}

.Table td
,.Table th
{
	text-align: center;
	vertical-align:top;
	padding: 10px 10px ;
	
}

