@charset "UTF-8";
#content a {
	color: #000099;
}
#content a:hover  {
	color: #FF6600;
	text-decoration: underline;
}
#content a:visited {
	color: #000099;
}
/* CSS Document */

.txt_xsnavy {
	color: #000033;
	font-size: x-small;
}
.txt_xsorange {
	font-size: x-small;
	font-weight: bold;
	color: #FF6600;
}
.txt_medorange {
	font-size: medium;
	font-weight: bold;
	color: #FF6600;
}
.odd {
	background-color: #FFFFFF;
}
.even {
	background-color: #FFFF99;
}
.txt_smlorange {
	color: #FF6600;
}
.txt_blk {
	color: #000000;
}
.margin_lft {
	margin-left: 20px;
}
.margin_1 {
	margin: 2px;
}
.margin_rgt {
	margin-right: 20px;
}
.txt_smlblue {
	font-size: small;
	color: #000033;
	font-weight: normal;
}
.txt_news {
	font-family: "Times New Roman", Times, serif;
	font-size: small;
	font-style: italic;
	font-weight: normal;
	color: #000066;
}
.txt_medpurple {
	font-size: medium;
	font-weight: bold;
	color: #9933CC;
}

