body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../images/bg_pattern.gif);
	background-repeat: repeat-y;
	background-position:top center;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}
a:link {
	color: #999999;
	text-decoration: none;
}
a:visited {
	color: #CCCCCC;
	text-decoration: none;
}
a:hover {
	color: #003399;
	text-decoration: none;
}
a:active {
	color: #CCCCCC;
	text-decoration: none;
}
a.text_white:link {
	color: #FFFFFF;
	text-decoration: none;
}
a.text_white:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a.text_white:hover {
	color: #00eaff;
	text-decoration: none;
}
a.text_white:active {
	color: #FFFFFF;
	text-decoration: none;
}
.text_white_bold {
	color: #FFFFFF;
	font-weight: bold;
}
.text_gray_bold1 {
	font-size: 12px;
	font-weight: bold;
}
.text_blue_bold {
	color: #3399CC;
	font-size: 12px;
	font-weight: bold;
}