/* normal page text & links */
body,p,td,li,textarea,input,select {
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: black;
}
a:link, a:active, a:visited {
	color: blue;
	text-decoration: none;
}
a:hover {
	color: blue;
	text-decoration: underline;
}

/* code */
.code {
	color: #002B55;
	font-size: 14px;
}

/* highlight for LM-Light code */
.highlight {
	background: #FFEBCC;
}

/* highlight for other code e.g. JS*/
.highlightOther {
	background: #CCFFFF;
}

/* highlight for table headings */
.highlightbar {
	background: #FFF0D9;
}

/* headings */
h1 {
	font-weight: bold;
	font-size: 14px;
	color: black;
}
h2 {
	font-weight: bold;
	font-size: 13px;
	color: #4A4A4A;
}

/* tabs */
.tab:link, .tab:active, .tab:visited, .tab:hover {
	color: black;
	text-decoration: none;
}

/* active tab */
.activeTab:link, .activeTab:active, .activeTab:visited, .activeTab:hover {
	color: black;
	text-decoration: none;
}

/* suppress display when printing */
@media print {
	.noprint {
		display:none
	}
} 

