body {
	/* background-color: #333; */
	 background-image: url(bricks2.jpg);
	/* background-image: url(pinstripebackground.gif); */
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	margin-left: 10px;
	margin-top: 61px;
}
.table {
	background-color: #fff;
	table-layout: fixed;
	border: 0px;
	width: 800px;
	border-collapse: collapse;
	margin-left:auto;
	margin-right:auto;
}
/* width="100%" border="0" cellspacing="5" cellpadding="5" */

td {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0px;
	padding: 20px;
}
#tdnav {
	width: 185px;
	background-color: #F9F9F9;
	padding: 0px;
	border-right: thick;
	border-color:#666;
}
th {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
}
.bodystyle {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
}
.keywords {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color:#CCCCCC;
}
.bold {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0px;
	font-weight:bold;
}
.boldBlue {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0px;
	font-weight:bold;
	color: #017CC7;
}
.boldRed {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0px;
	font-weight:bold;
	color: #F00;
}
.boldyellow {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0px;
	font-weight:bold;
	color: #FDB302;
}
.small {
	font-family: "Times New Roman", Times, serif;
	font-size: 9px;
}
.medium {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
}
.big {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
}
.xbig {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
}
.expanded {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 24px;
	letter-spacing: 2px;
}
.justified {
	font-family: "Times New Roman", Times, serif;
	text-align: justify;
}
.footer {
	font-family: "Times New Roman", Times, serif;
	font-size: 9px;
	color: #999999;
}
.box1 {
	padding: 3px;
	border-width: medium;
	border-style: solid;
	border-color: #CCCCCC #666666 #666666 #CCCCCC;
}
.box2 {
	font-style: italic;
	word-spacing: 2pt;
	padding: 3px;
	border: 1px solid;
}
h1 {
	font-size: 25px;
	color:#FF0000;
	font-weight:bold;
}
h2 {
	font-size: 18px;
	color:#FF0000;
	font-weight:bold;
}
h3 {
	font-size: 16px;
	font-weight:bold;
}
h4 {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color:#CCCCCC;
	font-weight: 100;
}
h5 {
	font-size: 25px;
	color:#017CC7;
	font-weight:bold;
}
h6 {
	font-size: 25px;
	color:#FDB302;
	font-weight:bold;
}
.hrRED {
	width: 100%;
	border: 0;
	color: #f00;
	background-color: #f00;
	height: 5px;
}
.hrBLUE {
	width: 100%;
	border: 0;
	color: #017CC7;
	background-color: #017CC7;
	height: 5px;
}
.hrYELLOW {
	width: 100%;
	border: 0;
	color: #FDB302;
	background-color: #FDB302;
	height: 5px;
}