body {
	background-image: url(images/bg.png);
	background-repeat: repeat-x;
	background-color: #CECFD0;
	margin: 0px;
	padding: 0px;
}
td {
	font-family: Tahoma, Arial;
	font-size: 11px;
	color: #000000;
}
.menuBg {
	background-image: url(images/menu_bg.png);
	background-repeat: no-repeat;
	width: 42px;
}

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

.menuActive {
	font-weight: bold;
	color: #FFFFFF;
}
.contentBg {
	background-image: url(images/content_bg.png);
	background-repeat: repeat-y;
}
.tdHeading {
	font-family: Tahoma, Arial;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	background-image: url(images/heading_bg.png);
	height: 35px;
	padding: 8px;


}
.heading {
	font-size: 14px;
	font-weight: bold;
	color: #004080;
}

input {
	font-family: Tahoma, Arial;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	background-color: #f0f0f0;
	border: 1px solid #000000;
	height: 20px;




}
select {
	font-family: Tahoma, Arial;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	background-color: #f0f0f0;
	border: 1px solid #000000;
	height: 20px;


}
textarea {
	font-family: Tahoma, Arial;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	background-color: #f0f0f0;
	border: 1px solid #000000;
}.bgDarkBlue {
	background-color: #004080;
}
.bgWhite {
	background-color: #FFFFFF;
}
.adminTableHeading {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #004080;
}
.row2 {
	background-color: #f0f0f0;
}
.bgLightGrey {
	background-color: #e8e8e8;
}
.txtHeading {
	font-size: 14px;
	font-weight: bold;
}
.error {
    font-family: Tahoma, Arial;
    font-size: 15px;
    font-weight: bold;
    color: #FF0000;
}