/*
#divCenter {
	position: absolute;
	width: 760px;
	height: 400px;
	z-index: 2;
	visibility: visible;
}
#divLoading {
	position: absolute;
	width: 100px;
	height: 30px;
	top: 20px;
	left: 20px;
	z-index: 1;
	visibility: visible;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
}
*/
#flashcontent {
 height: 100%;
 }
#divContent {
	scrollbar-face-color: #BABC7A;
	scrollbar-shadow-color: #FFFFFF;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-3dlight-color: #BABC7A;
	scrollbar-darkshadow-color: #BABC7A;
	scrollbar-track-color: #DFE0C2;
	scrollbar-arrow-color: #000000;
	height:317px;
	overflow:auto;
}
.tblLayout {
	border: 1px solid #000000;
	background-color: #E1E2C5;
}
.cellTopLeft {
	border-right-color: #000000;
	border-right-width: 1px;
	border-right-style: solid;
	vertical-align: middle;
	text-align: center;
	background-color: #ffffff;
	width: 138px;
	height: 38px;
	vertical-align: middle;
}
.cellTopRight {
	text-align: right;
	padding-right: 6px;
	background-color: #ffffff;
	width: 619px;
	vertical-align: top;
}
.cellMidLeft {
	border-top-color: #A6B5C5;
	border-right-color: #000000;
	border-right-width: 1px;
	border-right-style: solid;
	border-top-width: 3px;
	border-top-style: solid;
	background-color: #C2A3A0;
	background-image:     url("../sitegfx/menu_tile.jpg");
	background-repeat: repeat;
	height: 317px;
	vertical-align: top;
}
.cellMidMid {
	border-top: 3px solid #A6B5C5;
	border-right: 1px dashed #000000;
	vertical-align: top;
}
.cellMidRight {
	border-top: 3px solid #A6B5C5;
	background-color: #E1E2C5;
	text-align: center;
	vertical-align: top;
}
.cellBottomLeft {
	border-top-color: #A6B5C5;
	border-top-width: 3px;
	border-top-style: solid;
	border-right-color: #000000;
	border-right-width: 1px;
	border-right-style: solid;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666666;
	vertical-align:middle;
	text-align:center;
	background-color:#ffffff;
	height: 37px;
	vertical-align: middle;
}
.cellBottomRight {
	border-top-color: #A6B5C5;
	border-top-width: 3px;
	border-top-style: solid;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666666;
	vertical-align: middle;
	text-align: right;
	padding-right: 10px;
	background-color: #ffffff;
	vertical-align: middle;
}
.tblContent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	text-align: justify;
}
.cellContent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	text-align: justify;
}

/* Paragraph Styles */
p.pTitle {
	font-weight: bold;
	font-variant: small-caps;
	font-size: 10pt;
}
p.pSubTitle {
	font-weight: bold;
	font-variant: small-caps;
	font-size: 8pt;
	background-color: #BABC7A;
}
p.pQuote {
	font-style: italic;
	font-weight: bold;
}
/* Styled Tags */
BODY {
height: 100%;
margin: 0px 0px 0px 0px;
background-color:#BBBBBB;
/*scrollbar-face-color: #BABC7A;
scrollbar-shadow-color: #FFFFFF;
scrollbar-highlight-color: #FFFFFF;
scrollbar-3dlight-color: #BABC7A;
scrollbar-darkshadow-color: #BABC7A;
scrollbar-track-color: #DFE0C2; 
scrollbar-arrow-color: #000000*/
}

p {
	margin-top: 0px;
	margin-bottom: 10px;
	text-align: justify;
}

hr {
color: #000000;
background-color: #000000;
height: 1px;
}

a:link {
color:#CC0000;
}
a:visited {
}
a:hover {
text-decoration: none;
}
a:active {
color:#FF0000;
}
