body {
	margin: 0px;
	padding: 0px;
	background-image: url(images/bg.png);
	background-color: #122792;
	background-repeat: repeat-x;
}
.contentBg {
	background-repeat: repeat-y;
	background-color: #999999;
	background-image: url(images/content_bg.png);



}
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}


a:link { color: white; text-decoration: none }
a:active { color: white; text-decoration: none }
a:visited { color: white; text-decoration: none }
a:hover { color: white; text-decoration: underline }

a.blacklink:link { color: #1D4F9D; text-decoration: none }
a.blacklink:active { color: #1D4F9D; text-decoration: none }
a.blacklink:visited { color: #1D4F9D; text-decoration: none }
a.blacklink:hover { color: #81C1FF; text-decoration: underline }

.ContentTD {
	background-color: #FFFFFF;
}
.txtWhite {
	color: #FFFFFF;
}
.HeaderTD {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	background-color: #D3DBE3;
}
input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.bgLightgrey {
	background-color: #f0f0f0;
}

