@charset "UTF-8";
/* CSS Document */

body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background:url(images/pink_bg.gif);
	background-position:top;
	background-repeat:repeat-x;
}
.tblmenu{ background-color:#FFFFFF; left:-10px;
}
body,td,th {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #EC008C;
}
.greyBox {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #333333;
	border: 1px solid #666666;
}
.whiteText {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #ffffff;
}
.greyText {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #666666;
}
.orangeText {
	color: #F7941E;
}
.orangeTitle {
	color: #F7941E; 
	font-size:14px;
}
.pinkTitle {
	color: #EC008C; 
	font-size:14px;
	font-weight:bold;
}
.pinkButton {
	background-color: #EC008C;
	border: 1px solid #EC008C;
	color: #FFFFFF;
	font-size: 10px;
}
a:link {
	color: #EC008C;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #EC008C;
}
a:hover {
	text-decoration: none;
	color: #F7941E;
}
a:active {
	text-decoration: none;
	color: #F7941E;
}

#slider-bg {
position: relative;
background:url(images/sliderbg.jpg) 3px 0 no-repeat;
height:230px;
width:27px;
}

#slider-thumb {
position: absolute;
width: 27px;
}


