/* Presentation Stylesheet */ 

/******* hyperlink and anchor tag styles *******/

a:link, a:visited{
	color: #CC66CC;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

/************** header tag styles **************/

h1{
	 font: bold 130% Arial,sans-serif;
	 color: #000000;
	 padding: 0px;
}

h3{
	 font: bold 100% Arial,sans-serif;
	 color: #000000;
	 padding: 10px 0px 10px 0px;
}

/*************** list tag styles ***************/

ul{
 	list-style-type: square;
}

ul ul{
 	list-style-type: disc;
}

ul ul ul{
 	list-style-type: none;
}

/**************** text *****************/

.boldtext{
	font: bold 1em Arial,sans-serif;
}
.smalltext{
	font: 75% Arial,sans-serif;
}
.colourheader {
	font: bold 1em Arial,sans-serif;
	color: #FFFFFF;
	padding: 0px 0px 5px 0px;
}
.colourtext {
	font: bold 100% Arial,sans-serif;
	color: #CC0000;
}
.errortext{
	font: bold 1em Arial,sans-serif;
	color: #CC3300;
}
.borderthin{
	border-color:#27B7B7;
	border-style:solid;
	border-width:1px;
}