/**  Hog River Canoe Club Styles  rev 07.15.05**/

/** -----------------------------------------------  **/
/** Default attributes				     **/
/** -----------------------------------------------  **/
	BODY, p, li,td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	font-style: normal;
	color: #000000
	}

/** -----------------------------------------------  **/
/** Default links				     **/
/** -----------------------------------------------  **/
	a:link, a:active, a:hover {
	color:#000099
	}

	a:visited {
	color: #3399CC
	}


/** -----------------------------------------------  **/
/** Links with underscore that hover Orange     **/
/** -----------------------------------------------  **/
	a.linkunderline, a.linkunderline:visited, a.linkunderline:active {
	text-decoration: underline;
	color: #0000CC;
	padding: 5px
	}

	a.linkunderline:hover {
	color: #FF9900;
	text-decoration: underline;
	padding: 5px
	}

/** --------------------------------------------  **/
/** Navigation table styles 			  **/
/** --------------------------------------------  **/
	.navtablecell {
	padding: 5px
	}

	.navtext, a.navtext, a.navtext:visited, a.navtext:active {
	font-size: 12px;
	Font-weight: bold;
	color: #006699;
	text-decoration: none;
	line-height: 90%;
	letter-spacing: 90%;
	word-spacing: 90%
	}

	a.navtext:hover {
	font-size: 12px;
	Font-weight: bold;
	color: #CC3300;	
	text-decoration: none;
	line-height: 90%;
	letter-spacing: 90%;
	word-spacing: 90%
	}

/** --------------------------------------------  **/
/** Front page Nav Table Body Cell 		  **/
/** --------------------------------------------  **/
	.frontnavcell {
	padding: 8px;
	font-size: 12px;
	background-color: #F4F4F4;
	border-color: #CCCCCC;
	border-width: 1px;
	border-style: solid
	}

/** --------------------------------------------  **/
/** Table Title cell Light: Yellow/Orange	 		  **/
/** --------------------------------------------  **/
	.tabletitlelight {
	font-family: Arial, Helvetica, sans-serif;
	padding: 4px;
	padding-left: 12px;
	font-size: 16px;
	font-weight: bold;
	background-color: #FFCC00;
	color: #000099
	}

/** --------------------------------------------  **/
/** Table Title cell Dark: Orange	 		  **/
/** --------------------------------------------  **/
	.tabletitledark {
	font-family: Arial, Helvetica, sans-serif;
	padding: 4px;
	padding-left: 12px;
	font-size: 16px;
	font-weight: bold;
	background-color: #FF9900;
	color: #000099
	}

/** --------------------------------------------  **/
/** Header Sizes		 		  **/
/** --------------------------------------------  **/
	.head1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 180%;
	font-weight: bold;
	font-style: normal
	}

	.head2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 160%;
	font-weight: bold;
	font-style: normal
	}

	.head3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 140%;
	font-weight: bold;
	font-style: normal
	}
	
	.head4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 110%;
	font-weight: bold;
	font-style: normal
	}

	.head5 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: bold;
	font-style: normal
	}

	.head6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-weight: bold;
	font-style: normal
	}

/** --------------------------------------------  **/
/** News box			 		  **/
/** --------------------------------------------  **/
	.newsbox {
/**	font-family: Arial, Helvetica, sans-serif;	**/
	padding: 4px;
	font-size: 12px;
	font-weight: normal;
	background-color: #FFFFCC;
	color: #000000;
	font-style: normal;
	border-width: 1px;
	border-color: #FF9900;
	border-style: solid
	}

/** --------------------------------------------  **/
/** Blue box			 		  **/
/** --------------------------------------------  **/
	.bluebox {
	padding: 4px;
	font-size: 12px;
	background-color: #66CCFF;
	border-color: #000099;
	border-width: 1px;
	border-style: solid
	}


	.menubackground {
	background-attachment: scroll;
	background-color: #FFCC00;
	background-image: url(media/PaddleMenu.gif);
	background-repeat: no-repeat;
	background-position: center top
	}

/** --------------------------------------------  **/
/** Black Bar Header Style			 			  **/
/** --------------------------------------------  **/
	.blackbar, a.blackbar, a.blackbar:visited, a.blackbar:active {
	font-size: 12px;
	font-weight: bold;
	color: #33CCFF;
	background-color: #000000;
	text-decoration: none
	}

	a.blackbar:hover {
	font-size: 12px;
	font-weight: bold;
	color: #FF9900;	
	background-color: #000000;
	text-decoration: none
	}
	
/** --------------------------------------------  **/
/** Front page Nav Table Body Cell 		  **/
/** --------------------------------------------  **/
	.canoecell {
	padding: 4px 8px 12px 8px;
	font-size: 13px;
	line-height: 98%;
	background-color: #FFFFFF;
	color: #000000;
	Xcolor: #3399CC;
	font-weight: normal;
	}

/** --------------------------------------------  **/
/** Quotes								 		  **/
/** --------------------------------------------  **/
	.quotes {
	padding: 4px 12px 4px 12px;
	font-size: 12px;
	Xline-height: 95%;
	font-weight: normal;
	}

	.underline {
	text-decoration: underline
	}
	
	.paddedcells {
	padding: 4px 12px 4px 12px
	}
	
	.purple {
	color: #990099
	}
	
	.orange {
	color: #FF9900
	}
	
	.red {
	color:#CC3300
	}
