/* - - BEGIN SITE WIDE BACKGROUND CLASSES - - */

 A:active {color:#660033; text-decoration:none; font:9pt arial; font-weight:normal}
 A:link {color:#660033; text-decoration:none; font:9pt arial; font-weight:normal}
 A:visited {color:#339999; text-decoration:none; font:9pt arial; font-weight:normal}
 A:hover {color:#333333; text-decoration:none; font:9pt arial; font-weight:normal}

table.tableBG { width: 100% }
table.tableContentBG { width: 100% }

div#EpyContent {
	padding-left: 10px;
	width: 600;
}

table#EpyFooter {
	width: 713;
	border: 0;
}

#contentImg img {
	width: 150px;
	height: 300px;
}
/* Float Image Left of Content */
#contentImg {
	float: left;
	margin: 10px;
	margin-right: 20px;	
	height: 100%;
}

#content { text-align: left;
	padding-left: 20px;
        padding-right: 20px; }

#content h2 { padding-top: 0;
              margin-top: 0; }
#content h1 { margin-bottom: 0;
              padding-bottom: 0;}

#viewPDF { text-align: right; }


/* Defines the corner images for tables */

.tableTLCorner { 
	  background-image: url(../images/tableTLCorner.gif);
}
.tableTRCorner {
	  background-image: url(../images/tableTRCorner.gif);
}
.tableBLCorner {
	  background-image: url(../images/tableBLCorner.gif);
}
.tableBRCorner {
	  background-image: url(../images/tableBRCorner.gif);
}


/* Defines the lightest background in a data cell */
.dateBG {
	background-color : #CCCCCC;
}

/* Defines the Background Color for Form Data Cells */
.dataBG {
	background-color: #FFFFFF;
	vertical-align : top;
}
/* Defines the Background Color for Form Label Data Cells */
.labelBG {
	 background-color: #cccccc; 
	 vertical-align : top;
 }
/* Defines the Background Color for Form Header Data Cells */
.headerBG {
         background: #a0bfd1;
	 background-color: #FFFFFF;
	 font-size: larger;
         text-align: left;
 } 
/* Defines the Background Color for Form Instruction Data Cells */
/*
.instructionBG {
	 background-color: #cccccc;
 }

 */ 
/* Defines the Background Color for Form Function Data Cells */
.functionBG {
	 background: #CCCCCC;
 } 
/* Defines the Background Color for Form Action Data Cells */
.actionBG {
	 background: #FFFFFF;
 } 
/* Defines the Default Background Color for Form Tables */
.tableBG {
	 background-color: #a0bfd1; /*#c2c2c2;*/
 } 

/* Defines the Default Background Color for Form Tables */
.tdFooterBG {
	 background: #003399;
 } 

.labelTXT { 
	color: #003366;
}
.headerTXT { height: 20;
	     background-color: #a0bfd1;
	     font-family: Arial, Verdana, Helvetica, sans-serif;
	     font-size: 14px;
	     font-weight: bold;
	     color: #003366;
}

/* Defines the image for a list decoration */

.EpyListDecoration {
	background-image: url(../images/listdecoration1.gif);
}

/* - - END FORM BACKGROUND CLASSES - - */
