/* CSS Document */
body,td,th {
	font-size: 12px;
	color: #000000;
	line-height:150%;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/bg.jpg);
}
a:link {
	color: #163E9D;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #163E9D;
}
a:hover {
	text-decoration: underline;
	color: #FF6600;
}
a:active {
	text-decoration: none;
	color: #163E9D;
}
.left a:link {
	color: #4983E3;
	text-decoration: none;
	font-weight: bold;
}
.left a:visited {
	text-decoration: none;
	color: #4983E3;
	font-weight: bold;
}
.left a:hover {
	text-decoration: underline;
	color: #FF6600;
	font-weight: bold;
}
.left a:active {
	text-decoration: none;
	color: #4983E3;
	font-weight: bold;
}
.right a:link {
	color: #FF6600;
	text-decoration: none;
	font-weight: bold;
}
.right a:visited {
	text-decoration: none;
	color: #FF6600;
	font-weight: bold;
}
.right a:hover {
	text-decoration: underline;
	color: #4983E3;
	font-weight: bold;
}
.right a:active {
	text-decoration: none;
	color: #FF6600;
	font-weight: bold;
}
.xx {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
}
.title {
	font-weight: bold;
	color: #0066FF;
	font-size: 14px;
}
.orange {
	font-weight: bold;
	color: #FF6600;
}
