BODY {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: small;
	font-weight: normal;
	font-style: normal;
	color: #000000;
	background: url(/maner/common/back.jpg);
}

H1 {
  font-family: "comic sans ms", georgia, "times new roman", palatino, serif;
  font-size: x-large;
  font-weight: bold;
  font-style: normal;
  color: Gray;
  background: transparent;
}

H2 {
	font-family: "comic sans ms", georgia, "times new roman", palatino, serif;
	font-size: large;
	font-weight: normal;
	font-style: normal;
	color: #0000FF;
	background: #CCCCCC;
	text-align: center;
}

H3 {
  font-family: "comic sans ms", georgia, "times new roman", palatino, serif;
  font-size: medium;
  font-weight: lighter;
  font-style: italic;
  color: #FFFFFF;
  background: #999999;
  text-align: center;  
}

H4   {
	font-family: "comic sans ms", georgia, "times new roman", palatino, serif;
	font-size: small;
	font-weight: normal;
	font-style: italic;
	color: Black;
	background-color: #DFDFDF;
}

BLOCKQUOTE {
  color: Green;
}

PRE {
	font-family: monospace;
	font-size: 90%;
	border: 1px solid black;
	white-space: pre;
	color: black;
	background-color: #dfdfdf;
	padding: 5px;
}



CODE {
	font-family: monospace;
	font-size: 90%;
}

A:hover { text-decoration:bold; color:white; background-color:gray }

A:link { text-decoration:underline; color:blue; }

UL.check{ list-style-image: url(/maner/common/check.gif) }

P.hanging {
  text-indent: -3em;
  margin-left: 3em;
}

P.old {
  text-indent: -5em;
  margin-left: 5em;
}

P.new {
	background-color: #FFE4B5;
}

li.new {
	background-color: #FFE4B5;
}
table.sortable a.sortheader {
	background-color: transparent;
	color: Black;
	font-weight: normal;
	text-decoration: none;
	display: block;
	border: none;
	background: #FFDEAD;
}

table.sortable span.sortarrow {
  color: black;
  text-decoration: none;
}

.tocH2 {
  margin-left: 15pt;
  font-family: "comic sans ms", georgia, "times new roman", palatino, serif;
  font-size: small;
}

.tocH3 {
  margin-left: 30pt;
  font-family: "Comic Sans MS";
  font-size: x-small;
}

.tocH4 {
  margin-left: 45pt;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: xx-small;
}

.tocH5 {
  margin-left: 60pt;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: xx-small;
}

span.red {color: #FF0000}

span.green {color: #008000}

DT {
 padding-bottom: 5px;
 padding-top: 5px;
 color: Blue;
}

.main {
	width:200px;
	border:1px solid black;
}

.month {
	background-color: #FFDEAD;
	font: bold 12px verdana;
	color: Black;
}

.daysofweek {
	background-color:gray;
	font:bold 12px verdana;
	color:white;
}

.days {
	font-size: 12px;
	font-family: verdana;
	color: black;
	background-color: #FFFACD;
	padding: 2px;
}

.days #today{
	font-weight: bold;
	color: red;
}

	   ol.roman {
	   	list-style-type: upper-roman; font-size: medium;
	   }
	   ol.roman ol {
	   	list-style-type: upper-alpha; font-size: small;
	   }
	   ol.roman ol ol {
	   	list-style-type: decimal; font-size: x-small;
	   }
	   ol.roman ol ol ol {
	list-style: disc;
	font-size: xx-small;
	list-style-type: circle;
}

a.dotted {
	text-decoration:none;
   color: #000000;
   border-width: 0px 0px 1px 0px;
   border-style: none none dotted none;
}
