.bkg{
	background-image: url(pics/bkg.gif);
	background-repeat: repeat;
	width: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
}

.topbkg{
	background-image : url(pics/bk_top.gif);
	background-repeat : repeat-x;
	width : 0px;
	text-align : left;
}

.botbkg{
	background-image : url(pics/bk_bottom.gif);
	background-repeat : repeat-x;
	width : 0px;
	text-align : left;
}
.bodytxt{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	color : #000000;
}

.bodytxtwt{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	color : White;
}


.bodytxtbd{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : bold;
}

.bodytxtsm{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10px;
	color : Black;
}

.titletxt{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 18px;
	
}

HR{
	color : 6699CC;
	width : 80%;
	text-align : center;
}

.tabletxt{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10px;
}

.tableheader{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	color : White;
	font-weight : bold;
}

.photoNav{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	color : Gray;
	font-weight : bold;
}

.imageBorder{
	border-bottom-width : 1px;
	border-left-width : 1px;
	border-right-width : 1px;
	border-top-width : 1px;
	border : 1px solid;
	border-color : Black;
}