.grey 		{COLOR: #cccccc}
.burgandy 	{COLOR: #800000}
.white 		{COLOR: #ffffff}
.cblgreen	{COLOR: #009933}
.qclorange	{COLOR: #ff9900}
.grass		{COLOR: #ccffcc}

TEXTAREA.textfield 	{BACKGROUND: #ffffff; BORDER-BOTTOM: #808080 1px solid; BORDER-LEFT: #808080 1px solid; BORDER-RIGHT: #808080 1px solid; BORDER-TOP: #808080 1px solid; COLOR: #000000; FONT-FAMILY: Arial, Helvetica, sans-serif, Verdana; FONT-SIZE: 12px; FONT-WEIGHT: normal; MARGIN-LEFT: 5px; MARGIN-BOTTOM: 1px; MARGIN-TOP: 0px}
INPUT.textbox 		{BACKGROUND: #ffffff; BORDER-BOTTOM: #808080 1px solid; BORDER-LEFT: #808080 1px solid; BORDER-RIGHT: #808080 1px solid; BORDER-TOP: #808080 1px solid; COLOR: #000000; FONT-FAMILY: Arial, Helvetica, sans-serif, Verdana; FONT-SIZE: 12px; FONT-WEIGHT: normal; MARGIN-LEFT: 5px; MARGIN-BOTTOM: 1px; MARGIN-TOP: 0px}
SELECT.dropdown 	{BACKGROUND: #ffffff; BORDER-BOTTOM: #808080 1px solid; BORDER-LEFT: #808080 1px solid; BORDER-RIGHT: #808080 1px solid; BORDER-TOP: #808080 1px solid; COLOR: #000000; FONT-FAMILY: Arial, Helvetica, sans-serif, Verdana; FONT-SIZE: 12px; FONT-WEIGHT: normal; MARGIN-BOTTOM: 1px; MARGIN-TOP: 0px}
A:LINK 			{color: #009933; text-decoration: none;}
A:HOVER 		{color: #ff9900; text-decoration: underline; }
A:VISITED		{                text-decoration: none;} <!-- if you specify a VISITED color the HOVER color is not invoked for visited links-->
H1      		{color: #009933; FONT-FAMILY: Arial, Helvetica, sans-serif, Verdana; FONT-SIZE: 20px; FONT-WEIGHT: bold}

.body      	{FONT-FAMILY: Arial, Helvetica, sans-serif, Verdana; FONT-SIZE: 11px; FONT-WEIGHT: normal}
.bodywhite     	{FONT-FAMILY: Arial, Helvetica, sans-serif, Verdana; FONT-SIZE: 11px; FONT-WEIGHT: normal; COLOR: white;}
.headwhite     	{FONT-FAMILY: Arial, Helvetica, sans-serif, Verdana; FONT-SIZE: 12px; FONT-WEIGHT: bold; COLOR: white;}
.subheadgrass  	{FONT-FAMILY: Arial, Helvetica, sans-serif, Verdana; FONT-SIZE: 12px; FONT-WEIGHT: bold; color: black; background: #ccffcc; FONT-STYLE: italic; FONT-WEIGHT: bold; }
.bodymargin 	{FONT-FAMILY: Arial, Helvetica, sans-serif, Verdana; FONT-SIZE: 11px; FONT-WEIGHT: normal ; clip: rect(   ); text-align: left}
.smallest 	{FONT-FAMILY: Arial, Helvetica, sans-serif, Verdana; FONT-SIZE:  9px; FONT-WEIGHT: normal}
.smallfont 	{FONT-FAMILY: Arial, Helvetica, sans-serif, Verdana; FONT-SIZE: 10px; FONT-WEIGHT: normal}
.smallorange 	{FONT-FAMILY: Arial, Helvetica, sans-serif, Verdana; FONT-SIZE: 11px; FONT-WEIGHT: normal; COLOR: orange;}
.smallcblgreen	{FONT-FAMILY: Arial, Helvetica, sans-serif, Verdana; FONT-SIZE: 11px; FONT-WEIGHT: normal; COLOR: #009933;}
.small       	{FONT-FAMILY: Arial, Helvetica, sans-serif, Verdana; FONT-SIZE: 11px; FONT-WEIGHT: normal}
.medium       	{FONT-FAMILY: Arial, Helvetica, sans-serif, Verdana; FONT-SIZE: 12px; FONT-WEIGHT: normal}
.mediumgrass   	{FONT-FAMILY: Arial, Helvetica, sans-serif, Verdana; FONT-SIZE: 12px; FONT-WEIGHT: normal color: black; background: #ccffcc;}
.mediumblue 	{FONT-FAMILY: Arial, Helvetica, sans-serif, Verdana; FONT-SIZE: 16px; FONT-WEIGHT: normal; COLOR: blue;}
.mediumwhite   	{FONT-FAMILY: Arial, Helvetica, sans-serif, Verdana; FONT-SIZE: 12px; FONT-WEIGHT: normal; COLOR: white;}
.blue16 	{FONT-FAMILY: Arial, Helvetica, sans-serif, Verdana; FONT-SIZE: 16px; FONT-WEIGHT: normal; COLOR: blue;}
.blue20 	{FONT-FAMILY: Arial, Helvetica, sans-serif, Verdana; FONT-SIZE: 20px; FONT-WEIGHT: normal; COLOR: blue;}
.black14 	{FONT-FAMILY: Arial, Helvetica, sans-serif, Verdana; FONT-SIZE: 14px; FONT-WEIGHT: normal; COLOR: black;}
.black20 	{FONT-FAMILY: Arial, Helvetica, sans-serif, Verdana; FONT-SIZE: 20px; FONT-WEIGHT: normal; COLOR: black;}
.medium13      	{FONT-FAMILY: Arial, Helvetica, sans-serif, Verdana; FONT-SIZE: 13px; FONT-WEIGHT: normal}
.mediumcblgreen	{FONT-FAMILY: Arial, Helvetica, sans-serif, Verdana; FONT-SIZE: 14px; FONT-WEIGHT: normal; COLOR: #009933;}
.headingwhite 	{FONT-FAMILY: Arial, Helvetica, sans-serif, Verdana; FONT-SIZE: 18px; FONT-WEIGHT: normal FONT-STYLE: normal; COLOR: white}
.largestred 	{FONT-FAMILY: Arial, Helvetica, sans-serif, Verdana; FONT-SIZE: 24px; FONT-WEIGHT: normal FONT-STYLE: normal;}
.linkbody      	{FONT-FAMILY: Arial, Helvetica, sans-serif, Verdana; FONT-SIZE: 11px; COLOR: black;  FONT-WEIGHT: normal; FONT-STYLE: normal; }

.hidden         {FONT-FAMILY: Arial, Helvetica, sans-serif, Verdana; FONT-SIZE: 11px; FONT-WEIGHT: normal FONT-STYLE: none;}

<-- .largefont 	{FONT-FAMILY: Arial, Helvetica, sans-serif, Verdana; FONT-SIZE: 18px; FONT-WEIGHT: normal FONT-STYLE: normal;} -->
.largefont 	{FONT-FAMILY: Arial, Helvetica, sans-serif, Verdana; FONT-SIZE: 12px; FONT-WEIGHT: bold                      }


/* unordered lists */
UL { list-style: outside;
     margin-top: 0;
     margin-bottom: 0;
     word-spacing: 0;
     margin-left: 40;
     list-style-type: disc;
   }

/* list item */
LI { margin: 5;
     padding: 0;
     list-style-image: url(xImages/bulletGreenSquare.gif)
   }


<!--
    To do to complete the site:

         x finish letter from sheldon
         x some reference to charter in choosing quality page
         x Add some more letters of recommendation
        no figure out why the clicked on letters do not always open woindow in the center
        no start scrolling recomendation quotes with something in centre
         x Remove references to client names in all letters of recomendation
         x Add Harbour Lynx to our Links page
         x Clean up contacts page
         x Include reservation office hours on the contact page
         x text and image content for:
         		- Executive Coach,
         		x H345,
         		x Sprinter Mercedes,
         		x White cube vans
         		x Charter service,
         	       no Territory,
         		x Airport service
         x mini menu at the bottom of most pages
         x make it more obvious that you have to click the quality items to see how CBL addresses them
         x Driver Hours
         - WebMaster Experiment
        no reorganize sports to emphasize that we are trusted by big leagues
         x include ravens tickets notice.
        no map showing where we are.
         x Trish's text maybe on the splash page or maybe somewhere else (look at the advert from WWF)
        no identify if browser supports flash. If it does not show JPG or animated GIF instead
         - debug reservation menu
         - when a a page is loaded that is not framed -> frame it.
        no Get permission from Accent Lines (left a message; never heard back; noticed that IMG's FAQ page is almost the same. Asked Mr. Clicka if I could copy IMG he said no problem)
         x Driver hours rules page in PDF format
         - online job application
         x get stats on the frequency of use of different browser versions
           or debug to work with the set of browsers that is used by 80% of population.
           Debug to work with the smallest of these sets.
         x Test live over hi and low speed connections
         - Include the PIPEA requirements + a check box if users want to be included on a mailing list
        no Format the Reservation request text for more ledgibility
         x page or section relating to associations:
                 x IMG,
                 x America Bus Association,
                 x COTA, Counsil Of Tour Associations
                 x BCTA,
                 x Motorcoach Canada,
                 x National Tour Association,
                 x USTOA
         - better pictures for large groups service (maybe a piction of Vancouver Trade and Convention centre)
         - Make sure the the meta keywords and phrases containt Conventions, organize a convention
         - history section to give depth to the company include old photos
         - Credit and/or pay for all javascripts and borrowed material
         - Get a better picture of Sheldon
         - Gather statistics on hits
         x try the following to make web site #1 with search engines
                x if you have a search phrase that you like have it occur frequently in your content.
                x For search phrases ensure that words are close together in content
           	x metatags: for each page choose a different phrase (why?)
           	x ensure that all images have an "alt" tag
         - test and debug with
         	- NS 4,
         	- NS 6,
         	- NS 7,
         	- MSIE 4,
         	x MSIE 5,
         	x MSIE 6,
         	- AOL current version,
         	- AOL last version
         - Review with Sheldon DO NOT PUT ANYTHING ON LINE WITHOUT SHELDON'S OKAY!





-->


