@charset "utf-8";
/* CSS Document */
body {
	background-color: #2A2A2A;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.body-bg {
	background-attachment: scroll;
	background-image: url(layout/body-bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.leftbg {
	background-attachment: scroll;
	background-image: url(layout/body-bg-left.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.rightbg {
	background-attachment: scroll;
	background-image: url(layout/body-bg-right.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.PhotoBdr {
	border: 2px solid #0000FF;
	padding: 0px;
	margin: 2px;
}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
}
.bullet-paw {
	list-style-position: outside;
	list-style-image: url(layout/bullet.jpg);
}
.footerbg {
	background-color: #FFFFFF;
}
a {
	font-size: 12px;
	color: #0000FF;
}
a:visited {
	color: #000033;
}
a:hover {
	color: #0099FF;
}
a:active {
	color: #0000FF;
}
.whitebg {
	background-color: #FFFFFF;
}
.text-blue {
	color: #0000FF;
	font-weight: bold;
}
.body-text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000000;
}

.body-text-blue {
	color: #0000FF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
}
.Page-Header {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
}
.blue-underline {
	border-top-width: 3px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #0000FF;
	border-right-color: #0000FF;
	border-bottom-color: #0000FF;
	border-left-color: #0000FF;
}
