
.greyheadershade {
	background-image: url(images/greyshade.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	height: 100px;
}

.textsmall {
	font-family: Arial;
	font-size: 10px;
	color: #666666;
	text-decoration: none;
}
.textmed {
	font-family: Arial;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
}
.textmedlnk {
	font-family: Arial;
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
.textmedlnk:hover {
	font-family: Arial;
	font-size: 14px;
	color: #CCCCCC;
	font-weight: bold;
	text-decoration: underline;
}
.textmedlnk1 {
	font-family: Arial;
	font-size: 12px;
	color: #CC0000;
	text-decoration: none;
}
.textmedlnk1:hover {
	font-family: Arial;
	font-size: 12px;
	color: #999999;
	text-decoration: none;
}
.textmedred {
	font-family: Arial;
	font-size: 12px;
	font-weight:bold;
	text-decoration: none;
	color: #C53131;
}
.textbigred {
	font-family: Arial;
	font-size: 20px;
	font-weight:bold;
	text-decoration: none;
	color: #C53131;
}
.dashedlne {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #BBBBBB;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #BBBBBB;
}

