/* CSS Document */

<style type="text/css">

body {
	background-color: #FFFFCC;
}
.style3 {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 24px;
	font-weight: bold;
}
.style4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: justify;
	color: black;
	font-weight: bold;
	font-size: 12px;
}
 
.style4 a:link {
	color:black;
}

.style4 a:visited  {
	color:black;
}

.style4 a:active {
	color:black;
}

.style4 a:hover {
	color:black;
}

.imgCaption {
	font-size: x-small;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}


.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 14px;
	text-align: justify;
}

.selected {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: justify;
	color: red;
	font-weight: bold;
	font-size: 12px;
}
</style>
