﻿.Bkgrd2 {
	margin-top: 0px;
	text-align: center;
	background-image: url('../WebGraphics/bg_blue_2.gif');
	background-repeat: repeat;
	background-attachment: fixed;
}
.kidBkgrd {
	margin-top: 0px;
	text-align: center;
	background-image: url('/WebGraphics/r2w.jpg');
	background-repeat: repeat-y;
	background-attachment: fixed;
}
.YABkgrd {
	margin-top: 0px;
	text-align: center;
	background-image: url('/WebGraphics/grn2gray-2.gif');
	background-repeat: repeat-y;
	background-attachment: fixed;
}
.friendbkgrd {
	background-image: url('../images/treeBorder.jpg');
	background-repeat: repeat-x;
	background-position: top;
	background-attachment: fixed;
}
a {
	font-weight: bold;
	text-decoration: none;
	color: navy;
}
a:visited {
	color:navy;	
}
a:hover {
	text-decoration:underline;
	color: #A90101;
}
.bold a {
	font-weight: bold;
}
a.bold {
	font-weight: bold;
}

.bkgrd {
	background-image: url('images/barebook.jpg');
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-color: #fbfbfb;
	margin-left: 20px;
}
/*
.redbar {
	scrollbar-track-color: "#FF0000";
	scrollbar-face-color: "#99ccFF";
	scrollbar-arrow-color: "#FFaaaa";
	scrollbar-highlight-color: "#99ccFF";
}
*/
.boxed {
	border-style: solid;
	border-width: 2px 1px 1px 2px;
	background-color: #FFFFFF;
	border-color: #000000 #999999 #999999 #000000;
}
.boxed3 {
	border-style: inset;
	border-width: 4px 3px 3px 4px;
	border-color: #000000 #999999 #999999 #000000;
}
.wht {
	background-color: #FFFFFF;
}
.ctr {
	text-align: center;
}
.left {
	text-align: left;
}

.sans {
	font-family: Arial, Helvetica, sans-serif;
}
.t-10 {
	font-size: 10px;
}
.t-12 {
	font-size: 12px;
}
.t-14 {
	font-size: 14px;
}
.t-16 {
	font-size: 16px;
}
.t-18 {
	font-size: 18px;
}
.t-24 {
	font-size: 24px;
}
.frame {
	border-style: solid;
	border-width: 2px 1px 1px 2px;
	border-color: #000000 #999999 #999999 #000000;
}
