.mainbg {
	background-color: #99A1AC;
	background-image: url(BG.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}
.bdr {
	border: 1px solid #505559;
}
.contentslide{
	padding: 0px;
	width: 240px;
}

.contentslide .contentdiv{
display: none;
}

.pagination{
	width: 240px; /*Width of pagination DIV. To equal that of Content Slider's width, take into account the later's left/right paddings!*/
	text-align: right;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
}

* html .pagination{ /*Simplified box model hack to get IE5 to display width equal to that of Content Slider's*/
	width: 240px; /*IE5 width*/
	w\idth: 240px; /*IE6 width*/
	background-color: #000000;
}

.pagination a{
	text-decoration: none;
	color: #FFFFFF;
	background-color: #557D17;
	border: 1px solid #526166;
	font-size: 9px;
	padding-top: 0;
	padding-right: 2px;
	padding-bottom: 0;
	padding-left: 2px;
	font-family: Arial;
}

.pagination a:hover, .pagination a.selected{
	color: #000;
	background-color: #E8BA4A;
	border: 1px solid #A27A02;
	font-size: 9px;
	font-family: Arial;
	text-decoration: none;
}
.btmBdr {border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #D9B044;
}
.txt1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000000;
	text-decoration: none;
	background-color: #ECF2F9;
	width: 90px;
	border: 1px solid #000000;
	height: 15px;
	padding: 2px;
	margin-left: 4px;
}
.logout,.logout:link {
	font-family: Verdana;
	font-size: 9px;
	color: #990000;
	text-decoration: none;
	font-weight: bold;
}
.logout:hover {
	font-family: Verdana;
	font-size: 9px;
	color: #710000;
	text-decoration: underline;
	font-weight: bold;
}
.msgBD,.msgBD:link {
	font-family: Verdana;
	font-size: 12px;
	color: #666666;
	text-decoration: none;
	font-weight: bold;
}
.msgBD:hover {
	font-family: Verdana;
	font-size: 12px;
	color: #000000;
	text-decoration: underline;
	font-weight: bold;
}
.msgBD2,.msgBD2:link {
	font-family: Verdana;
	font-size: 14px;
	color: #666666;
	text-decoration: none;
	font-weight: bold;
}
.msgBD2:hover {
	font-family: Verdana;
	font-size: 14px;
	color: #000000;
	text-decoration: underline;
	font-weight: bold;
}
.txt2 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #5C6672;
	width: 40px;
	height: 15px;
	margin-top: 1px;
	vertical-align: middle;
	text-align: center;
	padding-top: 1px;
	padding-right: 2px;
	padding-bottom: 3px;
	padding-left: 2px;
	border: 1px solid #5C6672;
}
.good {
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #009933;
}
.bad {
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #FF0000;
}
.MyButton1 {font-family: Arial;
	font-size: 10px;
	color: #FFFFFF;
	padding: 1px;
	border: 1px solid #5982B0;
	background-color: #FF0000;
	font-weight: bold;
	text-decoration: none;
	margin: 1px;
}
