@charset "utf-8";
body {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}
.bdr {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}
.bdr2 {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}
.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	color: #5C3020;
	text-decoration: none;
}
.whitetext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	color: #FFFFFF;
	text-decoration: none;
}
.imgbdr {
	border: 5px solid #C82200;
}
.chaperlinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #5C3020;
	text-decoration: none;
	background-image: url(dots3.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	display: block;
}
.chaperlinks:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #E95400;
	text-decoration: none;
}
.dotsver {
	background-image: url(dots.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}
.whitelinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	color: #FFFFFF;
	text-decoration: none;
}
.whitelinks:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	color: #FFFFFF;
	text-decoration: underline;
}
.sublinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 24px;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	text-align: left;
	padding-left: 10px;
	text-indent: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
	background-color: #E95400;
	list-style-image: url(arrow.jpg);
	list-style-position: outside;
}
.sublinks:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 24px;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	text-align: left;
	padding-left: 10px;
	text-indent: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
	background-color: #9F3900;
	list-style-image: url(arrow.jpg);
	list-style-position: outside;
}
.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #E95400;
	text-decoration: none;
}

h1 {
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: large;
   border: thin dotted #FF0000;
   padding-top: 10px;
   padding-right: 0px;
   padding-bottom: 10px;
   padding-left: 10px;
   background-color: #CCFFFF;
}

h3 {
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: small;
   border: thin dotted #FF0000;
   padding-top: 5px;
   padding-right: 0px;
   padding-bottom: 5px;
   padding-left: 10px;
   /* background-color: #CCFFFF; */
   background-image:url('img/greenish_pixel_2.gif');
   background-repeat:repeat-x;
}

th
{
background-color:khaki;
color:white;
}

.image {
   border-style: outset;
   border-color: red;
   border-width: 10px;
}
