@charset "utf-8";

body {
	vertical-align: top;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.LeftImage {
	background-image: url(images/left.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	width: 26px;
}
.RightImage {
	background-image: url(images/right.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.bodyLoop {
	background-attachment: scroll;
	background-image: url(images/middle_loop.jpg);
	background-repeat: repeat-x;
	background-position: top;
}

body,td,th,Div{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.TopLoop {
	background-attachment: scroll;
	background-image: url(images/top_loop.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
.Text_ContentNormal {
	font-size: 12px;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
}
.bullet_circle {
	background-image: url(images/bullet_circle.jpg);
	background-repeat: no-repeat;
	text-indent: 17px;
	height: 20px;
	background-position: 0px 2px;
}
.Normallink{
	color: #3399CC;
	text-decoration: none;
	font-weight: normal;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
a.Normallink:hover {
	color: #000099;
}
