
.body {
	font-size: 11px;
    font-family: Arial, Helvetica, sans-serif;
	line-height: 17px;
	color: #000;
	background-color: #F1EAD7;
	vertical-align: text-top;
	padding-right: 0px;
	padding-left: 0px;
	text-align: left;
}
.headingSmall {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #0565A5;
	vertical-align: text-top;
	font-weight: bold;
}
.headingLarge {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: bold;
	color: #0565A5;
}


/* page heading label */
.heading
{
    font-size: larger;
    font-weight: bold;
    color: #000000;
    line-height: 30px;
}

/* image style */
.ImageContainer
{
    /* background: url(../../images/shadow.gif) no-repeat left bottom; */
   /* background: url(../../images/shadow.gif) no-repeat bottom right; */
    margin: 10px 0 10px 10px !important;
    margin: 10px 0 10px 5px;
    min-height: 1px;
    min-width: 1px;
}
.ImageContainer img
{
    display: block;
    position: relative;
    background-color: #fff;
    border: 1px solid silver !important;
    margin: -6px 6px 6px -6px;
    padding: 4px;
}

/* thumb image style */
.ThumbContainer img
{
/* display: block; */ /* position: relative; */
    background-color: #fff;
    border: 1px solid silver !important;
    margin: 3px;
    padding: 4px;
}

.ContentArea, .ContentArea td
{
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 17px;
	color: #000;
	background-color: #F1EAD7;
	vertical-align: text-top;
	text-align: left;
}

