#background {
	background-image: url(../images/p5tv_05.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
.bar_foot {
	background-image: url(../images/bar_foot.gif);
	background-repeat: repeat-x;
	background-position: left top;
	height: 57px;
}
.bar_btn {
	background-image: url(../images/bar_btn.gif);
	background-repeat: repeat-x;
	background-position: left top;
	border: 1px solid #FA94C2;
}
.font_pink3 {
	font-family: sans-serif, Tahoma;
	font-size: 12px;
	color: #D00D78;
}


.bar_foot_left {
	background-image: url(../images/bar_foot2.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	height: 51px;
}
.bar_subbanner {
	background-image: url(../images/bar_subbanner.gif);
	background-repeat: repeat-x;
	background-position: left top;
	height: 146px;
}
.10pixel {
	margin-left: 10px;
	padding-left: 10px;
}

.font_foot {
	font-family: sans-serif, Tahoma;
	font-size: 11px;
	color: #FFFFFF;
	margin-top: 13px;
	margin-bottom: 5px;
	padding-top: 13px;
	padding-bottom: 5px;
}



.bar_banner {
	background-image: url(../images/bar_banner.gif);
	background-repeat: repeat-x;
	background-position: left top;
	height: 184px;
}
.font_pink_head {
	font-family: sans-serif, Tahoma;
	font-size: 13px;
	font-weight: bold;
	color: #CE0984;
}
.font_red {
	font-family: sans-serif, Tahoma;
	font-size: 13px;
	font-weight: bold;
	color: #FF0000;
}
.font_black {
	font-family: sans-serif, Tahoma;
	font-size: 13px;
	color: #000000;
	font-weight: bold;
}
.font_grey_head {
	font-family: sans-serif, Tahoma;
	font-size: 13px;
	font-weight: bold;
	color: #525252;
}
.font_normal_grey {
	font-family: sans-serif, Tahoma;
	font-size: 12px;
	color: #4D4D4D;
}

#thicktabs{
margin: 0;
padding: 0;
float: left;
font: bold 13px Tahoma;
}

#thicktabs li{
display: inline;
}

#thicktabs li a{
float: left;
color: black;
padding: 8px 11px; /*padding of tabs*/
text-decoration: none;
background: transparent url(/images/pinkbg.gif) top right no-repeat;
}

#thicktabs li a#leftmostitem{ /*Extra CSS for left most menu item*/
}

#thicktabs li a#rightmostitem{ /*Extra CSS for right most menu item*/
background-position: top left; /*Position background image to the left instead of default right, to hide indented underline for this link*/
}

#thicktabs li a:visited{
color: black;
}

#thicktabs li a:hover{
color: black;
background-image: url(/images/pinkbgover.gif); /*background image swap on hover*/
}