/* settings for the whole page */
/* background image = the page background */
/* font family = the default font(s) */
/* color = default font colour */
body{
	background-image : url(graphics/tile10.gif);
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : #663333;
}

/* settings for the left hand bar */
/* background image = the page background */
/* font family = the default font(s) */
/* color = default font colour */
TD.leftbar{
	background-image : url(graphics/barback.gif);
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : #663333;
	font-size : 80%;
	vertical-align : top;
}

/* settings for the divider bar */
/* background image = the page background */
TD.dividerbar{
	background-image : url(graphics/vertbar.gif);
}

/* Settings for the main area of the screen - the right hand part */
/* background image = not required - use page background */
/* font family = the default font(s) */
/* color = default font colour */
TD.rightbar{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 80%;
	vertical-align : top;
	color : #663333;
}

/* Settings for the field report text */
.fieldreports{
	color : #FF6633;
}

/* Settings for phone number and contact email */
.telemail{
	font-weight : bold;
	color : #FF6633;
	text-align : center;
}

/* Settings for the travel details */
DIV.traveldets{
	font-size : smaller;
	text-align : center;
	color : #663333;
	font-weight : normal;
}

/* Settings for links */
A{
	color : #993333;
}

/* Colour links go when mouse hovers over them */
A:hover{
	color : Red;
}

/* Settings for girls name links */
/* same as standrad links with these changes */
A.girls{
	font-weight : bold;
}

/* Settings for the disclaimer text */
DIV.disclaimer{
	font-weight : bold;
	font-size : smaller;
}

/* Settings for the contact details on the contact pages */
TABLE.contact{
	font-weight : bold;
	color : Red;
}

DIV.rollover{
	visibility : hidden;
	position:absolute;
	color : Red;
}

TD.girlfees{
	font-size : x-small;
}
TD.girlfees2{
	font-size : xx-small;
}