#news {
	background-image: url(../images/tile_news.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	padding-left: 15px;
	padding-right: 15px;
	font-size:65%;
}
#news a:link {
	color: #5eb3da;
	text-decoration: none;
	font-weight:bold;
}
#news a:visited {
	text-decoration: none;
	color: #5eb3da;
	font-weight:bold;
}
#news a:hover {
	text-decoration: underline;
	color: #5eb3da;
	font-weight:bold;
}
#news a:active {
	text-decoration: none;
	color: #5eb3da;
	font-weight:bold;
}
#news .headline {
	color: #6F7175;
	font-weight:bold;
}
#news .headline a:link {
	color: #6F7175;
	text-decoration: none;
}
#news .headline a:visited {
	color: #6F7175;
	text-decoration: none;
}
#news .headline a:hover {
	color: #6F7175;
	text-decoration: underline;
}
#news .headline a:active {
	color: #6F7175;
	text-decoration: none;
}
#news .date {
	font-style:italic;
}
#newsPurple {
	background-image: url(../images/news/RCM-News_r8_c4.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	padding-left: 15px;
	padding-right: 15px;
	font-size:65%;
	color: #FFFFFF;
}
#newsPurple a:link {
	color: #ffffff;
	text-decoration: none;
}
#newsPurple a:visited {
	text-decoration: none;
	color: #ffffff;
}
#newsPurple a:hover {
	text-decoration: underline;
	color: #ffffff;
}
#newsPurple a:active {
	text-decoration: none;
	color: #ffffff;
}
#content h2 {
	font-size: 105%;
	font-weight: bold;
	color: #45297E;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
#content h2 a:link {
	color: #45297E;
	text-decoration: none;
}
#content h2 a:visited {
	text-decoration: none;
	color: #45297E;
}
#content h2 a:hover {
	text-decoration: underline;
	color: #45297E;
}
#content h2 a:active {
	text-decoration: none;
	color: #45297E;
}
#content a:link {
	color: #5eb3da;
	text-decoration: none;
	font-weight:bold;
}
#content a:visited {
	text-decoration: none;
	color: #5eb3da;
	font-weight:bold;
}
#content a:hover {
	text-decoration: underline;
	color: #5eb3da;
	font-weight:bold;
}
#content a:active {
	text-decoration: none;
	color: #5eb3da;
	font-weight:bold;
}
.highlight {
	background: #44297E;
}
#myTable {
	width: 100%;
}
#myTable td {
	margin: 1px;
	padding: 2px;
}
#myTable .padMe {
	padding: 5px;
	color: #787674;
}

