body {  font-family: Arial, Helvetica, sans-serif; 
	font-size: small; 
		color: #000000; 
		background-color: #ffffff; 
		line-height: 150%; 
}


.bold {  font-weight: bold}
.centre {  text-align: center}
.indent {  text-indent: 20%}
.right {  text-align: right}
.align-left {text-align: left;}
.small {  font-size: x-small}
.sup {  vertical-align: super}
.float-left {
	margin: 5px;
	padding: 5px;
	float: left;
}
.float-right {
	margin: 2px;
	padding: 2px;
	float: right;
}

a { color: #0000FF; text-decoration: none}


/* Note that fimages cannot be fixed so there is an automatic numbering */


.figure {
	padding: 5px;
    text-align: center;
	counter-increment: figure;
}
.table {
	padding: 5px;
    text-align: center;
	counter-increment: table;
	}
	

caption {
	font-size: small;
	visibility: visible;
	caption-side: bottom;
}


caption:before {
   content: "Table" counter(table) ": " ;
   } 
   

.white-backgd {  background-color: #FFFFFF; color: #000000}
.aa-highlight {
	background-color: #FFCC66;
}


.border_centre { font-family: "Courier New", Courier, mono; text-indent: 12em; border: 3px #3366FF; color: #000000; background-color: #ffffff ; text-align: center}


code {  font-family: "Courier New", Courier, mono; color: #000000; background-color: #FFFFFF; text-indent: 20%; padding-top: 4px; padding-right: 4px; padding-bottom: 4px; padding-left: 4px}


.clear {	clear: both;  }	

/* Use this only for printing a complete thesis - it messes up each time it restarts a print otherwise 
h1:before {
    content: "Chapter " counter(chapter) ": ";
    counter-increment: chapter;  
}*/

h2:before {
    content: counter(chapter) "." counter(section) " ";
	list-style-type: decimal;
	counter-reset: subsection;
}
h3:before {
    content: counter(chapter) "." counter(section) "." counter(subsection) " ";
	list-style-type: decimal;
}
.left-indent {
	text-align: left;
	text-indent: 20%;
}

.scenario-box {
	padding: 3%;
	border: 1px solid;
	margin-left: 5%;
	margin-right: 3%;
}
h2#realStart {
	counter-reset: page;
	content: counter(page,roman);
}
a#thesisStart{
	counter-reset: page;
	content: counter(page,arabic);
}
.thesistitle {
	font-size: large;
	line-height: 200%;
	text-align: center;
	padding-top: 3cm;
	padding-bottom: 2cm;
	font-size: xx-large;
}
.chapterHeading {
	text-align: center;
	padding-top: 2cm;
	padding-bottom: 1cm;
	color: #339900;
	counter-increment: chapter;
	counter-reset: section;
}
/*Note that the figure and table counters need to be set to whatever is the right starting number */

.sectiontitle {
	
	color: #3300FF;
	counter-increment: section;
	}
.sectionsubtitle {
	color: #000000;
}



.index-header {
	text-transform: capitalize;
}

.index {  font-size: small; text-align: left;}

.index-list {
	line-height: 50%;
	text-indent: 20px;
}
