/* Body */
.Body-Text {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 14px;
}
.Body-Text-Large {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 16px;
	font-weight: bold;
}
.Body-Text-Large-B {
	font-family: Arial, Helvetica, sans-serif;
	color: #04204F;
	font-size: 20px;
	font-weight: bold;
}
.Body-Text-Accent {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 13px;
	font-style:italic;
}
/* Menu */
.Menu-Text {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 13px;
}
.Menu-Nav-Text {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 15px;
}

/* Form */
.Form-Text {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 13px;
}

/* Footer */
.Footer-Text {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #FFFFFF;
	text-decoration: none;
}
.Footer-Text:link {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #FFFFFF;
	text-decoration: none;
}
.Footer-Text:visited {
	color: #FFFFF0;
	text-decoration:none;
}
.Footer-Text:link:hover {
	color: #0000FF;
	text-decoration:underline;
}


/* Gallery*/
.Gallery-Titles {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 19px;
	color: #FFFFFF;
	text-decoration: none;
}

/* Menu */
.Menu-Title-Text {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight:bold;
	color: #000000;
}

/* Page Titles */
.Page-Title-Text {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight:bold;
	color: #000000;
}

/* Link */
a:link {
	color: #000099;
	text-decoration:none;
}
a:visited {
	color: #003366;
	text-decoration:none;
}
a:hover {
	color: #0000FF;
	text-decoration:underline;
}
a:active {
	color: #0066FF;
	text-decoration:none;
}

/* Flash for Linking */
.FLASH {
	border: none;
	border-bottom: none;
	border-left: none;
	border-right: none;
	border-top: none;
}
/* Store */
.Store-Text {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 14px;
	font-weight: bold;
}
.Store-Text-Gray {
	font-family: Arial, Helvetica, sans-serif;
	color: #585858;
	font-size: 12px;
	font-weight: bold;
}

/* Content Boxes */
#Content {
	overflow: scroll;
	height: 480px;
	width: 100%;
	padding: 5px;
}

#Content-2 {
	overflow: scroll;
	height: 455px;
	width: 100%;
	padding: 5px;
}

/* Button */

#Button {
	background: url(buttons/Single-Button-Norm.jpg) top center no-repeat;
	width: 287px;
	height: 31px;
	padding-top: 6px;
}

#Button:hover {
	background: url(buttons/Single-Button-Hover.jpg) top center no-repeat;
	cursor: pointer;
	text-decoration: none;
}

.Buton-Text {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: none;
}

.Buton-Text:hover {
	text-decoration: none;
}

/* Facebook */

#facebook-like {
	height: 25px;
	overflow: hidden;
}

/* END */
