/*
	blue1:#003399;
	blue2:#000066;
	
	stone: #EEEEDD;
	dstone:#AAA999;

*/


/* HEADER */

.headerBODY {
	margin: 0px;

}

.headerStripTABLE{
	background-color:#ff9900;
	background-image: url(../images/_orangeDots.gif);
	background-repeat: no-repeat;
	background-position: right;
	height:9px
}
.headerTABLE {
	background-image: url(../images/_headerBG2.gif);
	background-repeat: no-repeat;
	background-position: left;
	height:84px;
	border-bottom:1px solid #003366;
}
.headerTitle1 {
	font-family: Arial;
	font-size: 27px;
	color:#003399;
}

.headerTitle2 {
	font-family: Arial;
	font-size: 18px;
	color:#003399;
}

.headerTitle3{
	font-family: Arial;
	font-size: 13px;
	color:#003399;
	padding-top:6px;
	padding-left:8px;
	padding-right:8px;
	height:61px;
}



A.headerLink {
	font-family: verdana;
	font-size: 11px;
	color:#003399;
	text-decoration: none;
}
A.headerLink:hover {
	text-decoration: underline;
}


/* Header STRIP */

.stripBG {
	font-family: verdana;
	font-size: 11px;
	color:white;
	height:19px;
	background-color:#003399;
	padding-left:8px;
}

A.stripLink {
	font-family: verdana;
	font-size: 12px;
	color:white;
	width:80px;
	text-decoration:none;
	border-left:1px solid white;
	text-align:center;
	height:20px;
	padding-top:2px;
}

A.stripLink:hover {
	color:black;
	background:#EEEEDD;
}



/* ITEM HEADER */

.itemHeaderBODY {
	margin:0px;
	padding:10px;
}

.itemHeader1 {
	COLOR: #003399;
	FONT-FAMILY: Arial,Helvetica,sans-serif;
	FONT-SIZE: 18px;
	MARGIN-LEFT: 14px;
	font-style:italic;
	padding-right:20px;
	padding-left:18px;
	background-image: url(../images/_orangeDots.gif);
	background-repeat: no-repeat;
	background-position: left;
	border-bottom:1px solid #ff9900;

}
.itemHeader2{
	background-image: url(../images/_headerDiagonal.gif);
	background-repeat: no-repeat;
	background-position: right;
	width:19px;
}
.itemHeader3{
	border-top:1px solid #ff9900;
}
A.breadcrumb, .breadCrumbTD {
	font-family: verdana;
	font-size: 11px;
	color:#003399;
	display:none;
}
A.breadcrumb:hover {
	text-decoration:none;
}


A.button {
	font-family:verdana;
	font-size:10px;
	height:19px;
	text-decoration:none;
	color: #555555;
	background-color: white;
	text-align:center;
	padding-left:4px;
	padding-right:4px;
	padding-top:0px;
	margin-top:2px;
	line-height:15px;
	border-right:1px solid #ff9900;
		background-image: url(../images/_btnOff.gif);
	background-repeat: no-repeat;
	background-position: left;
}

A.button:active,A.button:hover {
	color:white;
		background-image: url(../images/_btnOn.gif);
	background-repeat: no-repeat;
	background-position: left;
}
.pdfdoc {
	color:#003399;
	background-image: url(../images/pdfdoc.gif);
	background-repeat: no-repeat;
	background-position: center;
	height:52px;
	width : 32px;
	padding-bottom:20px;
	border-bottom:1px solid #dedede;
}
.pdfdoc2 {
	color:white;
	background-image: url(../images/pdfdoc.gif);
	background-repeat: no-repeat;
	background-position: center;
	height:32px;
	width : 32px;
	font-family: Verdana;
	font-size:11px;
	padding-left:4px;
	padding-right:4px;
	padding-bottom:2px;
	color:#003399;
	line-height:32px;
	border-bottom:1px solid #dedede;
}

/* FOOTER */

.footerBODY {
	margin-top:2px;
	border-top:1px solid #003399;
}
.footerTD {
	background-color:#f6f6f6;
	font-family:verdana;
	font-size:11px;
	color:#666666;
	height:20px;
	padding-right:10px;
	padding-left:10px;
}

A.footerLink {
	font-family:verdana;
	font-size: 10px;
	color:black;
	text-decoration:none;
}
A.footerLink:hover {
	text-decoration:underline;
}
