td {
	line-height: 1.5;
}

.size8 {
	font-size: 8px;
}
.size9 {
	font-size: 9px;
}
.size10 {
	font-size: 10px;
}
.size11 {
	font-size: 11px;
}
.size12 {
	font-size: 12px;
}
.size14 {
	font-size: 14px;
}
.size16 {
	font-size: 16px;
	line-height: 1.2;
}
.size18 {
	font-size: 18px;
}
.bold900 {
	font-weight: 900;
}

.blue-bold {
	font-weight: 900;
	color: #0000FF;
}

.style1 {
	color: #CC6600;
}
.style2 {
	color: #3333FF;
}

a.a01:link {
	color: #333333;
	text-decoration: underline;
}

a.a01:visited {
	color: #333333;
	text-decoration: underline;
}

a.a01:active {
	color: #FF3300;
	text-decoration: underline;
}

a.a01:hover {
	color: #FF3300;
	text-decoration: underline;
}

a.a02:link {
	color: #666666;
	text-decoration: underline;
}

a.a02:visited {
	color: #666666;
	text-decoration: underline;
}

a.a02:active {
	color: #FF3300;
	text-decoration: underline;
}

a.a02:hover {
	color: #FF6600;
	text-decoration: underline;
}

a.a03:link {
	color: #0000FF;
	text-decoration: underline;
}

a.a03:visited {
	color: #0000FF;
	text-decoration: underline;
}

a.a03:active {
	color: #FF6600;
	text-decoration: underline;
}

a.a03:hover {
	color: #FF6600;
	text-decoration: underline;
}

a.a04:link {
	color: #000000;
	text-decoration: none;
}

a.a04:visited {
	color: #000000;
	text-decoration: none;
}

a.a04:active {
	color: #0000FF;
	text-decoration: underline;
}

a.a04:hover {
	color: #0000FF;
	text-decoration: underline;
}

a.a05:link {
	color: #0000FF;
	text-decoration: underline;
}

a.a05:visited {
	color: #800080;
	text-decoration: underline;
}

a.a05:active {
	color: #FF6600;
	text-decoration: underline;
}

a.a05:hover {
	color: #FF6600;
	text-decoration: underline;
}

.bgimage1 {
	background-image: url(manager/img/indexbg.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
.imgborder {
	border: 1px solid #666666;
}
.img_left {
	float:left;
	margin-right:10px;
}
.img_right {
	float:right;
	margin-left:10px;
}
