body {
	margin: 0px;
	background-color: #f1ece0;
}
td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}
.border-main {
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #932c30;
	border-right-color: #932c30;
	border-bottom-color: #932c30;
	border-left-color: #932c30;
}
a {
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}
a:hover {
	font-weight: bold;
	color: #993300;
	text-decoration: underline;
}
a:visited {
	font-weight: bold;
	color: #cc9933;
	text-decoration: none;
}
.large {
	font-size: 12px;
}
.large-dark {
	font-size: 12px;
	color: #333333;
}
.tiny {
	font-size: 9px;
}
input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.border-tl {
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #993300;
	border-right-color: #993300;
	border-bottom-color: #993300;
	border-left-color: #993300;
}
.large-bold {
	font-size: 12px;
	font-weight: bold;
	color: #093C68;
}
.bullet-list {
	list-style-position: inside;
	list-style-image: url('/FamilyIndex/images/bullet-list.gif');
}
.border-l {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #993300;
	border-right-color: #993300;
	border-bottom-color: #993300;
	border-left-color: #993300;
}
.tiny-bold {
	font-size: 9px;
	font-weight: bold;
}
.tiny-bold-wh {
	font-size: 9px;
	font-weight: bold;
    color: #FFFFFF;
}
.larger-bold {
	font-size: 14px;
	font-weight: bold;
	color: #333333;
}
TR.large TD a
{
	font-size: 12px;
}
TR.large TD TABLE TR TD a
{
	font-size: 10px;
}
.pageLink
{
	vertical-align: bottom;
}
.pageLink a {
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}
.pageLink a:hover {
	font-weight: bold;
	color: #993300;
	text-decoration: underline;
}
.pageLink a:visited {
	font-weight: bold;
	color: #cc9933;
	text-decoration: none;
}

.currentPageLink
{
	font-size: 12px;
	font-weight: bold;
	color: #cc9933;
}

.sectiontitle2{font-family: franklin gothic demi condensed, Tahoma, Arial Black, Verdana, Arial, Helvetica, sans-serif;
	          font-size: 12px;
	          color:#993300;
	          font-style:italic;
	          font-weight:700;
	          text-transform:uppercase;
}

@media print
{
    .screen-only {
        display: none;
    }
    .print-only {
        display: block;
    }
}

@media screen
{
    .print-only {
        display: none;
    }
}

