body {
	font-family: Verdana;
	font-size: 11px;
	cursor: default;
	color: #78705A;
	margin-top: 0px;
	margin-width: 0px;
	margin-height: 0px;
	margin-left: 0px;
	background-image: url(images/bg.png);
	background-repeat: repeat-x;
	background-position: 0 29px;
	background-color: #EFEFEF;
}

a {
	font-family: georgia;
	font-size: 11px;
	color: #8B676F;
	text-decoration: none;
	font-style: italic;
	text-transform: none;
	font-weight: bold;
}

a:hover { 
	color: #7A5A62;
	text-decoration: none;
}

h1 {
	color: #ADADAD;
	font-family: georgia;
	text-decoration: none;
	font-size: 18px;
	font-style: italic;
	text-shadow: #222222 1px 1px;
	text-align: center;
	margin-bottom: 6px;
}

.menu {
	border-radius: 12px;
	-moz-border-radius:  12px; 
	-webkit-border-radius: 12px;
	border: 1px solid #E0E0E0;
	background-color: #EDEDED;
	color: #78705A;
	font: 10px Verdana;
	padding: 3px;
	text-align: justify;
}

.table {
	font-family: Verdana;
	font-size: 11px;
	color: #78705A;
	border-style: none;
	padding: 3px;
}

.table2 {
	font-family: Verdana;
	font-size: 10px;
	color: #78705A;
	border-style: none;
	padding: 3px;
}

.table3 {
	font-family: Verdana;
	font-size: 10px;
	color: #78705A;
	padding: 3px;
}

b {
	text-shadow: #5F5F5F 1px 1px;
}

i {
	color: #000000;
}

a.navi {
	text-align: left;
	color: #78705A;
	font-weight: normal;
	font-size: 11px;
	padding: 10px;
	padding-left: 15px;
	display: block;
	text-decoration: none;
	margin: 4px;
	background-color: #E0E0E0;
	text-transform: none;
	border-top: 0px solid #D6C0C9;
	border-bottom: 0px solid #D6C0C9;
	border-right: 0px solid #D6C0C9;
	-moz-border-radius: 15px;
	border-left: 30px solid #D6C0C9;
}

a.navi:hover {
	text-align: left;
	font-weight: normal;
	font-size: 11px;
	padding: 10px;
	display: block;
	text-decoration: none;
	margin: 4px;
	text-transform: none;
	border-top: 0px solid #AA8694;
	border-left: 30px solid #AA8694;
	border-bottom: 0px solid #AA8694;
	border-right: 0px solid #AA8694;
	-moz-border-radius: 15px;
	color: #78705A;
	background-color: #E0E0E0;
	cursor: pointer;
	padding-left: 15px;
}

.image {
	padding: 4px;
	-moz-border-radius: 5px;
	border-top: 0px;
	border-right: 1px solid #c6c7af;
	border-bottom: 1px solid #c6c7af;
	border-left: 0px;
	background-color: #F9F9F9;
}

.image:hover {
	padding: 4px;
	-moz-border-radius: 5px;
	border-top: 0px;
	border-right: 1px solid #222222;
	border-bottom: 1px solid #222222;
	border-left: 0px;
	background-color: #E9E9E9;
}

blockquote {
	background-color: #EAE6DD;
	margin-right: 10px;
	margin-left: 10px;
	padding: 5px;
	border-top: 2px solid #C0BBAE;
}

.cnlink {
	font-family: georgia;
	font-size: 30px;
	color: #FFFFFF;
	text-shadow: #5F5F5F 1px 1px;
	text-decoration: none;
	font-style: italic;
	text-transform: none;
}

.cnlink:hover {
	font-family: georgia;
	font-size: 30px;
	color: #FFFFFF;
	text-shadow: #222222 1px 1px;
	text-decoration: none;
	font-style: italic;
	text-transform: none;
}