body {
	margin: 0px;
	padding: 0px;
	background-image: url(images/bg.png);
	background-repeat: repeat-x;
	background-position: top;

}

a:link { color: #F8701C; text-decoration: none }
a:active { color: #F8701C; text-decoration: none }
a:visited { color: #F8701C; text-decoration: none }
a:hover { color: #F8701C; text-decoration: underline }

a.whiteLink:link { color: #ffffff; text-decoration: none }
a.whiteLink:active { color: #ffffff; text-decoration: none }
a.whiteLink:visited { color: #ffffff; text-decoration: none }
a.whiteLink:hover { color: #ffffff; text-decoration: underline }

a.blackLink:link {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
a.blackLink:active {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
a.blackLink:visited {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
a.blackLink:hover {
	color: #000000;
	text-decoration: underline;
	font-weight: bold;
}

.contentBg {
	background-color: #FFFFFF;
}
.menuLeftBg {
	background-image: url(images/menu_left_bg.png);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #F0F0F0;
}
td {
	font-family: Tahoma, Arial;
	font-size: 11px;
}
.panelTxt {
	font-weight: bold;
	color: #FFFFFF;
	font-size: 13px;
	background-color: #F6990E;


}
.panelArrowBg {
	background-color: #000000;
}
.panelBg {
	background-color: #FAB651;
}
textarea {
	font-family: Tahoma, Arial;
	font-size: 11px;
}
select {
	font-family: Tahoma, Arial;
	font-size: 11px;
	font-weight: bold;
}
.hline {
	background-image: url(images/h_line.png);
	background-repeat: repeat-x;
}
.txtMedium {
	font-size: 13px;
}
.tdOrange {
	background-color: #F6990E;

}
.tdLightOrange {

	background-color: #FBC675;
}
.tdCellBg {
	background-image: url(images/cell_middle.png);
	background-repeat: repeat-x;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 11px;
}
.txtLarge {
	font-size: 16px;
	font-weight: bold;
}
input {
	font-size: 11px;
	font-family: Tahoma, Arial;
}
.maintableheader {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #81C648;
}
.tdLightGrey {
	background-color: #f0f0f0;
}
.mainbodybold {
	font-weight: bold;
}
.txtSubHeading {
	font-size: 13px;
	font-weight: bold;
	color: #F8701C;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
img.imgcentre {
display: block;
margin-left: auto;
margin-right: auto; }

img.imgleftindent {
margin-left: 24px; }

display: block;
margin-right: auto;
margin-left: auto; }