body {
 background-color: #FFFFFF;
 font-family: Verdana,Arial,Helvetica,sans-serif;
 font-size: 10pt;
 color: #000000;
 margin-top: 25px;
 margin-bottom: 25px
}
a:link, a:visited {
 color: #0000FF;
 text-decoration: underline
}
a:hover {
 text-decoration: none
}
a:active {
 color: #FF0000
}
h1,h2,h3 {
 margin-top: 25px;
 margin-bottom: 25px
}
h1.top {
 margin-top: 0px
}
h1 {
 font-family: "Trebuchet MS",Verdana,Arial,Helvetica;
 font-size: 24pt;
 color: #FF0000;
 font-weight: bold
}
h2 {
 font-family: "Trebuchet MS",Verdana,Arial,Helvetica;
 font-size: 18pt;
 color: #AA0000;
 font-weight: bold
}
h3 {
 font-family: "Trebuchet MS",Verdana,Arial,Helvetica;
 font-size: 14pt;
 color: #660000;
 font-weight: bold
}
code {
 font-family: "Lucida Console","DejaVu Sans Mono","Bitstream Vera Sans Mono","Courier New",monospace;
 font-size: 9pt;
 color: #0000FF
}

/* CODE Blocks */
div.code {
 display: block;
 margin-left: 25px;
 margin-right: 25px;
 margin-top: 25px;
 margin-bottom: 25px
}
div.code span {
 font-family: "Lucida Console","DejaVu Sans Mono","Bitstream Vera Sans Mono","Courier New",monospace;
 font-size: 9pt;
 font-weight: bold;
 display: block;
 background-color: #AADDFF;
 border-left: 1px solid #0000FF;
 border-top: 1px solid #0000FF;
 border-right: 1px solid #0000FF;
 padding: 4px;
 margin: 0px
}
div.code pre {
 font-family: "Lucida Console","DejaVu Sans Mono","Bitstream Vera Sans Mono","Courier New",monospace;
 font-size: 9pt;
 display: block;
 background-color: #EEEEFF;
 border-left: 1px solid #0000FF;
 border-right: 1px solid #0000FF;
 border-bottom: 1px solid #0000FF;
 padding: 2px;
 padding-left: 4px;
 padding-right: 4px;
 margin: 0px
}

/* QUOTE Blocks */
div.quote {
 display: block;
 margin-left: 25px;
 margin-right: 25px;
 margin-top: 25px;
 margin-bottom: 25px
}
div.quote span {
 font-family: "Lucida Console","DejaVu Sans Mono","Bitstream Vera Sans Mono","Courier New",monospace;
 font-size: 9pt;
 font-weight: bold;
 display: block;
 background-color: #DDDDDD;
 border-left: 1px solid #000000;
 border-top: 1px solid #000000;
 border-right: 1px solid #000000;
 padding: 4px;
 margin: 0px
}
div.quote em {
 font-family: Verdana,Arial,Helvetica,sans-serif;
 font-size: 10pt;
 font-style: normal;
 display: block;
 background-color: #EEEEEE;
 border-left: 1px solid #000000;
 border-right: 1px solid #000000;
 border-bottom: 1px solid #000000;
 padding: 2px;
 padding-left: 4px;
 padding-right: 4px;
 margin: 0px
}
/**************************************************
 * Web Design Classes                             *
 **************************************************/
.container {
 width: 750px;
 margin-left: auto;
 margin-right: auto
}
.header {
 display: block;
 position: relative;
 width: 750px;
 height: 80px
}
.corner {
 position: absolute;
 top: 0px;
 left: 0px;
 background-image: url("left.png");
 background-repeat: no-repeat;
 background-position: Top Left;
 height: 58px;
 width: 34px
}
.emblem {
 position: absolute;
 top: 0px;
 right: 0px;
 background-image: url("right.png");
 background-repeat: no-repeat;
 background-position: Top Left;
 height: 80px;
 width: 80px
}
.title {
 position: absolute;
 top: 0px;
 left: 34px;
 right: 80px;
 width: 636px;
 border-top: 1px solid #000000;
 text-align: center
}
.title span {
 display: block;
 font-family: "Trebuchet MS",Verdana,Arial,sans-serif;
 font-size: 26pt;
 font-weight: bold;
 padding-top: 8px
}
.subtitle {
 position: absolute;
 top: 58px;
 left: 0px;
 right: 80px;
 width: 670px;
 height: 20px;
 border-top: 1px solid #000000;
 border-left: 1px solid #000000;
 border-bottom: 1px solid #000000;
}
.subtitle span {
 font-family: "Lucida Console","DejaVu Sans Mono","Bitstream Vera Sans Mono","Courier New",monospace;
 font-size: 9pt;
 display: block;
 padding-top: 3px;
 padding-left: 10px;
}
.content {
 border-left: 1px solid #000000;
 border-right: 1px solid #000000;
 border-bottom: 1px solid #000000;
 padding: 10px
}
