/*Main text style*/
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #FFFFFF;
	text-align: justify;
	text-indent: 20px;
	white-space: normal;
	height: auto;
	width: 99%;
	line-height: normal;

}
/*Main links style*/
.link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-style: normal;
	font-weight: normal;
	color: #000099;
	text-decoration: underline;
	line-height: 15px;

}

/*Main heading style*/
.heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	font-weight: bolder;
	color: #FFFFFF;
	text-align: center;


}

/*Caption style for photo thumbnails*/
.pcaption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-small;
	font-weight: normal;
	color: #FFFFFF;
	text-align: center;

}

/*Not used at the moment*/
.smltextcentered {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: italic;
	font-weight: normal;
	color: #FFFFFF;
	text-align: center;
}

/*Links at page bottom for browser-challenged people*/
.xxsmalllink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-small;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: underline;
}

/*Pointer icon for picture link mouseover*/
.picturelink {
	cursor: pointer;

}
 



a:hover {
	color: #FF0000;
}
.printabletext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	line-height: 14pt;
	font-weight: bold;
	color: #000000;
	letter-spacing: normal;
	text-align: left;
	word-spacing: normal;
}
.headingprintable {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16pt;
	font-weight: bold;
	text-decoration: underline;
}
.textsmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: normal;
	line-height: 9pt;
	font-weight: normal;
	font-variant: normal;
	color: #FFFFFF;
	text-transform: none;
	text-align: left;


}
.textsmallbold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: normal;
	line-height: 9pt;
	font-weight: bold;
	font-variant: normal;
	text-transform: uppercase;
	text-align: left;
	color: #0066CC;



}
.textRight {

	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #FFFFFF;
	text-align: right;
	white-space: normal;
	height: auto;
	line-height: normal;
}
.printabletextCentre {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	line-height: 14pt;
	font-weight: bold;
	color: #000000;
	letter-spacing: normal;
	text-align: center;
	word-spacing: normal;
}
