@charset "iso-8859-1";
/*Corporate Wellbeing Stylesheet*/
/*Background= #666666*/
/*Pink= #FF00FF*/
/*Rollover Blue= #006CFF*/
/*Default image size for image window = 195 * 174 px*/

/*Main Body text*/
BODY
   {
  	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	cursor:../pix/CWMouse.gif;
   }

p
   {
  	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	cursor:../pix/CWMouse.gif;
   }

DIV{
  text-align : left;
  padding : 5px;
  width : 100%;
  height : 10em;
  overflow: auto;
  scrollbar-Arrow-Color : #CCCCCC
  scrollbar-Face-Color : #FF00FF
}

   
/*Heading 1 Big & Pink!*/
h1 {
	font-weight:bold;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FF00FF;
    }
/*Heading 2 Slightly Smaller and Pink!*/
h2 {
    font-weight:normal;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF00FF;
    }

/*list items with CW bullet*/
li {
   list-style-image:url(../pix/CWBullet.jpg);
   marker-offset:25px;
   font-size: 12px;
   }
/* Horizontal Rule in Pink */
hr {
   color:#FF00FF
   }
   
/*Links - Normal = pink, Visited = blue*/

a:link {color:#ff00ff}
a:visited {color:#006cff}

/*This is the main content which scrolls*/
#scroller {
   position:relative; 
   width:315px; 
   height:285px; 
   overflow:auto;
   scrollbar-face-color:#FF00FF;
   scrollbar-track-color:#CCCCCC;
   }

/*For a list of links (eg. the different Gym sizes)*/
p.linx {
   color: #FF00FF;
   text-decoration:underline;
   cursor: hand
   }