body {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}

td {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}

.font-small {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.font-normal {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}

.font-normal-bold {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}

.font-normal-highlight {
	color: #E8BD29;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}

.font-large {
	color: #000000;
	font-family: Impact;
	font-style: italic;
	font-size: 30px;
	font-weight: bold;
}

.font-large-title {
	color: #000000;
	font-family: Impact;
	font-style: italic;
	font-size: 36px;
	font-weight: bold;
}

a {
	color: #000000;
	font-size: 16px;
	text-decoration: underline;
}

a:hover {
	color: #E8BD29;
	font-size: 16px;
	text-decoration: underline;
}

a.link-small {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: underline;
}

a.link-small:hover {
	color: #E8BD29;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: underline;
}

a.link-normal {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-decoration: underline;
}

a.link-normal:hover {
	color: #E8BD29;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-decoration: underline;
}

a.link-gallery {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	text-decoration: none;
}

a.link-gallery:hover {
	color: #E8BD29;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	text-decoration: underline;
}

a.link-large {
	color: #E8BD29;
	font-family: Impact;
	font-style: italic;
	font-size: 36px;
	font-weight: bold;
	text-decoration: underline;
}

a.link-large:hover {
	color: #8B8B8B;
	font-family: Impact;
	font-style: italic;
	font-size: 36px;
	font-weight: bold;
}

h1 {
	color: #000000;
	font-size: 34px;
}

h2 {
	color: #000000;
	font-size: 10px;
}

h3 {
	color: #000000;
	font-size: 10px;
}

h4 {
	color: #000000;
	font-size: 12px;
}

h5 {
	color: #000000;
	font-size: 10px;
}

h6 {
	color: #000000;
	font-size: 9px;
}


