/* CSS Document */
body,td{
	margin:0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #333333;
}
.right-border {
	border-right-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-right-color: #CCCCCC;
}
.top-border {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666666;
}
.line-height {
	line-height: 20px;
}

.line-height1 {
	line-height: 20px;
	padding-left:20px;
}
a {
	font-size: 12px;
	color: #FF6600;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FF6600;
}
a:hover {
	text-decoration: none;
	color: #333333;
}
a:active {
	text-decoration: none;
	color: #333333;
}

.blue a {
	font-size: 12px;
	color: #1970df;
}
.blue a:link {
	text-decoration: none;
}
.blue a:visited {
	text-decoration: none;
	color: #1970df;
}
.blue a:hover {
	text-decoration: none;
	color: #333333;
}
.blue a:active {
	text-decoration: none;
	color: #333333;
}

