@charset "UTF-8";
/* CSS Document */

body {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #CCCC66;
	background-color: #1F1A09;
}
.footer {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #CCCCCC;
	text-decoration:none
}
.footer:hover {
	color: #CCCC66;
}
.navigation {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #CCCC66;
	text-decoration:none;
	font-style: italic;
	letter-spacing: 2px;
}
.navigation:hover {
	color: #FFFFFF;
}
.nav_r_border {
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #322A0E;
}
.home_numbers {
	font-size: 22px;
	font-style: italic;
	font-weight: bold;
}
.nav_title {
	font-size: 22px;
	font-style: italic;
	font-weight: bold;
	color: #FFFFFF;
}
.slogan {
	font-size: 21px;
	font-style: italic;
	font-weight: normal;
	color: #CCCCCC;
	letter-spacing: 2px;
}
.copyright {
	font-size: 9px;
	color: #666666;
}
.quotes {
	font-size: 14px;
	color: #FFFFFF;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: bold;
}
