/* CSS Document */

p{
font-family: Georgia;
font-size: 11px;
color: #000000;
line-height: 18px;
padding: 3px;
}

.bold {
	font-family: Georgia;
	font-size: 18px;
	line-height: 20px;
	font-weight: bolder;
	color: #FFCC00;
	letter-spacing: 0.1em;
	border-top-style: hidden;
	border-right-style: hidden;
	border-bottom-style: hidden;
	border-left-style: hidden;
}
.link_title {
	font-family: Georgia;
	font-size: 11px;
	color: #FFFF66;
	font-style: normal;
	font-weight: normal;
	text-align: left;
}



.subheading {
	font-size: 12px;
	line-height: 16px;
	font-weight: bold;
	color: #FFFFFF;
	letter-spacing: 0.1em;
	font: Georgia;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #990033;
}
.subheading_01 {
	font-family: Georgia;
	font-size: 12px;
	font-weight: bold;
	color: #00CCFF;
}



.normal {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 20px;
	color: #CCCCCC;
	text-align: inherit;
	letter-spacing: 0.1em;
}
.footer {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #FFCC00;
	border-top-style: groove;
	left: auto;
	background-color: #000099;
}


.photo_heading {
	font-size: 10px;
	color: #FFFF00;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.text_link {
	font-family: Georgia;
	font-size: 11px;
	color: #CC0033;
	text-decoration: underline;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


.navigation {
	font-family: Georgia;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #FFFF00;
	background-color: #000099;
	width: 140px;
	display: table-row-group;
	padding: 13px;
	text-align: left;
}
.images {
	border-top-style: groove;
	border-right-style: groove;
	border-bottom-style: groove;
	border-left-style: groove;
	border-top-color: #000000;
}

.link_navigation {
	font-family: Georgia;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #FFFF00;
	text-decoration: none;
	background-color: #000099;
	width: 140px;
	display: block;
	padding: 8px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	left: auto;
	top: auto;
	text-align: left;
}
.border {
	border-bottom-width: thin;
	border-bottom-style: dashed;
	border-bottom-color: #CC0033;
}
.border left {
	border-left-width: thin;
	border-left-style: groove;
	border-left-color: #CC0033;
}

.border_all {
	border: thick ridge #FF6600;
}
