/*******************/
/* Content-Related */
/*******************/

BODY {
	margin: 20 0 0 0;
	font-family: verdana, arial, sans-serif;
	font-weight: normal;
	color: #000;
	background: #FFF;
}
IMG {
	border: 0px;
}
A {
	color:#036;
	text-decoration: none;
}
A:hover {
  text-decoration: underline;
}
TABLE, TR, TD {
	border: 0px;
	padding: 0px;
  margin: 0px;
}
H1 {
  display: inline;
	font-weight: bold;
  font-style: italic;
	font-size: 20px;
	color: #B2332F;
}
H2 {
	font-weight:bold;
	font-size:16px;
  font-style: italic;
  color: #163661;
}
H3 {
	font-weight:bold;
	font-size:11px;
  color: #333;
}
P, UL, LI, DIV, TD {
	font-size: 11px;
  color: #163661;
}
UL, LI {
  list-style-type: square;
  list-style-image: url("/images/template/bullet.gif")
}
FORM {
  display: inline;
}
INPUT, TEXTAREA, SELECT {
	font-size: 9px;
  border: 1px solid #036;
}
INPUT.button {
  color: #036;
  background: #FFF;
  width: auto;
  border: 1px solid #036;
  font-weight: bold;
  font-size: 10px;
}
.error {
  color: #F00;
  font-weight: bold;
}