body {
	background-color: #EAEAEA;
	margin: 0px;
	padding: 0px;
	// scrollbar style
	scrollbar-arrow-color: #FFFFFF;
	scrollbar-3dlight-color: #999999;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-face-color: #CCCCCC;
	scrollbar-shadow-color: #999999;
	scrollbar-track-color: #EFEFEF;
	scrollbar-darkshadow-color: #FFFFFF;
}
.tableBG {
	background-image: url(../images/img_bg.jpg);
	background-repeat: repeat-x;
}
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}
.input, select, textarea, file {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FF6633;
	background-image: url(../images/img_input.jpg);
	background-repeat: no-repeat;
	border: 1px solid #999999;
	background-color: #FFFFFF;

}
.boldText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}
.tableBorder {
	border: 1px solid #CCCCCC;

}
a:link, a:visited { 
	color: #336699; text-decoration: underline;
}
a:hover {
	color: #ff9900; text-decoration: none;
}
.glowingGreen {
	font-weight: bold;
	color: #00CC33;
}
.glowingOrange {
	font-weight: bold;
	color: #FF6633;
}
.glowingRed {
	font-weight: bold;
	color: #FF0000;
}
.plugInText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
}
