body {
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
}

a:link { color: white; text-decoration: underline }
a:active { color: white; text-decoration: underline }
a:visited { color: white; text-decoration: underline }
a:hover { color: white; text-decoration: none }

a.orangelink:link { color: #ff9900; text-decoration: none }
a.orangelink:active { color: #ff9900; text-decoration: none }
a.orangelink:visited { color: #ff9900; text-decoration: none }
a.orangelink:hover { color: #ff9900; text-decoration: underline }

a.bluelink:link { color: #000066; text-decoration: none }
a.bluelink:active { color: #000066; text-decoration: none }
a.bluelink:visited { color: #000066; text-decoration: none }
a.bluelink:hover { color: #000066; text-decoration: underline }

.bgLeft {
	background-image: url(images/bg_left.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.bgRight {
	background-image: url(images/bg_right.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.bgMiddle {

	background-image: url(images/bg_middle.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
td {
	font-family: Tahoma;
	color: #FFFFFF;
	font-size: 11px;
}
.txtMedium {
	font-size: 12px;
	font-weight: bold;
}
.txtOrange {
	color: #FF8500;
}
.txtSmall {
	font-size: 10px;
	font-weight: bold;
	color: #CCCCCC;
}
.bgContentBio {
	background-image: url(images/bio_photo.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
.bgContentBlank {
	background-image: url(images/contentBg_blank.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
.pressThumb {
	color: #FFFFFF;
	background-color: #101844;
}
.bgContentDates {

	background-image: url(images/dates_photo.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
.bgContentCharts {


	background-image: url(images/charts_photo.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
.bgContentRadio {



	background-image: url(images/radio_photo.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
.subMenuBg {
	background-image: url(images/submenu_bg.png);
	background-repeat: repeat-x;
	background-position: top;
	font-size: 12px;
	font-weight: bold;
	color: #E98513;

}
.bgContentMedia {



	background-image: url(images/media_photo.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
.BgWhite {
	background-color: #FFFFFF;
}
.thumbBg {
	background-color: #2B3E99;
}
.bgContentStore {




	background-image: url(images/store_photo.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
.txtLarge {
	font-size: 16px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;

}
.txtBlue {
	color: #28398E;
	font-weight: bold;
	font-size: 12px;


}
.txtNewsHeading {
	font-size: 18px;
	font-weight: bolder;
	font-family: Arial, Helvetica, sans-serif;
	color: #243482;

}
