.white {
    color: #FFFFFF;
}
.black {
    color: #000000;
}
.code  {
    border: 1px solid #669999;
    padding: 4px;
    background-color: #FFFFEE
}
.round {
	padding:4px;
	border-radius: 10px 10px 10px 10px;
}
.round_note {
	padding:4px;
	border-radius: 10px 10px 10px 10px;
	background-color: #E7E7DA;
}
.round_title {
	padding:4px;
	border-radius: 10px 10px 10px 10px;
	background-color: #669999;
}
.round_top {
	padding:4px;
	border-radius: 10px 10px 0px 0px;
	background-color: #A7C5C5;
}
.round_bottom {
	padding:4px;
	border-radius: 0px 0px 10px 10px;
	background-color: #FFFFFF;
}
.round_top_left {
	padding:4px;
	border-radius: 10px 0px 0px 0px;
	background-color: #A7C5C5;
}
.round_top_right {
	padding:4px;
	border-radius: 0px 10px 0px 0px;
	background-color: #A7C5C5;
}
.round_bottom_left {
	padding:4px;
	border-radius: 0px 0px 0px 10px;
	background-color: #A7C5C5;
}
.round_bottom_right {
	padding:4px;
	border-radius: 0px 0px 10px 0px;
	background-color: #A7C5C5;
}
.round_footer {
	padding:4px;
	border-radius: 10px 10px 10px 10px;
	background-color: #A7C5C5;
}
.round_picture {
	padding:4px;
	border-radius: 10px 10px 10px 10px;
	background-color: #F0F0F0;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}
.left {
    float: left;
    margin-right: 4
}
.right {
    float: right;
    margin-left: 4
}
.bl1 {
	margin-left: 1em;
	margin-right: 1em;
}
.bl2 {
	margin-left: 2em;
	margin-right: 2em;
}
.sb1 {
	margin-left: 1em;
}
.sb2 {
	margin-left: 2em;
}

table {
	font-size: 1em;
	text-align: left;
	margin-top: 1.5em;
	margin-bottom: 1.5em;
}
th {
text-align: center}
a:link {
	color: #0000FF;
	text-decoration: none;
}
a:active {
	color: #FF00FF;
	text-decoration: none;
}
a:visited {
	color: #80008F;
	text-decoration: none;
}
a:hover {
	color: #FF0000;
	text-decoration: underline;
}
h6 {
	margin-top: 1em;
	margin-bottom: 1em;
    font-size: 0.8em;
	font-weight: bold
}
h5 {
	margin-top: 1em;
	margin-bottom: 1em;
	font-size: 1em;
	font-weight: bold
}
h4 {
	margin-top: 1em;
	margin-bottom: 1em;
	font-size: 1.1em;
	font-weight: bold
}
h3 {
	margin-top: 1em;
	margin-bottom: 1em;
	font-size: 1.3em;
	font-weight: bold
}
h2 {
	margin-top: 1em;
	margin-bottom: 1em;
	font-size: 1.5em;
	font-weight: bold
}
h1 {
	margin-top: 1em;
	margin-bottom: 1em;
	font-size: 1.7em;
	font-weight: bold;
}
.flow {
	float: left;
	margin-right: 1em;
	margin-top: 1em;
	margin-bottom: 1em;
}
.small {
	font-size: 0.8em;
}
.big {
	font-size: 1.3em;
}
.b {
	color: #333333;
	font-weight: bold;
}
.c {
	color: #008000;
	font-style: italic;
}
.f {
	font-family: Times New Roman, Times;
	font-size: 1.1em;
	font-style: italic;
}
.i {
	color: #000000;
	font-weight: bold;
}
.n {
	color: #0000FF;
}
.rem {
	color: #336699;
}
.t {
	color: #FF0000;
}
.v {
	color: #660033;
}
p {
	margin-top: 1.5em;
	margin-bottom: 1.5em;
}
.x {
	font-style: italic;
	color: #FF00FF;
}
.pp {
	color: #003366;
	font-weight: bold;
}
pre, code, kbd, samp, tt {
	font-family: monospace,monospace;
	font-size: 1em;
	text-align: left;
	padding: 0.2em;
	margin-top: 0.2em;
	margin-bottom: 0.2em;
	line-height: 120%;
}
.program {
	font-family: monospace,monospace;
	font-size: 1em
	padding: 0.2em;
	text-align: left;
	border-radius: 10px 10px 10px 10px;
	color: #FFCC00;
	background-color: #000000;
	line-height: 100%;
}
.listing_top {
	padding: 0.2em;
	border-radius: 10px 10px 0px 0px;
	background-color: #C7C7E2;
}
.listing {
	padding: 0.4em;
	border-radius: 10px 10px 10px 10px;
	background-color: #F0F0F0;
	margin-top: 1.5em;
	margin-bottom: 1.5em
}
ul.l_circle_gray {
	list-style-image: url('images/blt_cir_10.gif');
}
ul.l_sqrare_gray {
	list-style-image: url('images/blt_sqr_10.gif');
}
ul.l_arrow_blue {
	list-style-image: url('images/blt_arrow_blue.gif');
}
ul.l_arrow_orange {
	list-style-image: url('images/blt_arrow_orange.gif');
}
a.mbutton {
	border-radius: 12px 12px 12px 12px;
    background: #FFFFFF;
    padding-left:8px;
    padding-right:8px;
    padding-top:4px;
    padding-bottom:4px;
}
a:hover.mbutton {
    background: #000000;
    text-decoration: none;
}
a.pbutton {
    border-radius: 12px 12px 12px 12px;
    background: #66CCFF;
    color: black;
    padding-left:8px;
    padding-right:8px;
    padding-top:4px;
    padding-bottom:4px
}
a:hover.pbutton {
    background: #000000;
    text-decoration: none;
    color: white;
}
.nomargin {
	margin-top: 0;
	margin-bottom: 0
}
input {
    font-family: 'Roboto', sans-serif;
	font-size: 0.9em;
}