th{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
td{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.txt12px{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.text12px{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.whiteTxt{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: White;
	font-weight: bold;
}
.boldTxt{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
a{
	text-decoration:none;
}
a:hover{
	text-decoration: underline;
}
.nav {
	color:white;
	font-size: 12px;
	font-weight:bold;
	font-family: Arial, Helvetica, sans-serif;
}
.nav:hover{
	color: Silver;	
}
.browser{
	font-size:11px;
}
.smaller1{
	font-size: 11px;
	font-family : Arial, Helvetica, sans-serif;
}
.redTxt{
	color: red;
	font-weight: bold;
}
.darkRedTxt{
	color: #732426;
	font-weight: bold;
}
.greenTxtBold{
	color: green;
	font-weight: bold;
}
.myborder3{
	border-color: #732426;
	border-style: solid;
	border-width : 1px;
}
.myborder{
	border-color: black;
	border-style: solid;
	border-width : 1px;
}
.searchHeader{
	background-color: #336633;
	font-weight: bold;
	color:white;
}
.greenTxt{
	color: green;
}
.adminheader{
	color: red;
	font-weight: bold;
	font-size: 16px;
}
.myborder2{
	border-color: black;
	border-style: solid;
	border-left-color : Gray;
	border-top-color : Gray;
	border-width : 2px;
}
.mycell{
	height: 25;
}
.yellowBG{
	background-color: Yellow;
}
