body,td,th {
	font-family: Arial;
	font-size: 12px;
	color: #FFFFFF;
}

a {
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color: #E8CA48;
}
a:link {
	text-decoration: none;
}
a:hover {
	color: #FFFF00;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}

.newsLink a {
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color: #b29100;
	line-height: 20px;
}
.newsLink a:link {
	text-decoration: none;
}
.newsLink a:hover {
	color: #5c4c00;
	text-decoration: none;
}
.newsLink a:visited {
	text-decoration: none;
}
.newsLink a:active {
	text-decoration: none;
}

.manageItem a {
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color: #b29100;
	padding-left: 8px;
}
.manageItem a:link {
	text-decoration: none;
	padding-left: 8px;
}
.manageItem a:hover {
	color: #5c4c00;
	text-decoration: none;
	padding-left: 8px;
}
.manageItem a:visited {
	text-decoration: none;
	padding-left: 8px;
}
.manageItem a:active {
	text-decoration: none;
	padding-left: 8px;
}

.commonTitle {
	color:#FFFFFF;
	font-weight: bold;
}

.manageTitle {
	padding-left: 12px;
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color:#000000;
}

.highlight {
	color: #FFDD00;
	font-weight: bold;
}

.notification {
	color: #FF0000;
}

.headLines {
	line-height: 20px;
}

td.borderLT {
	width: 5px;
	height: 5px;
	background: url(../images/border_lt.png);
}

td.borderRT {
	width: 5px;
	height: 5px;
	background: url(../images/border_rt.png);
}

td.borderRB {
	width: 5px;
	height: 5px;
	background: url(../images/border_rb.png);
}

td.borderLB {
	width: 5px;
	height: 5px;
	background: url(../images/border_lb.png);
}

td.borderBG {
	background: url(../images/border_bg.png);
}

td.box {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}

td.paddingLR10px {
	padding-left: 10px;
	padding-right: 10px;
}
