/* CSS Document */

/* links at top of the page */

.date{
			font-family: Arial, Helvetica, sans-serif;
			font-size: 10pt;
			color: #666666;
			font-weight: bold;
			text-decoration: none;
}

.toplinks{
			font-family: Arial, Helvetica, sans-serif;
			font-size: 10pt;
			color: #666666;
			font-weight: bold;
			text-decoration: none;
}

.toplinks:hover{
			font-family: Arial, Helvetica, sans-serif;
			font-size: 10pt;
			color: #666666;
			font-weight: bold;
			text-decoration: underline;
}

/* navigation */

/* main body text */

.heading{
			font-family:Arial, Helvetica, sans-serif;
			font-size: 16pt;
			color: #000000;
			font-weight: bold;
}

.bulletpoints{
			font-family:Arial, Helvetica, sans-serif;
			font-size: 11pt;
			color: #000000;
			font-weight: bold;
}

.bulletpoints_links{
			font-family:Arial, Helvetica, sans-serif;
			font-size: 11pt;
			color: #000000;
			font-weight: bold;
			text-decoration: underline;
}

.bulletpoints_links:hover{
			font-family:Arial, Helvetica, sans-serif;
			font-size: 11pt;
			color: #000000;
			font-weight: bold;
			text-decoration: none;
}


/* main images text */

.titles{
			font-family: Arial, Helvetica, sans-serif;
			font-size: 10pt;
			color: #ffffff;
			font-weight: bold;
			text-decoration: none;
			padding-top: 5px;
			padding-bottom: 5px;
}

.imagetext{
			font-family: Arial, Helvetica, sans-serif;
			font-size: 10pt;
			color: #ffffff;
			font-weight: bold;
			text-decoration: none;
			padding: 5px;
}

.imagetextlinks{
			font-family: Arial, Helvetica, sans-serif;
			font-size: 10pt;
			color: #ffffff;
			font-weight: bold;
			text-decoration: none;
}

.imagetextlink:hover{
			font-family: Arial, Helvetica, sans-serif;
			font-size: 10pt;
			color: #ffffff;
			font-weight: bold;
			text-decoration: underline;
}

/* images table */
.image_table{
			background-image: url(images/background_shadow.jpg);
			background-position: center;
			background-repeat: no-repeat;
}

/* text for bottom panel */

.bottompanelsmall{
			font-family: Arial, Helvetica, sans-serif;
			font-size: 10pt;
			color: #000000;
			font-weight: bold;
}

.bottompanelsmalllink{	
			font-family: Arial, Helvetica, sans-serif;
			font-size: 10pt;
			color: #000000;
			font-weight: bold;
			text-decoration: none;
}

.bottompanelsmalllink:hover{	
			font-family: Arial, Helvetica, sans-serif;
			font-size: 10pt;
			color: #000000;
			font-weight: bold;
			text-decoration: underline;
}

.bottompanellinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

.bottompanellinks:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
}

.bottompanel{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #000000;
	font-weight: bold;s
}