.heading { 
	font-size: 18px; 
	font-weight: bold; 
}
.Code { 
	font-family: courier new,courier,monospaced,default monospaced; 
	font-size: 12px; 
	color: black; 
	background-color: #FFFFE0; 
	line-height: 15px;
}
.Keyword { 
	color: #0000CD; 
}
.Comment { 
	color: green; 
}
.Constant { 
	color: #8B008B; 
}
.XMLKeyword {
	color: #005080;
}
.Emphasis { 
	font-weight: bold; 
}
.TableTD { 
	font-family: verdana,arial,times new roman,hevetica,sans-serif; 
	background-color: white; 
	color: black; 
	font-size: 12px; 
}
.TableTH { 
	font-family: verdana,arial,times new roman,hevetica,sans-serif; 
	background-color: white; 
	color: black; 
	font-size: 12px; 
	font-weight: bold; 
}
.TableTF { 
	font-family: verdana,arial,times new roman,hevetica,sans-serif; 
	background-color: silver; 
	color: #483D8B; 
	font-size: 12px; 
	font-weight: bold; 
}
#NoteBlock { 
	padding: 3px;
	border: 1px solid #483D8B;
	font-size: 12px; 
	line-height: 14px;
	color: #483D8B; 
	background-color: white; 
	margin-left: 10%;
	margin-right: 10%;
}
.clsReusableBlock {
	border-style:solid;
	border-color:#483D8B;
	border-width:1px 3px 3px 1px;
	background-color:#B9E8FC;
	margin:5px 15px 5px 15px;
	padding:3px;
	font-style:italic;
}

