@charset "utf-8";
/* CSS Document */
td img {
	display: block;
	border:none;
}
body {
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #666666;
	background-image: url(../bg.jpg);
}
body,td,th {
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-align:justify;
}
a:link {
	color: #FF6600;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FF6600;
}
a:hover {
	text-decoration: none;
	color: #000000;
}
a:active {
	text-decoration: none;
	color: #FF6600;
}
.style1 {
	color: #FF6600;
	font-weight: bold;
}
.style2 {
	color: #FFFFFF;
}
.style3 {
	color: #888;
	font-weight: bold;
}
.title {
	color: #FF6600;
	font-weight: bold;
	font-size: 15px;
}
.cat-container {
	width: 520px;
	height: inherit;
	float: left;
	border-bottom: 1px #EAEAEA dashed;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.thumb {
	width: 150px;
	float: left;
}
.text {
	padding-left: 10px;
	padding-top: 4px;
	width: 360px;
	float: left;
}
.button {
	float: left;
	width: 520px;
}
.list {
	font-size: 13px;
}
li {
	margin-top: 3px;
}
ul {
	list-style-image: url(../images/check.jpg);
	text-align:left;
	font-weight:bold;
	padding-left:30px;
	margin-left: 0px;
}
.welcome-container {
	width: 484px;
	float: left;
	padding: 0 10px 5px 10px;
	background-image: url(../images/welcome-img-bg.jpg);
	background-repeat: repeat-y;
	margin-left: 10px;
	font-weight: bold;
	line-height: 18px;
}
.welcome-title {
	width: 476px;
	height: 46px;
	background-image: url(../images/welcome-img-top.jpg);
	background-repeat: no-repeat;
	float: left;
	font-weight: bold;
	color: #FF6600;
	font-size: 15px;
	padding-top: 20px;
	padding-left: 30px;
	margin-left: 10px;
}
.welcome-bottom {
	float: left;
	margin-left: 10px;
	margin-bottom: 20px;
}
.welcome-bottom img {
	float: left;
}
.highlight {
	text-decoration: underline;
}