body {
		background: #06264D;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #06264D;
}
td {font-family: "Arial"; font-size: 12px;}
td.newclass {color: #FFFFFF;}/* CSS Document */

.bodybg {
	background-image: url(img/img_body_bg.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}
.txt11pxWht {
	font-family: tahoma;
	font-size: 11px;
	color: #FFFFFF;
}
a:link {
	font-family: tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #006699;
	text-decoration: none;
}
a:visited {
	font-family: tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #006699;
	text-decoration: none;
}
a:hover {
	font-family: tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #FF9900;
	text-decoration: none;
}
a:active {
	font-family: tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #99CC00;
	text-decoration: none;
}
.copy {
	font-family: tahoma;
	font-size: 10px;
	color: #CCCCCC;
}
select {
	font-family: tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #006699;
}
input {
	font-family: tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
}
.txt11pxDarkBlue {
	font-family: tahoma;
	font-size: 11px;
	color: #003366;
}
.ab121 {
	background-image: url(img/img_121_ab.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
