.smallWhiteText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
}

.whiteLink A:link {text-decoration: underline; color: white;} 
.whiteLink A:visited {text-decoration: underline; color: white;} 
.whiteLink A:active {text-decoration: underline; color: white;} 
.whiteLink A:hover {text-decoration: none; color: #F5F5F5;}

.blackLink A:link {font-family: Arial, Helvetica, sans-serif; text-decoration: underline; color: black;} 
.blackLink A:visited {font-family: Arial, Helvetica, sans-serif; text-decoration: underline; color: #666666;} 
.blackLink A:active {font-family: Arial, Helvetica, sans-serif; text-decoration: underline; color: black;} 
.blackLink A:hover {font-family: Arial, Helvetica, sans-serif; text-decoration: none; color: #666666;}

.shadowLeft {
	background-image: url(layout%20elements/shadow_left.gif);
	background-repeat: repeat-y;
}
.shadowRight {
	background-image: url(layout%20elements/shadow_right.gif);
	background-repeat: repeat-y;
}
.shadowBottom {
	background-image: url(layout%20elements/shadow_bottom.gif);
	background-repeat: repeat-x;
}
.whiteBorders {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
.blueBordersALL {
	border: 1px solid #53868A;
}

.whiteBordersALL {
	border: 1px solid #FFFFFF;
}


.blackText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
}
.whiteText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
}


div#location {
	width: 780px;
	margin-left: auto;
	margin-right: auto;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
	text-align: center;
}