@charset "utf-8";
/* CSS Document */

body,td,th,input,textarea,select,button,submit,password {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;

}
body {
	background-image: url(images/bg.png);
	font-family: Arial, Helvetica, sans-serif;
}
ul {
	line-height:18px;
}
a:link {
	color: #00C;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #00C;
}
a:hover {
	text-decoration: underline;
	color: #00C;
}
a:active {
	text-decoration: none;
	color: #00F;
}
.reverse {
	color:#FFF;
}
.reverse a {
	color:#6FF;
}
.lhbg {
	background:url(images/lh_bg.png);
}
.rhbg {
	background:url(images/rh_bg.png);
}
.lhshadow {
	background:url(images/lh_shadow.png);
}
.rhshadow {
	background:url(images/rh_shadow.png);
}
.headerbg {
	background:url(images/header_bg.png);
}
.rhtablebg {
	background:url(images/rh_table_bg.png);
}
.footerbg {
	background:url(images/footer_bg.png);
}
.spc16 {
	line-height:16px;
}
.spc18 {
	line-height:18px;
}
.spc24 {
	line-height:24px;
}
.spc36 {
	line-height:36px;
}
.alert {
	color: #990000;
}
.pidTitle {
	font-size: 22px;
	font-weight: bold;
	color: #933;
}

.subhead {
	font-size: 16px;
	font-weight: bold;
	color: #933;
	line-height:28px;
}

