@charset "utf-8";
@import "site.css";
/* CSS Document */

h1{
	color:#CC3314;/* #8B1D02;*/
	font-size: 21px;
	line-height: 21px;
}
a:link, a:visited {
	text-decoration: none;
	color: #CC3314;
    font-weight: bold;
}
a:hover {
	text-decoration: underline;
	color: #CC3314;
    font-weight: bold;
}

#content{
border-top:solid 2px #8B1D02;
}

.custom h2 {
	padding-top: 4px;
	padding-bottom: 4px;
	display: block;
}

.custom a {

}

.custom table {
	margin-top: 10px;
	margin-bottom: 10px;
}

.custom img {
	border: solid 1px #747474;
	margin-right: 10px;
}

.date {
	font-size: 11px;
	color: #999;
	line-height: 14px;
}

.description {
	color: #FFFFFF;
}

.expandable h2 {
	padding-top: 8px;
	padding-bottom: 8px;
	display: block;
	margin-bottom: 4px;
}

.expandable h2 a {
	color: #999;
	font-weight: normal;
	display: block;
	background: url(../images/triangleDownSmall.gif);
	background-position: right center;
	background-repeat: no-repeat;
}

.expandable p {
	margin-left: 10px;
	margin-right: 10px;
}
