body {
	margin:0px;
	padding: 0px;
	background: url('http://www.lovettentertainment.com/images/logo_200H.jpg') repeat-y right top #E0E8EB;
	font-family : Arial, Helvetica, Tahoma, Verdana, Geneva, sans-serif;
	font-size: 80%;
}
h1, h2, h3, h4, h5, h6 { margin:0px; padding:0px;}

/* COLORS  */

/* LEGACY COLORS */

.dark_blue { color: #4C8499; }
.dark_blueBG { background-color: #4C8499; }

.light_blue1 { color: #E0E8EB; }
.light_blue1BG { background-color: #E0E8EB; }


.dk_blue1 { color: #4C8499; }
.dk_blue1BG { background-color: #4C8499; }

.lt_blue1 { color: #E0E8EB; }
.lt_blue1BG { background-color: #E0E8EB; }

.dk_grey1 { color: #9D9D9D; }
.dk_grey1BG { background-color: #9D9D9D; }


.button_dark1 {
	background: #4C8499;
	padding: 4px;
	border-bottom: 3px solid;
	border-left: 2px solid;
	border-right: 2px solid;
	border-top: 3px solid;
	color: #E0E8EB;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 95%;
	font-weight : bold;
}
// a {text-decoration: underline; color: #4C8499;}

a:link, a:visited {
	font-variant: normal;
	text-decoration : underline;
	color : #4C8499;
}
a:hover {
	font-variant : normal;
	text-decoration : none;
}

a:active {
	font-variant : normal;
	text-decoration: none;
	color : #993366;
}

.release_feature1 { margin-bottom:15px; }
.feature_body1 {
	font-size: 12px;
	margin: 0 0 10px 0;
}

// CONTENT CELL

.contentCell { padding-left:10px; padding-right:10px; padding-bottom:10px; background: #9D9D9D; }

.contentCell2 { padding-left:10px; padding-right:10px; padding-bottom:10px; background: #9D9D9D; }

.contentCell2 p a:link, .contentCell2 p a:visited  { color: #000000; font-weight: bold; }