.bodybg {
	background-color: #000000;
	margin: 0px;
	padding: 0px;
}
.bodytext {
	font-family: tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #A3A3A3;
	text-decoration:none;    
}
.bodytext_bold {
	font-family: tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #A3A3A3;
	text-decoration:none;
}
.dotline_hor {
	background-image: url(../NewImages/dotline_hor.gif);
	background-repeat: repeat-x;
	background-position: center;
}
.border_img {
	border: 1px solid #737373;
}
.border_img_higlight {
	border: 2px dotted #FFFF00;
	padding: 1px;
}
.whitetext {
	font-family: tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration:none;
}
.whitetext_bold {
	font-family: tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration:none;
}
.yellow_bold {
	font-family: tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #FCFF00;
	text-decoration:none; 
}.login_textbox {
	font-family: tahoma;
	font-size: 12px;
	font-weight:bold;
	color: #ffffff;
	background-color: #4E4E4E;
	border: 1px solid #8F8E8E;
	width: 135px;
}
.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #FFFF33;
}
.redtext {
	font-family: tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #FF0000;
}
.textbox {
	font-family: tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #CCCCCC;
	background-color: #4E4E4E;
	border: 1px solid #8F8E8E;
	width: 200px;
}
.textarea {
	font-family: tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #CCCCCC;
	background-color: #4E4E4E;
	border: 1px solid #8F8E8E;
	width: 200px;
}
.button_style {
	font-family: tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	border: 3px double #FFFFFF;
	background-color: #999999;
}
.err {
	font-family: tahoma;
	font-size: 11px;
	font-weight: bold;
	color: Red;
	text-decoration:none; 
}

.succ {
	font-family: tahoma;
	font-size: 11px;
	font-weight: bold;
	color: lime;
	text-decoration:none; 
}
