
body, th, td {
    color: #000000;
    background-color: #ffffff;
    font-size: 8pt;
	font-family: Verdana, Arial, sans-serif;
}

h1 { font-size: 12pt;}
h2 { font-size: 10pt; color: #ffffff; background-color: #333366; }
h3 { font-size: 9pt;  color: #ffffff; background-color: #333366; }
h4 { font-size: 8pt; }
h5 { font-size: 7pt; }
h6 { font-size: 6pt; }

.para {
	font-family: Verdana, Arial, sans-serif;
    font-size : 9pt;
    margin-top : 4pt;
    margin-bottom : 4pt;
}

.code-sample {
    font-family : "Courier New", serif;
    font-size : 9pt;
    background-color : #f0f0f0;
    margin : 4pt 4pt 4pt 4pt;
    padding : 4pt 0pt 4pt 16pt;
}

.code-sample-title {
	font-family: Verdana, Arial, sans-serif;
    font-weight : bold;
    font-size : 8pt;
    margin-top : 8pt;
    margin-bottom : 2pt;
}

.diagram {
    border-style : solid;
    border-width : 1px;
    border-color : #000000;
    margin-top : 8pt;
    padding : 4pt;
}

.diagram-title {
	font-family: Verdana, Arial, sans-serif;
    font-weight : bold;
    font-size : 8pt;
    margin-top : 2pt;
    margin-bottom : 8pt;
}

.java-keyword { color: #993366; font-weight: bold; }
.java-keyword2 { color: #003366; font-weight: bold; }
.java-string { color: #333399; }
.java-docComment { color: #999999; }
.java-comment { color: #339966; }

.as3-keyword { color: #0033ff; font-weight: bold; }
.as3-declare { color: #9900cc; font-weight: bold; }
.as3-string { color: #990000; }
.as3-docComment { color: #3f5fbf; }
.as3-comment { color: #009900; font-style: italic; }

