/* CSS Document */

body {
	background-color: #949CB5;
	background:url(../images/pattern4b.gif);
	margin:0;
	padding:0;	 
}

.bodytext-dark {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 25px;
	color: #333333;
}
.Subhead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	text-transform: uppercase;
	color: #333333;
}
.bodytext-noleading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	color: #333333;
}
.captions {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 11px;
	color: #333333;
}

.colorSubs {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #5A674B; 
}

.hyperlinks {
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size: 12px;
	line-height: 20px;
	color: #5A674B;; 
}

.bottomNavTxt{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#333333;
	text-align:center;
}

.clear{
	font-size:0px;
	line-height:0px;
	clear:both;
}

/*styles for adding border to inside of table. Apply "defaultTbl" as a class to desired table*/
table.defaultTbl, table.defaultTbl TH, table.defaultTbl TD {
	border: 1px solid #999999;
   	border-collapse: collapse;
}

table.defaultTbl {
   margin-top:5px;
   margin-bottom:5px;
}

table.defaultTbl TH {
   padding: 0px;
}
table.defaultTbl TD {
   /*padding: 5px;*/
   font-family: Arial, Helvetica, sans-serif; 
   font-weight:bold;
   font-size: 12px;
   line-height: 14px;
   color: #333333;
}
