@charset "utf-8";
a:link  {
	color: #FF8204;
	text-decoration: none;
}
a:visited  {
	color: #CC6600;
}
a:hover  {
	color: #974B00;
}
a:active  {
	color: #FF8204;
}

.bottommenu a:link {
	color: #000000;
	text-decoration: none;
}
.bottommenu a:visited {
	color: #000000;
}
.bottommenu a:hover {
	color: #FFFFFF;
	background-color: #BF6000;
}
.bottommenu a:active {
	color: #FF8204;
}


.style2 {
	font-size: 11px;
	font-style: italic;
}

.style1 {color: #FADDA5}

.genTxt {
	font-family: Georgia;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
	margin-right: 10px;
	margin-left: 10px;
}
.pageName {
	font-family: Georgia;
	font-size: 14px;
	font-weight: bold;
	color: #BF6000;
	background-color: #F9DCA4;
	width: 180px;
	padding-top: 3px;
	padding-bottom: 4px;
	padding-left: 5px;
	margin-top: 10px;
}
.blink {
	text-decoration: blink;
}
