body {
	font-family:Arial, "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
	font-size:13px;
	color: #4C4C4C;
	font-weight:normal;
}

a:focus {
	outline: 1px dotted;
}

hr {
	border: 0 #ccc solid;
	border-top-width: 1px;
	clear: both;
	height: 0;
	margin:0;
}

h1,
h2,
h3,
h4,
h5,
h6
{
  padding-top:15px;
  line-height: 20px;
  padding-bottom:5px;
  font-weight:normal;
  color:#CC0000;
}

h1 {
	font-size: 24px;
	font-weight:bold;
}
h2 {
	font-size: 22px;
}
h3 {
	font-size: 20px;
}
h4 {
	font-size: 18px;
}
h5 {
	font-size: 16px;
}
h6 {
	font-size: 14px;
}

ol {
	list-style: decimal;
}
ol > li > ol
{
  list-style:lower-alpha;
}
ul {
	list-style: disc;
}
li {
	margin-left: 30px;
	line-height:20px;
}

p
{
  line-height: 20px;
  margin-bottom: 10px;
}

dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
/*ol,*/
/*ul,*/
pre,
table,
address,
fieldset,
 {
	margin-bottom: 20px;
}

em
{
  font-style: italic;
}

strong
{
  font-weight: bold;
}


acronym
{
  cursor: help;
  border-bottom:1px dotted;
}

code
{
  background-color:#e6f1f9;
  color:#1172bd;
  font-family: 'Courier New', monospace;
}

.hidden
{
  display: none !important;
}

#page_body img
{
  padding:6px;
  background-color:#FFF;
  border:1px solid #DDD;
  margin-bottom:20px;
}

.js_link
{
  cursor:pointer;
  text-decoration:underline;
  color:#00F;
}
