body {
	background-image: url(background.jpg);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-repeat: repeat-y;
	background-position: center;
	background-color: #180A01;
}
a:link {
	color: #FFFFFF;
	/* text-decoration: none; */
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	padding: 0px;
}
a:visited {
	color: #FFFFFF;
	/* text-decoration: none; */
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	filter: Invert;
}
a:hover {
	color: #FFFFFF;
	/* text-decoration: underline; */
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
a:active {
	color: #FFFFFF;
	/* text-decoration: none; */
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.heading01 {
	font-family: "MS Sans Serif", "MS Serif", Arial, Tahoma, Verdana;
	font-size: 14px;
	color: #FFFFFF;
	text-align: center;
	font-weight: bold;
}
.text01 {
	font-family: "MS Sans Serif", "MS Serif", Arial, Tahoma, Verdana;
	font-size: 14px;
	color: #FFFFFF;
	text-align: justify;
}
.text02 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-align: justify;
}
.text03 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-align: center;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-align: justify;
}
.heading_text01 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FFFFFF;
	text-align: justify;
}
.img_class{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-decoration: none;
}
.textfield {
	font-family: "MS Sans Serif", "MS Serif", Arial, Tahoma, Verdana;
	font-size: 12px;
	color: #180A01;
	border: 1px solid #7E4622;
	height: 18px;
	width: 150px;
}
.heading_02 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
	font-weight: bold;
}
.ModalPopup 
{
	background-color:#ffffdd;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	z-index:100;
}

.CommandButton
{
	border-top: black 1px solid;
	border-bottom: black 1px solid;
	border-right: black 1px solid;
	border-left: black 1px solid;

	padding-right: 1px;
	padding-left: 1px;
	padding-bottom: 1px;
	padding-top: 1px;

	color: black;
	background-color: #E5C646;
	vertical-align: baseline;
	text-transform: capitalize;
	font-family: Arial;
	font-size: 8pt;
	letter-spacing: normal;
	text-align: center;
	z-index:101
}
