@charset "utf-8";
/* CSS Document */

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #493F31;
}
.heading_background {
	background-color: #B4849A;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #493F31;
}

/* Links for the tabs on the left. */
.tablink A:link {text-decoration: none; color: #493F31;}
.tablink A:visited {text-decoration: none;}
.tablink A:active {text-decoration: none;}
.tablink A:hover {text-decoration: none; color: #C0C0C0;}

/* Links for the main content */
.contentlink A:link { color: #660000; text-decoration: underline; }
.contentlink A:visited {color: #493F31; text-decoration: underline; }
.contentlink A:active {color: #493F31; text-decoration: underline; }
.contentlink A:hover {color: #663300; text-decoration: underline;}

/* Font color and style default */
font {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #493F31;
}

.image_text_large {
	font-family: "Times New Roman", Georgia, Times, serif;
	font-size: 30px;
	color: #FFFFFF;
	margin: 5px 10px;
	text-align: left;
}
.image_text_italic {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 17px;
	color: #FFFFFF;
	margin: 5px 10px;
	text-align: center;
	font-style: italic;
}

