.bg {
	background-color: #1D374A;
	background-image: url(images/bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	font-family: Tahoma;
	font-size: 12px;
	color: #122432;
}
.bgLeft {
	background-image: url(images/leftBg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.bgMiddle {
	background-image: url(images/middleBg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.bgRight {
	background-image: url(images/rightBg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.bgLeftTop {
	background-image: url(images/topLeftBg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.bgLeftBottom {
	background-image: url(images/bottomLeftBg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.bgRightTop {
	background-image: url(images/topRightBg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.bgRightBottom {
	background-image: url(images/bottomRightBg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.displayBox {
	border:3px solid #5D707E;
	background-color:#CCCCCC;
}
.TextBoxes {
	padding-left:10px; 
	border-bottom:1px solid black; 
	border-right:1px solid black;
	background-color: #CCCCCC;
}

 
.InputControls {
	font-family: Tahoma;
	font-size: 12px;
	color: #000000;
}
.ExtraLinks {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #122432;
	text-decoration: underline;
}
.ExtraLinks:hover {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #2954B0;
	text-decoration: none;
}
