/* CSS Document */

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
.codeExample {
	background-color: #EFEFEF;
	border: 1px solid #CCCCCC;
	font-family: "Courier New", Courier, mono;
	font-size: 14px;
	color: #024DEC;
	padding: 5px;
}
.tableBkgdHeader {
	background-color: #E5EDFF;
}
.text_red {
	color: #C00;
}
.text_pink {
	color: #F0F;
}
.text_green {
	color: #390;
}
.text_darkgrey {
	color: #666;
}
.yellow {
	background-color: #FFC;
}
a:link {
	color: ##5384db;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:visited {
	color: ##5384db;
	text-decoration: none;
}
a:active {
	color: ##5384db;
	text-decoration: none;
}
.blackBkgd {
	background-color: #000;
}
