body {
	margin: 0px;
	padding: 0px;
	background-image: url(images/bg_steel.jpg);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #19212C;

}

a:link {
	color: #CCCCCC;
	text-decoration: none;
	font-weight: bold;
}
a:active {
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	color: #CCCCCC;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #ffffff;
	text-decoration: underline;
	font-weight: bold;
}

td {
	font-family: Tahoma, Arial;
	font-size: 11px;
	color: #FFFFFF;
}
.pageBg2Col {
	background-image: url(images/page_bg_2col.png);
	background-repeat: repeat-y;
}
input {
	font-family: Tahoma, Arial;
	font-size: 11px;
	color: #000000;
	background-color: #CCCCCC;
}
textarea {
	font-family: Tahoma, Arial;
	font-size: 11px;
	background-color: #CCCCCC;
	color: #000000;

}
.txtLarge {
	font-size: 12px;
	font-weight: bold;
	line-height: 20px;
}
