/* CSS Document */

body {font-family: Arial, Helvetica, sans-serif; background-color:#BBBBBB;
background-image: url(Assets/wh_bgnd.JPG); background-attachment: fixed; background-repeat: repeat;
}

.pagetitle {font-size:26px; font-weight: bold; color:#cc0000;} 

/* Blue Button links and font*/
.class1 A:link {text-decoration: none; color: White; font-weight: bold;}
.class1 A:visited {text-decoration: none; color: White; font-weight: bold;}
.class1 A:active {text-decoration: none; color: White; font-weight: bold;}
.class1 a:hover { color: blue; background-color: white; text-decoration: none; } 


.style2 {font-size: 14px; font-weight: bold;  color: #FFFFFF; }

/* Links in the body (not blue bottons */
A:link {text-decoration: underline;  color: #3300CC;}
A:visited {text-decoration: underline;  color: #3300CC;}
A:active {text-decoration: underline;  color: #3300CC;}
A:hover {text-decoration: underline overline; color:  #3300CC;}


/* Header fonts */
.style3 {	font-size: 18px; font-weight: bold;  color: #006600; }
.style8 {font-size: 24px; font-weight: bold;  color: #006600; }
.style4 {font-size: 14px; color: #000000; }

.style11 {font-size: 36px;  color: #3300CC; font-weight: bold; }
.style10 {font-size: 20px;	font-weight: bold; color: #3300CC;}
.style19 {font-size: small; color: #000000;}


/* Calendar fonts*/
.style35 {color: #999999; font-size: 12px; }
.style40 {color: #0000FF; font-size: 12px; }
.style41 {color: #0000FF; font-size: 12px; font-weight: bold;}
.style46 {color: #000000; font-size: 12px; }

/* Text first page */

.style13 {color: #0000FF; font-size: 14px;}
.style14 {color: #3300cc; font-size: 14px; }
.style15 {color: #3300cc; font-size: 18px; }


/* "Boating is fun...*/
.style26 {	color: #CC3300;	font-style: italic;	font-weight: bold; font-family: Arial, Arial, Helvetica;}

/* Bottom of pages */

.style21 {font-size: 12px; }

/*  999999 is grey
    0000FF is  blue
	 CC3300 is red
	 000000 is Black
	 FFFFFF is White*/

