a:link { color: #1F3475; text-decoration: underline }
a:active { color: #1F3475; text-decoration: underline }
a:visited { color: #1F3475; text-decoration: underline }
a:hover { color: #7EC842; text-decoration: none }

a.whitelink:link {
	color: white;
	text-decoration: none;
	font-weight: bold;
}
a.whitelink:active {
	color: white;
	text-decoration: none;
	font-weight: bold;
}
a.whitelink:visited {
	color: white;
	text-decoration: none;
	font-weight: bold;
}
a.whitelink:hover {
	color: white;
	text-decoration: underline;
	font-weight: bold;
}

.contentBg {
	background-color: #Fffde8;
}
.footerBg {
	background-image: url(images/footer.png);
	background-repeat: no-repeat;
}
.footerTxt {
	font-family: Tahoma, Arial;
	font-size: 11px;
}
.panelLoginBg {
	background-image: url(images/panel_login.png);
	background-repeat: no-repeat;
}
input {
	font-family: Tahoma, Arial;
	font-size: 11px;
	font-weight: bold;

}
td {
	font-family: Tahoma, Arial;
	font-size: 12px;
}
.panelTopBg {
	background-image: url(images/topstrip.png);
	background-repeat: no-repeat;
}
.txtBlue {
	color: #013876;
}
.txtWhite {
	color: #FFFFFF;
}
.tdGreen {
	background-color: #7CC23D;
}
.tdBlue {
	background-color: #003975;
}
.txtHeading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;

}
.bgBlue {
	background-color: #1F3475;
	background-image: url(images/panel_mediumblue_bg.png);
	background-repeat: repeat-x;
	background-position: top;

}
.txtBoxHeading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
}
.bgMediumGreen {
	background-image: url(images/panel_mediumgreen_bg.png);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #5A952B;
}
.bgLightGreen {

	background-image: url(images/panel_lightgreen_bg.png);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #77C538;
}
.bgLightBlue {

	background-color: #E8F2FF;
}
.bodyMain {

	background-image: url(images/bg.png);
	background-repeat: repeat-x;
	background-color: #F0F0F0;
	margin: 0px;
	padding: 0px;
}
.bodyPopup {
	margin: 0px;
	padding: 0px;
}
select {
	font-family: Tahoma, Arial;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
}
.txtFieldHeading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #000000;
}
.row1 {
	background-color: f0f0f0;
}
.row2 {
	background-color: e0e0e0;
}
textarea {
	font-family: Tahoma, Arial;
	font-size: 11px;
}
