<style>

	.menu1 {
		font-family: Arial;
		font-size: 9pt;
		font-weight: bold;
		color: #5e95b4;
	}
	
	.menu2 {
		font-family: Arial;
		font-size: 9pt;
		color: #124572;
	}

	
	.links {
		font-family: Arial;
		font-size: 10pt;
		color: #000000;
	}


	.menu1 a:link {
		font-family: Arial;
		font-size: 9pt;
		font-weight: bold;
		text-decoration: none;
		color: #5e95b4;	
	}
	.menu1 a:visited {
		font-family: Arial;
		font-size: 9pt;
		font-weight: bold;
		text-decoration: none;
		color: #5e95b4;
	}
	.menu1 a:hover {
		font-family: Arial;
		font-size: 9pt;
		font-weight: bold;
		text-decoration: none;
		color: #124572;
		background-color: #dfd07f;
	}
	.menu1 a:active {
		font-family: Arial;
		font-size: 9pt;
		font-weight: bold;
		text-decoration: none;
		color: #124572;
		background-color: #dfd07f;
	}
	


	.menu2 a:link {
		font-family: Arial;
		font-size: 9pt;
		text-decoration: none;
		color: #124572;	
	}
	.menu2 a:visited {
		font-family: Arial;
		font-size: 9pt;
		text-decoration: none;
		color: #124572;
	}
	.menu2 a:hover {
		font-family: Arial;
		font-size: 9pt;
		text-decoration: none;
		color: #124572;
		background-color: #5e95b4;
	}
	.menu2 a:active {
		font-family: Arial;
		font-size: 9pt;
		text-decoration: none;
		color: #124572;
		background-color: #5e95b4;
	}	


	.links2 {
		font-family: Arial;
		font-size: 9pt;
		font-weight: bold;
		text-decoration: none;
		color: #124572;
	}
	
	.links2 a:link {
		font-family: Arial;
		font-size: 9pt;
		font-weight: bold;
		text-decoration: underline;
		color: #124572;
	}
	.links2 a:visited {
		font-family: Arial;
		font-size: 9pt;
		font-weight: bold;
		text-decoration: underline;
		color: #124572;
	}
	.links2 a:hover {
		font-family: Arial;
		font-size: 9pt;
		font-weight: bold;
		text-decoration: none;
		color: #124572;
		background-color: #dfd07f;
	}
	.links2 a:active {
		font-family: Arial;
		font-size: 9pt;
		font-weight: bold;
		text-decoration: none;
		color: #124572;
		background-color: #dfd07f;
	}

	.links a:link {
		font-family: Arial;
		font-size: 9pt;
		font-weight: bold;
		text-decoration: underline;
		color: #5e95b4;
	}
	.links a:visited {
		font-family: Arial;
		font-size: 9pt;
		font-weight: bold;
		text-decoration: underline;
		color: #5e95b4;
	}
	.links a:hover {
		font-family: Arial;
		font-size: 9pt;
		font-weight: bold;
		text-decoration: none;
		color: #124572;
	}
	.links a:active {
		font-family: Arial;
		font-size: 9pt;
		font-weight: bold;
		text-decoration: none;
		color: #124572;
	}
	.title1 {
		font-family: Arial;
		font-size: 20pt;
		font-weight: bold;
		color: #124572;
	}
	
	.WhiteText {
		font-family: arial;
		font-size: 10pt;
		color: #ffffff;
	}
	
	.price	{
		font-family: arial;
		font-size: 14pt;
		font-weight: bold;
		color: #000000;
	}
	.SmallTextBold	{
		font-family: arial;
		font-size: 10pt;
		font-weight: bold;		
		color: #000000;
	}
	.SmallText	{
		font-family: arial;
		font-size: 10pt;		
		color: #000000;
	}
	.title2	{
		font-family: arial;
		font-size: 12pt;
		font-weight: bold;		
		color: #124572;
	}
	.photogallery	{
		font-family: arial;
		font-size: 10pt;		
		color: #000000;
		background-color: #5e95b4;
		text-align:center;
		font-weight:bold;
		padding:5px;
		width:20px;
		height:20px;
		cursor:pointer;
	}

</style>