.FIX{}
	h1
	{
		font-family:helvetica,arial;
		font-size:22px;
		color:#393939;
		font-weight:bold;
	}
	h2
	{
		font-family:helvetica,arial;
		font-size:12px;
		color:#393939;
		font-weight:bold;
	}
	div
	{
		font-family:helvetica,arial;
		font-size:11px;
		color:#393939;
		font-weight:normal;	
	}
	p
	{
		font-family:helvetica,arial;
		font-size:12px;
		color:#393939;
		font-weight:normal;	
	}
	.Quote
	{
		font-weight:bold;
		color:#DD5C3E;
		font-size:12px;
	}
	em
	{
		color:#393939;
	}
	
	a
	{
		color:#0070BF;
		text-decoration:none;
	}
	
	a:hover
	{
		color:#0070BF;
		text-decoration:underline;
	}
	
	.contentImage
	{
		border:1px solid #0072BF;
	}

	ul
	{
		margin-left:0px;
		padding-left:25px;
	}

	li
	{
		margin-left:0px;
	}

	.largeSubHead {font-size: 1.5em; color:#DD5C3E;}

	/* jQuery lightBox plugin - Gallery style */
	#gallery {
		padding: 0px;
	}
	#gallery ul { list-style: none; margin:0px; padding:0px}
	#gallery ul li { display: inline; margin:0px; padding:0px;}
	#gallery ul img {}
	#gallery ul a:hover img {}
	#gallery ul a:hover { color: #fff; }
	
	#gallery2 {
		padding: 0px;
	}
	#gallery2 ul { list-style: none; margin:0px; padding:0px}
	#gallery2 ul li { display: inline; margin:0px; padding:0px;}
	#gallery2 ul img {}
	#gallery2 ul a:hover img {}
	#gallery2 ul a:hover { color: #fff; }
	
	#gallery h3 {margin-bottom:5px;}
	#gallery2 h3 {margin-bottom:5px;}
	







/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
h1 {
font-family:helvetica,arial;
font-size:22px;
color:#393939;
font-weight:bold;
}

h2 {
font-family:helvetica,arial;
font-size:12px;
color:#393939;
font-weight:bold;
}

div {
font-family:helvetica,arial;
font-size:11px;
color:#393939;
font-weight:normal;
}

p {
font-family:helvetica,arial;
font-size:12px;
color:#393939;
font-weight:normal;
}

.Quote {
font-weight:bold;
color:#DD5C3E;
font-size:12px;
}

em {
color:#393939;
}

a {
color:#0070BF;
text-decoration:none;
}

a:hover {
color:#0070BF;
text-decoration:underline;
}

.contentImage {
border:1px solid #0072BF;
}

ul {
margin-left:0px;
padding-left:25px;
}

li {
margin-left:0px;
}

.largeSubHead {
font-size: 1.5em;
color:#DD5C3E;
}

