/* Rowell's style sheet */

/*Below are the styles used in the online newsletter*/
.TipTopRT {
	background-image: url(../../images/Toppers/Julie/BrellaTop.jpg);
	background-repeat: no-repeat;
	background-position: bottom right;
	background-color: #B1CEE2;
	height: 45px;
	border: none;
}

.NewsletterHeader {
	font-family: "Times New Roman, Times, serif";
	color: #37459E;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
}

.NewsletterWords {
	font-family: "Times New Roman, Times, serif";
	color: #000000;
	font-size: 18px;
	font-weight: bold;
	text-align: left;
}

.NewsletterSubHeader {
	font-family: "Times New Roman, Times, serif";
	color: #37459E;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	padding-bottom: 8px;
}

.NewsletterCopy {
	font-family: "Times New Roman, Times, serif";
	color: #000000;
	font-size: 12px;
	font-weight: normal;
}

.NewsletterTitle {
	font-family: "Times New Roman, Times, serif";
	color: #37459E;
	font-size: 13px;
	font-weight: bold;
	text-align: right;
	padding-left: 15px;
}

.NewsletterType {
	font-family: "Times New Roman, Times, serif";
	color: #000000;
	font-size: 13px;
	font-weight: normal;
	text-align: left;
	padding-left: 5px;
}

.TableBorder {
	border-style: solid;
	border-color: 0198FF;
	border-width: medium;
	background-color: #E8FDFF;
}

/* This is the style used on the inline links on the Newsletter */
a.NewsLink:link {font-family: "Times New Roman, Times, serif"; font-size: 10pt; font-weight: bold; text-decoration: underline; color: #000000;}
a.NewsLink:visited {font-family: "Times New Roman, Times, serif"; font-size: 10pt; font-weight: bold; text-decoration: underline; color: #000000;}
a.NewsLink:hover {font-family: "Times New Roman, Times, serif"; font-size: 10pt; font-weight: bold; text-decoration: none; color: #0066CC;}
a.NewsLink:active {font-family: "Times New Roman, Times, serif"; font-size: 10pt; font-weight: bold; text-decoration: underline; color: #000000;}


/*Above are the styles used in the online newsletter*/
