
/* articles */

.breadcrumbs,
{
	font-size: 15px;
	text-decoration: none;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	text-transform: uppercase;

}


.breadcrumbs,
a:link {
color: #fa6400;
text-decoration: none;
}
 
.breadcrumbs,
a:visited {
color: #fa6400;
text-decoration: none;
 }
 
.breadcrumbs,
a:hover {
color: #fa6400;
text-decoration: underline;
}

.breadcrumbs,
a:active {
color: #fa6400;
text-decoration: underline;
}

.article_mast {
        border-top-color: #fa6400;
        border-bottom-color: #fa6400;
}

.articlestyle h2
{
	color: #fa6400;
	font-weight: normal;

}
.articlestyle h3
{
	color: #fa6400;

}
.articlestyle hr {
border-top-width: thin;
	border-top-style: dotted;
	border-top-color: #fa6400;
	margin-top: 10px;
	margin-bottom: 10px;
	}

.articlestyle a:link, .articlestyle a:visited  {
	color: #fa6400;
	text-decoration: underline;
}
.articlestyle a:hover, .articlestyle a:active  {
	color: #99CCFF;
	text-decoration: underline;
}

.breadcrumbs {
color: #fa6400;
border-top-color: #fa6400;
border-bottom-color: #fa6400;
}

.views-row {
  padding-top: 10px;
  padding-bottom: 10px;
  border-top-width: 1px;
  border-top-style: solid;
  min-height: 128px;
  border-top-color: #fa6400;
}

.views-row-even {
  background-color: #EEEEEE;
}

.views-row label {
  color: #fa6400;
}

