@charset "UTF-8";
body, td, th, input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.liveSample {
	background-color: #FFFFCC;
	color: black;
}
.demoDiv {
	background-color: #CCCCCC;
	width: 400px;
}
.highlited {
	background-color: #FFFFCC;
	color: #000000;
}
.grayBG {
	background-color: #CCCCCC;
}

pre {
	font-family: "Courier New", Courier, monospace;
	background-color: #DBD7D1;
	overflow: auto;
	font-size: 1.1em;
	}
h3 {
	background-color: #F3F3F3;
	font-size: 100%;
	line-height: 150%;
	
h4{
	color: #000099;
	font-variant: small-caps;
	font-size:120%;
}
td, th{
	
	border-bottom-color: #CCCCCC;
	
}
th {
	background-color: #F3F3F3;
	vertical-align: top;
}
a {
	text-decoration: none;
}

