/*  #AB7355 orangish */
/*	#D5D5B5 dark tan */
/*	#ECECDA light tan */
/*	#333344 dark blue */
/*	#749EB9 light blue */
/*	#374F67 middle blue */

BODY,TH,P,LI,UL,DT,DD,DL,FORM,BLOCKQUOTE,TR,TD,TABLE,INPUT,TEXTAREA {
	font-size: 10pt;
	font-family: Arial, Helvetica, sans-serif; 
	color: #1D1D1D;
}

FONT,B,I,U,H1,H2,H3,H4,H5 {
	font-family: Arial, Helvetica, sans-serif; 
}

FORM {
	display: inline;
}

HR {
	border-top: 2px solid #AB7355;
}

A {
	color: #374F67;
	text-decoration: underline;
}

A:hover {
	color: #FF0000;
}

.divContent {
	vertical-align: top;
	padding: 10px;
}

.divContentTitle {
	color: #374F67;
	font-size: 12pt;
	font-weight: 800;
}

.divLargeTitle {
	color: #374F67;
	font-size: 10pt;
	font-weight: 800;
}

.divSmallTitle {
	color: #374F67;
	font-size: 10pt;
	font-weight: 800;
}

.divTinyTitle {
	color: #BB4E42;
	font-size: 8pt;
}

.divLargeText {
	color: #1D1D1D;
	font-size: 12pt;
	font-weight: 800;
}

.divSmallText {
	color: #1D1D1D;
	font-size: 10pt;
	font-weight: 800;
}

.divTinyText {
	color: #1D1D1D;
	font-size: 8pt;
}

.divBar {
	color: white;
	font-size: 8pt;
	background-image: url(./images/barbg.gif);
	background-repeat: repeat-x;
	height: 40px;
}

.hrefBar:hover {
	color: red;
}

.hrefBar {
	color: #374F67;
	text-decoration: none;
}

.hrefBar_hl:hover {
	color: red;
}

.hrefBar_hl {
	color: #FF0000;
	text-decoration: none;
}

.divMenu {
	background-color: #AB7355;
	height: 20px;
	text-align: center;
}

A.divTblLable {
	color: #FFFFFF;
	text-decoration: none;
}

A.divTblLable:hover {
	color: #FFFFFF;
}

.divTblLable {
	font-size: 8pt;
	color: #FFFFFF;
	background-color: #AB7355;	
	padding-top: 2px;
}

TH {
	font-size: 8pt;
	color: #374F67;
	background-color: #AB7355;
	padding-top: 2px;
}

.divTbl {
	border: 1px solid #AB7355;
}

.divTblLine1 {
	/* normal line item */
}

.divTblLine2 {
	/* gray line item */
	background-color: #E2E2C8;
}

.divTblLineH {
	/* gray line item */
	background-color: #FFFFCC;
}

.divHead {
	height: 120px;
}

.fntHead {
	font-size: 8pt; 
	color: #4B4BA5;
}

A.fntHead {
	font-weight: 900;
	text-decoration: none;
}

A.fntHead:hover {
	color: black;
}

.divLogo {
	height: 90px;
}

.divLabel {
	font-size: 12pt;
	font-weight: 800;
	text-transform: capitalize;
}

.divFoot {
	background-color: #374F67;
	font-size: 8pt;
	padding: 5px;
	color: #E6E6E6;
}

A.divSideBar { color: #FFFFFF; }
.divSideBar {
	padding: 5px;
	height: 100%;
	width: 100%;
}

.divURL {
	position: absolute;
	z-index: 4;
	color: white;
	top: 40px;
	left: 180px;
	font-size: 8pt;
 }

.tblBlock {
	/* style for sidebar table block */

}


.divSideBlock {
	background-color: #B5C7D5;
	width: 100%;
	border: 1px solid #374F67;
}

.divBlkLable {
	text-align: center;
	color: #A7A29E;
	background-color: black;
	font-weight: bold;
	font-size: 10pt; 
}

A.divBlk {
	color: black;
	width: 100%;
	text-decoration: none;
}

A:hover.divBlk {
	width: 100%;
	background-color: #00CCCC;
	color: black;
}

.divBlk {
}

.divBlkLine1 {
	/* normal line item */
	background-color: #A7A29E;
}

.divBlkLine2 {
	/* gray line item */
	background-color: #A7A29E;
}

TH.tblBlock {
	/* style for sidebar table block */
	color: white;
	background-color: #9A9EA7;
	font-weight: bold;
	font-size: 10pt; 
	border-top: 1px solid #C0C0C0;
	border-bottom: 1px solid #272727;
}

INPUT {
	font-size: 8pt;
	border: 1px solid #808080;
	background-color: #E6E6E6;
}

SELECT {
	font-size: 8pt;
	border: 1px solid #808080;
	background-color: #E6E6E6;
}

TEXTAREA {
	border: 1px solid #808080;
}

BUTTON {
	font-size: 8pt;
	color: #E6E6E6;
	border: 1px solid #374F67;
	border-right: 1px solid #FFFFFF;
	background-color: #374F67;
	text-align: center;
}

.btnLink:hover {
	color: #FFFFFF;
	background-color: #374F67;
}

.btnLink_hl:hover {
	color: #FFFFFF;
	background-color: #374F67;
}

.btnLink {
	font-size: 8pt;
	color: #FFFFFF;
	background-color: #AB7355;
	width: 100px;
	height: 18px;
	text-align: center;
	padding-top: 1px;
	display: table-cell;
}

.btnLink_hl {
	font-size: 8pt;
	color: #FFFFFF;
	background-color: #374F67;
	width: 100px;
	height: 18px;
	text-align: center;
	padding-top: 1px;
	display: table-cell;
}

.btnSide:hover {
	color: #2A2A2A;
	background-color: #FFFFCC;
}

.btnSide_hl:hover {
	color: #2A2A2A;
	background-color: #FFFFCC;
}

.btnSide_title {
	display: block;
	color: #FFFFFF;
	background-color: #374F67;
	width: 100%;
	text-align: center;
	padding: 1px;
}

.btnSide {
	display: block;
	color: #2A2A2A;
	font-size: 8pt;
	width: 100%;
	height: 15px;
	padding-left: 5px;
}

.btnSide_hl {
	display: block;
	color: #2A2A2A;
	font-weight: bold;
	font-size: 8pt;
	width: 100%;
	height: 15px;
	padding-left: 5px;
	background-color: #FFFFCC;
}

.btnSide2:hover {
	color: #2A2A2A;
	background-color: #FFFFCC;
}

.btnSide2_hl:hover {
	color: #2A2A2A;
	background-color: #FFFFCC;
}

.btnSide2_title {
	display: block;
	color: #FFFFFF;
	background-color: #374F67;
	width: 100%;
	text-align: center;
	padding: 1px;
}

.btnSide2 {
	display: block;
	color: #2A2A2A;
	font-size: 8pt;
	width: 100%;
	height: 15px;
	padding-left: 5px;
}

.btnSide2_hl {
	display: block;
	color: #2A2A2A;
	font-weight: bold;
	font-size: 8pt;
	width: 100%;
	height: 15px;
	padding-left: 5px;
	background-color: #FFFFCC;
}

/* Calculator Classes */
.disabled {
	color: #666666;
	border-width : 1px;
	text-align: right;
}

.header1 {
	background-color: #CCCCCC;
}
.header2 {
	background-color: #E6E6E6;
}

.header 
{
	background-color: #374F67;
	color: #FFFFFF;
	font-weight: bold;
}

CAPTION
{
	background-color: #374F67;
	color: #FFFFFF;
	font-weight: bold;
}

.tab {
	background-color: #AB7355;
	color: #FFFFFF;
	border: 1px solid black;
	border-bottom: none;
	width: 100px; 
	padding: 2px; 
	text-align: center;
	cursor: hand;
}

.tab_hl {
	font-weight: bold;
	background-color: #374F67;
	color: #FFFFFF;
	border: 1px solid black;
	border-bottom: none;
	width: 100px; 
	padding: 2px; 
	text-align: center;
}

.tabContainer
{
	border-bottom: 1px solid #000000;
	padding-left: 15px;
	padding-top: 10px;
}



@media print {
	.divSideBar, .divMenu, .divHead, .divFoot, .completeSideBar 
		{	display: none;	}
}
