.header {
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 18px;
	color: #000066;
	font-weight: bold;
	line-height: 30px;
	text-transform: capitalize;
}
.subheader {
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 16px;
	color: #000066;
	font-weight: bold;
	line-height: 24px;
	text-transform: capitalize;
}
.introitalic {
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 16px;
	color: #000066;
	font-weight: bold;
	font-style: italic;
	text-transform: capitalize;
}
.title {
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 14px;
	color: #333333;
	font-weight: bold;
	text-transform: uppercase;
}
.subtitle {
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 14px;
	color: #996600;
	font-weight: bold;
}
.tablehead {
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 13px;
	font-weight: bold;
	background-color: #CCCC66;
}
.tablebody {
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 12px;
	color: #333333;
}
.remarks {
	font-size: 11px;
	color: #333333;
	font-family: "Arial", "Helvetica", "sans-serif";
}
.lcsmiles {
	font-size: 13px;
	color: #000000;
	font-family: "verdana", "arial", "sans-serif";
}
.lcstory {
	font-size: 13px;
	color: #000000;
	font-family: "arial", "verdana", "sans-serif";
}
.hidden {
	font-size: 1px;
	color: #FFFFFF;
	font-family: "Arial", "Helvetica", "sans-serif";
}
.pix {
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 12px;
	color: #996600;
	font-weight: normal;
}
body {
	background-color: #DDDDDD;
	background-image:url(/image/common/bg_1.png);
	background-repeat: repeat-x;
	font-size: 13px;
	color: #333333;
	font-family: "Arial", "Helvetica", "sans-serif";
}
a {
	font-family: "Arial", "Helvetica", "sans-serif";
	color: #0000CC;
	text-decoration: none;
}
a:hover {
	font-family: "Arial", "Helvetica", "sans-serif";
	color: #FF0000;
	text-decoration: underline;
}
input {
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 13px;
	color: #006633;
}
textarea {
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 13px;
	color: #006633;
}
select {
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 13px;
	color: #006633;
}
li {
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 13px;
	color: #333333;
	list-style-position: outside;
	list-style-type: disc;
}
thead {
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 13px;
	font-weight: bold;
	background-color: #CCCC66;
}
tbody {
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 13px;
	color: #333333;
}
caption {
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 14px;
	font-weight: bold;
	color: #996600;
	text-align: left;
}
.img-shadow {
  float:left;
  background: url(/image/shadowAlpha.png) no-repeat bottom right !important;
  background: url(/image/shadow.gif) no-repeat bottom right;
  margin: 10px 0 0 10px !important;
  margin: 10px 0 0 5px;
  }

.img-shadow img {
  display: block;
  position: relative;
  background-color: #fff;
  border: 1px solid #a9a9a9;
  margin: -6px 6px 6px -6px;
  padding: 4px;
  } 
.p-shadow {
  width: 90%;
  float:left;
  background: url(/image/shadowAlpha.png) no-repeat bottom right !important;
  background: url(/image/shadow.gif) no-repeat bottom right;
  margin: 10px 0 0 10px !important;
  margin: 10px 0 0 5px;
  }

.p-shadow div {
  background: none !important;
  background: url(shadow2.gif) no-repeat left top;
  padding: 0 !important;
  padding: 0 6px 6px 0;
  }

.p-shadow p {
  color: #777;
  background-color: #fff;
  font: italic 1em georgia, serif;
  border: 1px solid #a9a9a9;
  padding: 4px;
  margin: -6px 6px 6px -6px !important;
  margin: 0;
  }

.holiday { background: #FFFF99; color: #000000; }
.heading { background: #CCCCCC; color: #000000; }
.event { background: #CCCCCC; color: #000000; }
.past { background: #CCCCFF; color: #000000; }
.normal { background: #FFFFFF; color: #000000; }
