body {font-family:Arial, helvetica, sans-serif; margin: 0px 0px 0px 0px; background-color:#000000;}

textarea, input {font-family:Arial, helvetica, sans-serif;}

p, ul, ol, input, textarea, select
{
	font-size: 11px;
}

.smaller {font-size: 10px;}

.bigger {font-size: 12px;}

h1 {font-size: 16px;}
h2  {font-size: 14px;}
h3 {font-size: 12px;}

/************** general styles ************************************************************************************************************************/

p {color: #ffffff; line-height:125%; margin-top: 0px; margin-bottom: 10px}

ul, ol
{
	margin-left: 2em;
	padding-left: 0em;
	list-style-type: square;
	color: #ffffff;
	line-height:125%;
	margin-top: 0px;
	margin-bottom: 7px;
}

ol{list-style-type: decimal;}

p a:link, ul a:link {COLOR: #ffffff; text-decoration: underline}
p a:visited, ul a:visited {COLOR: #ffffff; text-decoration: underline}
p a:active, ul a:active {COLOR: #ffffff; text-decoration: none}
p a:hover, ul a:hover {COLOR: #ffffff; text-decoration: none}

p.alt a:link {COLOR: #ffffff; text-decoration: none}
p.alt a:visited {COLOR: #ffffff; text-decoration: none}
p.alt a:active {COLOR: #ffffff; text-decoration: underline}
p.alt a:hover {COLOR: #ffffff; text-decoration: underline}

h1 {color: #ffffff; font-weight: bold; margin-top: 0px; margin-bottom: 10px; line-height:110%}
h2 {color: #ffffff; font-weight: bold; margin-top: 0px; margin-bottom: 7px; line-height:110%}
h3 {color: #ffffff; font-weight: bold; margin-top: 0px; margin-bottom: 0px; line-height:110%}

hr {height:1px; width: 100%;color: #ffffff; background-color: #ffffff; border:0; margin-top: 0px; margin-bottom: 10px}

.corporateColour {color: #E5503C;}
.nomargin {margin-bottom: 0px}

/************** base cell styles ************************************************************************************************************************/

.cellBottomCentre
{
	/* padding-top: 15px; */
	background-image: url(../images/spacers_etc/bottom_shape_left.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
}

.cellTopCentre
{
	/* padding-bottom: 15px; */
}

.cellBottomRight
{
	background-image: url(../images/spacers_etc/bottom_shape_right.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
}

/************** image table cell styles ************************************************************************************************************************/

.imageTableCentre, .imageTableCentreBottom {padding-left: 16px; padding-right: 16px;}
.imageTableCentre, .imageTableLeftRight {padding-bottom: 16px}


/************************************************ DIV STYLES */

td.navigationcell
{
	padding: 0px 15px 0px 0px;
}

td.centrecontent
{
	/* padding: 0px 15px 0px 15px; */
	border-left: 1px solid #aaaaaa;
}

div.centrecontentscroll
{
	margin: 0px 15px 0px 15px;
	padding-top: 1px; 
	overflow: auto;
	height: 289px;
	width: 290px;
	/* padding added to stop 'w' characters being cropped on the left of a row */
	padding-left: 1px;
	
	
	/* NEED TO CHECK THESE STYLES */
	/* APPLY TO scroll BARS ON NAVIGATION */
	
	scrollbar-face-color: #EBEBEB;
	scrollbar-shadow-color: #86858B;
	scrollbar-highlight-color:#fff;
	scrollbar-3dlight-color: #ccc;
	scrollbar-darkshadow-color: #ccc;
	scrollbar-track-color: #fff;
	scrollbar-arrow-color: #000;
	scrollbar-base-color: #ccc;
}

form {margin-bottom: 0px;}



