/* LINKS */

a:link { 
	text-decoration: none; 
	font-weight:bold;
	color: #0B4866 
}

a:visited { 
	text-decoration: none;
	font-weight:bold; 
	color: #0B4866
}

a:hover  { 
	text-decoration: none; 
	color: #80B3CC;
	font-weight:bold;
}

a.side:link { 
	text-decoration: none; 
	color: red; 
	font-weight:normal;
}

a.side:visited { 
	text-decoration: none; 
	color: red; 
	font-weight:normal;
}

a.side:hover { 
	text-decoration: none; 
	color:pink ; 
	font-weight:normal;
}


/* MAIN TEXT AREAS */

.mainHead {
	font-family:arial;
	font-size:16pt;
	font-weight:bold;
	color:#990000
	
}

.introPara{
	font-family:arial;
	font-size:10pt;
	font-weight:bold;
	color:black;
}

.cv{
	font-family:arial;
	font-size:11pt;
	font-weight:bold;
	color:red;
}

td.notbold

{
	font-family: Arial, Helvetica, sans-serif;
	font-size:10pt;
	color:black;
	font-weight:normal;
	vertical-align:top;
	text-align:justify;
	horizontal-align:left;
}


td.main{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
	color:black;
	font-weight:normal;
	vertical-align:top;
	text-align:left;
	horizontal-align:left;
}

td.copyright{
	font-family:verdana;
	font-size:7pt;
	font-weight:normal;
	color:black;
}

/*  cell colouring */

.rightCell {
background-color:white;
}

/* BOXES */

table.box {
	border-color: #7B83A7;
	border-width: 0px;
	border-style: solid;
}

td.boxHead {
	font-family: verdana, arial, geneva, helvetica, sans-serif;
	font-size: 8pt;
	color:white;
	line-height: 12px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	background-color:#7B83A7;
	padding: 3px;
	border-color: black;
	border-width: 0px;
	border-style: solid;
}
td.boxText {
	font-family: verdana, arial, geneva, helvetica, sans-serif;
	font-size: 7pt;
	line-height: 15px;
	font-weight: normal;
	text-decoration: none;
	background-color:#F2F4FA;
	padding: 3px;
	border-width: 0px;
	border-style: dashed;
	border-color: black;
