body {
	background-color: #696969;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	text-decoration: none;
	line-height: 16px;
	background-image: url(images/bg_body.jpg);
	background-repeat: repeat-x;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
input {
	font-family: Tahoma, Arial;
	font-size: 10px;
}
textarea {
	font-family: Tahoma, Arial;
	font-size: 10px;
}
.headtxt_red{
	color:red;
}
.headtxt_black{
	color:black;
	font-weight:bold;
}
.border_bottom {
	height: 35px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.left_links {
	padding-left: 18px;
	color: #FF9900;
	font-weight: bold;
}
.left_links a:link {
	color: #FF9900;
	font-weight: bold;
	text-decoration:none;
}
.left_links a:visited {
	color: #FF9900;
	font-weight: bold;
	text-decoration:none;
}
.left_links a:hover {
	color: #999999;
	font-weight: bold;
	text-decoration:none;
}
.padding_10px {
	padding: 15px;
	text-align: justify;
}

.border_right {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
}
.borde_left_right {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
}
.blueheading {
	color: #459BCB;
	font-weight: bold;
}
.mainheading {
	color: #858585;
}
