/* Fonts */
ADDRESS, BLOCKQUOTE, BODY, CAPTION, CENTER, DD, DIR, DIV, DL, DT, FORM, LI, MENU, OL, P, PRE, TD, TH, TR, UL {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

/* Elements */
h1, h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

h1 {
	color: #666666;
	font-size: 24px;
	text-align: center;
}

h2 {
	color: #666666;
	font-size: 17px;
}

hr {
	line-height: 5px;
}

ol li {
	list-style-type: decimal;
}

ol ol li {
	list-style-type: lower-alpha;
}

ol ol ol li {
	list-style-type: lower-roman;
}

pre {
	font-family: monospace;
	margin-left: 0; /* */
}

.author {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #007777;
}

 .bodytext, .listspecial{
 	font-family : "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height : 130%;
}

.bodytext b, .bodytext strong, .listspecial b, .listspecial strong{
 	font-family : Arial, Helvetica, sans-serif;
}

.callout{
	padding: 5px;
	background-color: FFF3ED;
	border: 1px solid #CCCCCC;
	font-family : "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height : 130%;
}

.caption{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height : 130%;
}

.copyright{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.credit{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	}

.credit a{ color: #000; }

.footer {
	color: #000;
	font-size: 13px; /*text-decoration : none;*/
}

.footer:hover {
	color: #999999;
	text-decoration: none; /*text-decoration : underline;*/
}

.hanging {
	padding-left: 20px;
	text-indent: -20px;
}

.header {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
}

.header a:hover {
	color: #666;
	text-decoration: underline;
}

.header a {
	color: #000;
	text-decoration: none;
}

.linespace {
	line-height : 130%;
}

.plain, .smallplain {
	text-decoration: none;
}

.small, .smallplain, sub, sup {
	font-size: 10px;
}

.smallform {
   font-size: 12px;
	display : inline;
}

.tocsubtitle {
 	font-family : "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height : 120%;
	margin-left: 16px;
}

.tocsubtitle a{ color: #000; }

.toctitle {
 	font-family : "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 15px;
	margin-left: 6px;
}

.toctitle a{ color: #000; }


