/*******************/
/* Content-Related */
/*******************/
BODY {
  margin: 0;
	background-color: #CCC;
  font-family: arial, sans-serif;
	font-weight: normal;
}
IMG {
	border: 0;
}
A {
	color:#0068B3;
	text-decoration: none;
}
A:hover {
  color:#0068B3;
  text-decoration: underline;
}
TABLE, TR, TD {
	border: 0;
  color: #666;
}

TABLE.data {
  border-collapse: collapse;
}
TABLE.data TD {
	border: 1px solid #CCC;
  padding: 4px;
  margin: 0px;
}
TABLE.data TH {
	border: 1px solid #CCC;
  padding: 4px;
  margin: 0px;
  background-color: #EEE;
  font-size: 11px;
  font-weight: bold;
  text-align: left;
}
H1 {
	width: auto;
  margin: 4px 0px 0px 0px;
  padding: 15px 0px 4px 12px;
	font-weight: bold;
  font-family: Arial;
	font-size:12px;
	color:#FFF;
  background-color: #999;
}
H2 {
	font-weight:bold;
	font-size:12px;
	color:#0068B3;
}
H3 {
	font-weight:bold;
	font-size:11px;
  color: #666;
}
P, UL, LI, DIV, TD {
  font-family: arial, sans-serif;
	font-size: 11px;
	color:#666;
}
UL, LI {
  list-style-type: square;
}
UL.pdf {
  list-style-image: url("../images/template/pdf_icon.gif");
}
LI.pdf {
  list-style-image: url("../images/template/pdf_icon.gif");
}
FORM {
  display: inline;
}
LEGEND {
  font-weight: bold;
  font-size: 13px;
  color: #00F;
  margin: 10px 0 10px 0;
}
BLOCKQUOTE {
  margin: 0px;
  padding: 3px 0px 6px 12px;
}
.error {
  color: #F00;
  font-weight: bold;
}
.imageRight {
  float: right;
  background-color: #EEE;
  font-size: 10px;
  margin: 5px 0px 5px 20px;
}