@charset "utf-8";
/* CSS Document */
.txtNormal{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333333;
/*	text-align: justify;
	display:block;*/
	
}
.txtcopyright{
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 7pt;
  color: #000;
}
.txtcopyrighttopic{
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 8pt;
  color: #ffaa00;
  font-weight: bold
}
.txthead{
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #ca2026;
  font-weight: bold
}
.txtred{
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #ca2026;
  font-weight: bold
}
.txtred a, .txtred a:visited {
    color: #ca2026;
    text-decoration: none;
}
.txtred a:hover {
    color: #333333;
    text-decoration: none;
}
.txtContent{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333333;
/*	text-align:justify;
	display:block;*/
	float:right;
	width: 680px;
	*width: 782px;
	padding: 60px 30px 30px 30px;
}
.txtContent a, .txtContent a:visited {
    color: #ca2026;
    text-decoration: none;
}
.txtContent a:hover {
    color: #333333;
    text-decoration: none;
}
.txtLeft{
	float:left;
	width: 208px;
	*width: 208px;
	background-color: #303030;
}
.txtCareer{
	float:left;
	background-image: url(../images/bg_career.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	padding: 10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333333;
	text-align:justify;
}
