body {
		margin: 0px;
		background: #ffffff;
		font-family: Verdana, Arial, Geneva;
		font-size: 12px;
	}

A:link {
		color: #cc6600;
		text-decoration: none;
	}
	
A:visited {
		color: #cc6600;
		text-decoration: none;
	}
	
A:alink {
		color: #cc6600;
		text-decoration: none;
	}
	
A:hover {
		color: #cc9900;
		text-decoration: underline;
	}

@font-face {
		font-family: Futura Condensed;
		font-style:  normal;
		font-weight: normal;
		src: url(/objects/fonts/futura_condensed.eot);
}

.button {
		background-image: url(/images/home_button_bg.gif);
		background-repeat: no-repeat;
		height: 27px;
		width: 199px;
		color: #ffffff;
		text-align: center;
		vertical-align: middle;
		font-family: Futura Condensed, Haettenschweiler,Arial Narrow;
		font-size: 20px;
		letter-spacing: 1px;
		text-decoration: none;
		
	}

.buttonText {
		color: #ffffff;
		text-decoration: none;
	}

A.buttonText:link {
		color: #ffffff;
		text-decoration: none;
	}
	
A.buttonText:visited {
		color: #ffffff;
		text-decoration: none;
	}
	
A.buttonText:alink {
		color: #ffffff;
		text-decoration: none;
	}
	
A.buttonText:hover {
		color: #ffffff;
		text-decoration: underline;
	}
	
	

.linkText {
		font-family: Trebuchet MS;
		font-weight: bold;
		font-size: 12px;
		letter-spacing: 1px;
		text-decoration: none;
		padding-left: 2px;
		padding-right: 2px;
		filter:progid:DXImageTransform.Microsoft.Shadow(color='#666666', Direction=135, Strength=2); 
	}

.linkText.nav {
		color: #ffffff;
	}
	
A.nav:link {
		color: #ffffff;
		text-decoration: none;
	}
	
A.nav:visited {
		color: #ffffff;
		text-decoration: none;
	}
	
A.nav:alink {
		color: #ffffff;
		text-decoration: none;
	}
	
A.nav:hover {
		color: #ffffff;
		text-decoration: underline;
	}
		
.linkText.footer {
		color: #cc9900;
	}

A.footer:link {
		color: #cc9900;
		text-decoration: none;
	}
	
A.footer:visited {
		color: #cc9900;
		text-decoration: none;
	}
	
A.footer:alink {
		color: #cc9900;
		text-decoration: none;
	}
	
A.footer:hover {
		color: #cc9900;
		font-weight: oblique;
		text-decoration: underline;
	}
	
A.buttonText:hover {
		color: #ffffff;
		text-decoration: underline;
	}

.buttonContainer {
		padding: 3px;
		height: 27px;
		width: 199px;
		filter:Shadow(color='#666666', Direction=135, Strength=2); 
	}

.header {
		font-family: Futura Condensed, Haettenschweiler,Arial Narrow;
		font-size: 26px;
		letter-spacing: 4px;
	}
	
.header.white {
	color: #ffffff;
	}
	
.black {
		color: #000000;
	}
	
TD, TR, P {
		font-family: Verdana, Arial, Geneva;
		font-size: 12px;
	}
	
.caption {
		font-size: 9px;
	}
	
.footerText {
		font-size: 9px;
	}
	
#photoEnlarger {
		position: absolute;
		top: 0px;
		left: 0px;
		display: none;
		width: 0px;
		height: 10px;
		width: 10px;
		z-index: 100;
		filter:Shadow(color='#666666', Direction=135, Strength=2);
		visibility: visible;
	}