/**** Link Definitions **********************************************/

a:link         {            color: dodgerblue;
                  text-decoration: none;
            		      font-weight: bold; }

a:active       {            color: lightgreen;
                  text-decoration: none;
		                  font-weight: bold; }

a:hover        {            color: lightgreen;
                  text-decoration: none;
            		      font-weight: bold; }

a:visited      {            color: blue;
                  text-decoration: none;
		                  font-weight: bold; }

/**** Background Definitions ****************************************/

.bgblack        { background-color: #000000; }

/**** Standard Text Element Definitions *****************************/

p              {      	font-size: 9pt;
                 font-family: verdana, arial, helvetica, sans-serif;
                            color: lightblue;
                      margin-left: 10px;
                     margin-right: 10px; }

h1             {        font-size: 15pt;
                      font-weight: bold;
                 font-family: verdana, arial, helvetica, sans-serif;
                            color: lightblue; }

h2             {        font-size: 12pt;
                      font-weight: bold;
                 font-family: verdana, arial, helvetica, sans-serif;
                            color: lightblue; }

h3             {        font-size: 10pt;
                      font-weight: bold;
                 font-family: verdana, arial, helvetica, sans-serif;
                            color: lightblue; }

li             {   	    font-size: 9pt;
                 font-family: verdana, arial, helvetica, sans-serif;
                       margin-top: 8px;
                    margin-bottom: 8px;
                      margin-left: 25px;
                     margin-right: 10px;
                            color: lightblue; }

td             {      	font-size: 9pt;
                 font-family: verdana, arial, helvetica, sans-serif;
                            color: lightblue; }

/**** Text Class Definitions ****************************************/

.list          {       margin-top: 8px;
                    margin-bottom: 8px;
                      margin-left: 27px;
                            color: lightblue; }

.kode          {        font-size: 9pt;
                      font-weight: normal;
                 font-family: courier, code;
                            color: #ddeeff; }

.toptitle      {
	font-size: 10pt;
	font-weight: bold;
	font-style: normal;
	color: lightblue;
}

.sidetitle     {   	    font-size: 9pt;
                      font-weight: bold;
                            color: lightblue; }

.signature     {
	font-size: 8pt;
	font-style: italic;
	color: lightblue;
	font-weight: bold;
	margin-right: 10px;
	text-align: right;
	margin-bottom: 40px;
}

.disclaimer    {   	    font-size: 8pt;
                            color: lightblue;
                       text-align: center; }

.byline        {   	    font-size: 8pt;
                            color: lightblue;
                       text-align: center; }

.clickback     {   	    font-size: 7pt;
                       font-style: italic;
                      font-weight: bold;
                            color: lightblue;
                       text-align: center; }

.update        {   	    font-size: 7pt;
                       font-style: italic;
                            color: lightgray;
                       text-align: center; }

.caption       {        font-size: 7pt; }

.center        {       text-align: center; }

.normal        {      font-weight: normal; }

.bold          {      font-weight: bold; }
.titleslug {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	font-style: italic;
}


.italic        {       font-style: italic; }

.bolditalic    {      font-weight: bold;
                       font-style: italic; }

.noital        {       font-style: normal; }

/**** Special Element Definitions ***********************************/

.listsquare    {  list-style-type: square; }

.listcircle    {  list-style-type: circle; }

.listnone      {  list-style-type: none; }

/**** End ***********************************************************/
.bgblack .bgblack .commands {
	font-family: "Courier New", Courier, monospace;
	margin-left: 40px;
	line-height: 50%;
	font-weight: bold;
	color: #FFFFFF;
}
