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

p {
	font-size: 12px;
	color: #000000;
}
a {
	color: #c1722e;
	text-decoration: none;
}
a:hover {
	color: #c1722e;
	text-decoration: underline;
}
/*for dark background*/
a.white {
	color: #FFFFFF;
	text-decoration: none;
}
a.white:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

/*for light background*/
a.black {
	color: #333333;
	text-decoration: none;
}
a.black:hover {
	color: #333333;
	text-decoration: underline;
}

a.blue
{
	color: #003366;
	text-decoration: none;
}
a.blue:hover {
	color: #003366;
	text-decoration: underline;
}

a.bluebrowser
{
	color: #003366;
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
	margin: 0;
	padding: 1px 4px;
}

a.bluebrowser:hover {
	color: #FFFFFF;
	background-color: #FF0000;
}

.bluebrowserselected {
	color: #003366;
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
	background-color: #D9EAF4;
	margin: 0;
	padding: 1px 4px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #003366;
}

.txt_10 {
	font-size: 10px;
}

.txt_11 {
	font-size: 11px;
}
.txt_12 {
	font-size: 12px;
}
.txt_14 {
	font-size: 14px;
}
.txt_16 {
	font-size: 16px;
}

.txt_18 {
	font-size: 18px;
}

.txt_20 {
	font-size: 20px;
	letter-spacing: -1px;
	line-height: 18px;
}

.txt_22 {
	font-size: 22px;
	letter-spacing: -1px;
	line-height: 20px;
}

.txt_24 {
	font-size: 24px;
	letter-spacing: -1px;
	line-height: 22px;
}

.txt_grey {
	color: #666666;
}

.txt_black {
	color: #000000;
}

.txt_red
{
	color: #FF0000;
}

.txt_blue
{
	color: #003366;
}