@charset "UTF-8";
/** VITRATHENE CONTENT CSS **/

/** TITLE **/

h1 {
	font-family:"Times New Roman", Times, serif;
	font-size:3.2em;
	color:#333333;
	text-align:right;
	line-height:120%;
	font-weight:lighter;
	}

h2 {
	font-family:"Times New Roman", Times, serif;
	font-size:2.0em;
	color:#000000;
	line-height:150%;
	margin-top:4px;
	margin-bottom:-2px;
	font-weight:lighter;
	clear:both;
	}
	
h3 {
	font-family:"Times New Roman", Times, serif;
	font-size:1.4em;
	color:#000000;
	line-height:150%;
	margin-top:4px;
	font-weight:lighter;
	}
	
#contentNotes h3 {
	font-family:"Times New Roman", Times, serif;
	font-size:1.7em;
	color:#000000;
	line-height:150%;
	font-weight:lighter;
	border-bottom:1px solid #dedede;
	padding-bottom:2px;
	}
	
h4 {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size:1.1em;
	color:#000000;
	line-height:150%;
	font-weight:bold;
/*	border-bottom:1px solid #dedede;
	padding-bottom:2px;*/
	margin-top:4px;
	}
	
h5 {

	}
	
h6 {

	}
	
p {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size:1.1em;
	color:#333333;
	line-height:150%;
	margin-bottom:2px;
	}

.firstPara {
	font-size:1.3em;
	line-height:140%;
	color:#000000;
	margin-bottom:2px;
	}
	
#contentNotes p {
	font-size:1.0em;
	color:#333333;
	line-height:150%
	}
	
p.bold {
	font-weight:bold;
	}

blockquote {

	}
	
#content ul {
	margin-left:20px;
	list-style-type:none;
	list-style-position:outside;
	font-family: Arial, Helvetica,Verdana, sans-serif;
	margin-bottom:7px;
	}
	
#content ul li {
	font-size:1.1em;
	color:#000000;
	line-height:160%;
	}
	
	
.imageRight {
	float:right;
	margin: 7px 0px 7px 7px;
	}
	
.imageLeft {
	float:left;
	margin: 7px 7px 7px 0px;
	}

.imageCentre {
	display:block;
	margin: 7px auto;
	}
	
.photoWithCaption {
	font-family:"Times New Roman", Times, serif;
	font-size:1.1em;
	color:#555555;
	font-weight:normal;
	text-align:right;
	float:right;
/*	clear:right;*/
	margin:7px 0px 7px 7px;
/*	width:177px;*/
/*	border-top: 1px solid #CCCCCC;*/
	}
	
p.photoWithCaption img {
	padding-bottom:3px;
	border-bottom: 1px solid #CCCCCC;
	}
		
#address p {
	font-family:"Times New Roman", Times, serif;
	font-size:1.2em;
	color:#333333;
	line-height:120%;
	}
	
	
.leftHeaderDiv p, .headerDiv p {
	text-transform:uppercase;
	font-size:1.3em;
	font-weight:lighter;
	color:#333333;
	font-family:"Times New Roman", Times, serif;
	text-align:center;
	display:block;
	border-top:1px solid #333333;
	padding-top:2px;
	margin-top:2px;
	}
	
/** TABLE STYLING **/
table {
	border-collapse:separate;
	margin-left:20px;
	border:1px solid #999999;
	}


td {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size:1.0em;
	height:2.0em;
	color:#333333;
	vertical-align:middle;
	}
	
tr {
	padding:5px 0px;
	}
	
	
th {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size:1.1em;
	vertical-align:bottom;
	border-bottom:1px solid #999999;
	height:1.1em;
	font-weight:normal;
	text-align:left;
	color:#000000;
	}
	
.greyTableCell {
	background-color:#eeeeee;
	}



