/* CSS Document */
a {
	color:#636563;
	font-weight:bold;
	text-decoration: none;
}
a:hover {
	color: #FF0000;
	
}
.txtMenu{
	color:#FFFFFF;
	font-size: 12px;
	font-weight:bold;
	padding-left: 8px;
	padding-right: 8px;
	text-decoration: none;
}
.txtMenu a{
	color:#FFFFFF;
	font-size: 12px;
	font-weight:bold;
	padding-left: 8px;
	padding-right: 8px;
	text-decoration: none;
}
.txtMenu a:hover{
	color: #FF0000;
}
.txtTitle {
	font-size: 16px;
	font-weight:bold;
	color: #6396bd;
}
.txtCategory{
	font-size: 12px;
	font-weight:bold;
	color: #6396bd;
	padding-left: 10px;
	height: 20px;
}
.txtCategory a{
	font-size: 12px;
	font-weight:bold;
	color: #6396bd;
	padding-right: 2px;
}
.txtCategory a:hover{
	color: #FF0000;
}
.txtCategoryList
{
	color: #4D4F4D;
	font-weight: bold;
}
.txtCategoryList a
{
	color: #4D4F4D;
	font-weight: bold;
}
.txtCategoryList a:hover{
	color: #6699CC;
}
a.sample_attach, a.sample_attach:visited, div.sample_attach
{
  DISPLAY: block;
  FONT-WEIGHT: bold;
  COLOR: #4D4F4D;
  TEXT-INDENT: 5px;
  line-height:20px;
  BACKGROUND-COLOR: white;
  TEXT-DECORATION: none;
  letter-spacing: 1px;
  BORDER-BOTTOM: #5A8F5B 1px solid;
  WIDTH: 220px;
}

a.sample_attach:hover{
	color:#FF0000;
}


.errors{
	color: #FF0000;
}

