BODY{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 14px;
	font-weight: 300;
	font-variant: normal;
	text-transform: none;
	color: #000066;
	text-decoration: none;
	}
	DIV.master P{
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		font-style: normal;
		line-height: 18px;
		font-weight: 400;
		font-variant: normal;
		text-transform: none;
		color: #FFFFFF;
		text-decoration: none;
	}
	DIV.master A{
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		font-style: normal;
		line-height: 18px;
		font-weight: 600;
		color: #FFFF00;
		text-decoration: none;
	}
	DIV.master A:Visited{
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		font-style: normal;
		line-height: 18px;
		font-weight: 600;
		color: #FFFF00;
		text-decoration: none;
	}
	DIV.master A:Hover{
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		font-weight: 600;
		text-transform: none;
		color: #0099FF;
		text-decoration: none;
		line-height: 18px;
	}
	DIV.master H1{
		font-family: Arial, Helvetica, sans-serif;
		font-style: normal;
		line-height: 24px;
		font-weight: 500;
		font-variant: normal;
		text-decoration: none;
		font-size: 24px;
		font-family: Arial, Helvetica, sans-serif;
		color: #FFFFFF;
	}
	DIV.master H2{
		font-family: Arial, Helvetica, sans-serif;
		font-size: 18px;
		line-height: 18px;
		font-weight: 400;
		color: #FFFFFF;
	}
	DIV.master H3{
		font-family: Arial, Helvetica, sans-serif;
		font-style: normal;
		line-height: 14px;
		font-weight: 300;
		font-variant: normal;
		text-decoration: none;
		font-size: 10px;
		font-family: Arial, Helvetica, sans-serif;
		color: #666666;
	}
	DIV.navigation A{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 400;
	color: #333333;
	text-decoration: none;
	font-style: normal;
	}
	DIV.navigation A:Visited{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 400;
	color: #333333;
	text-decoration: none;
	font-style: normal;
	}
	DIV.navigation A:Hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 400;
	color: #CCCCCC;
	text-decoration: none;
	font-style: normal;
	}
	DIV.whitecopy A{
		font-family: "Times New Roman", Times, serif;
		font-size: 36px;
		font-style: normal;
		line-height: 36px;
		font-weight: 300;
		color: #333333;
		text-decoration: none;
	}
	DIV.whitecopy A:Visited{
		font-family: Arial, Helvetica, sans-serif;
		font-size: 10px;
		font-style: normal;
		line-height: 12px;
		font-weight: 300;
		color: #FFFFFF;
		text-decoration: none;
	}
	DIV.whitecopy A:Hover{
		font-family: Arial, Helvetica, sans-serif;
		font-size: 10px;
		font-style: normal;
		line-height: 12px;
		font-weight: 300;
		color: #99CCFF;
		text-decoration: none;
	}
	DIV.whitecopy TD{
		font-family: Arial, Helvetica, sans-serif;
		font-size: 10px;
		font-style: normal;
		line-height: 12px;
		font-weight: 300;
		color: #FFFFFF;
		text-decoration: none;
	}
	DIV.whitecopy P{
	font-family: "Times New Roman", Times, serif;
	font-size: 36px;
	font-style: italic;
	font-weight: 300;
	color: #333333;
	text-decoration: none;
	line-height: 36px;
	margin-bottom: 20px;
	}
	
/* css required for highslide */
	.highslide {
		cursor: url(highslide/graphics/zoomin.cur), pointer;
		outline: none;
	}
	.highslide img {
		border: 0;
	}
	.highslide:hover img {
		border: 0;
	}
	
	.highslide-image {
		border-bottom: 0;
	}
	.highslide-image-blur {
	}
	.highslide-caption {
		display: none;
		
		border-bottom: 1px solid white;
		font-family: Verdana, Helvetica;
		font-size: 10pt;
		padding: 5px;
		background-color: silver;
	}
	.highslide-loading {
		display: block;
		color: white;
		font-size: 9px;
		font-weight: bold;
		text-transform: uppercase;
		text-decoration: none;
		padding: 3px;
		border-top: 1px solid white;
		border-bottom: 1px solid white;
		background-color: black;
		/*
		padding-left: 22px;
		background-image: url(highslide/graphics/loader.gif);
		background-repeat: no-repeat;
		background-position: 3px 1px;
		*/
	}
	
	a.highslide-credits,
	a.highslide-credits i {
		padding: 2px;
		color: silver;
		text-decoration: none;
		font-size: 10px;
		border:0;
	}
	a.highslide-credits:hover,
	a.highslide-credits:hover i {
		color: white;
		background-color: gray;
		border:0;
	}
	.highslide-display-block {
		display: block;
	}
	.highslide-display-none {
		display: none;
	}