/* This is a comment */

/* Body properties with page background colour, padding, font colour and size, margins for all sides */

body
{
	background-color:#F0F0F0;
	padding:0;
	font-family:Arial;
	font-size:10px;
	color:#707070;
	scrollbar-highlight-color: #FFFFFF; 
	scrollbar-shadow-color: #FF9933; 
	scrollbar-3dlight-color: #FF9933;
    scrollbar-darkshadow-color: #F0EDEE;
	margin-left: 0px;
	margin-right: 10px;
	margin-top: 0px;
	margin-bottom: 10px;
}



/* Headings h1 to h6 font size and family */

h1
{
    font-size: 16pt;
    font-family: Arial;
}

h2
{
    font-size: 12pt;
    font-family: Arial;
}

h3
{
    font-size: 10pt;
    font-family: Arial;
    font-weight: bold;
    text-align: Justify;
    margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}

h4
{
    font-size: 9pt;
    color:#707070;
    font-family: Arial;
    font-weight: bold;
    text-align: Justify;
    margin-left: 0px;
	margin-right: 0px;
	margin-top: 12px;
	margin-bottom: 12px;
}

h5
{
    font-size: 8pt;
    font-family: Arial;    
}

h6
{
    font-size: 9pt;
    color:#000000;
    font-family: Arial;
    font-weight: normal;
}



/* Classes to change font colour and weight to go with h1 to h6, also alters margins for all sides */

.boldblue
{
	font-weight: bold; 
	color: #0033CC;
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.normblue
{
	font-family: Arial;
	font-weight: normal; 
	color: #0033CC;
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.boldred
{
	font-weight: bold; 
	color: #FF3300;
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.normred
{
	font-family: Arial;
	font-weight: normal; 
	color: #FF3300;
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.boldblack
{
	font-weight: bold; 
	color: #000000;
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.normblack
{
	font-family: Arial;
	font-weight: normal; 
	color: #000000;
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.boldgrey
{
	font-weight: bold; 
	color: #999999;
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.normgrey
{
	font-family: Arial;
	font-weight: normal; 
	color: #999999;
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
}


/* Classes to change background colour */


.bg-1{background-color:#000000;}
.bg-2{background-color:#DADADA;}
.bg-3{background-color:#999999;}
.bg-4{background-color:#E7E8E9;}
.bg-5{background-color:#F1F1F2;}
.bg-6{background-color:#C6CCD1;}
.bg-7{background-color:#415B71;}

a.one:link 
{ 
	font: normal 9pt arial;
	font-weight: bold; 
	text-decoration: none; 
	color: #000000;
}

a.one:visited
{ 
	font: normal 9pt arial;
	font-weight: bold; 
	text-decoration: none; 
	color: #000000;
}

a.one:hover, a.one:active
{ 
	font: normal 9pt arial;
	font-weight: bold; 
	text-decoration: none; 
	color: #FF9933;
}

	
a.two:link
{ 
	font: normal 8pt arial; 
	text-decoration: none; 
	color: #999999;
}

a.two:visited
{ 
	font: normal 8pt arial; 
	text-decoration: none; 
	color: #999999;
}

a.two:hover, a:active
{ 
	font: normal 8pt arial; 
	text-decoration: none; 
	color: #999999;
}



td
{
	font-size: 10px;
	color: #666666;
	
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; 
	
}