/* HTML Defaults */
BODY	{ margin: 0px; 
          background-color: #f0f0f0;
          }
		
P,TD	{ font: 10pt Arial; }
INPUT,TEXTAREA,SELECT	{ font: 8pt Verdana;
						  border: 1px solid #505050;
						  background-color: #f5f5f5;
						}

TEXTAREA { overflow: auto; }

UL	{ margin-top: 5px; margin-left: 15px; padding-left: 0px; }

/* Colors */
.r	{ color: #C42634; }
.g	{ color: #505050; }
.lg	{ color: #a0a0a0; }
.llg { color: #e0e0e0; }
.dg	{ color: #404040; }
.gn { color: #007000; }
.gbg	{ background-color: #808080; }
.lgbg	{ background-color: #e5e5e5; }
.dgbg	{ background-color: #505050; }
.llgbg	{ background-color: #f5f5f5; }
.tbg	{ background-color: #d0d0c0; }
.ltbg	{ background-color: #eaeae5; }
.dtbg	{ background-color: #b0b0a0; }
.w	{ color: #ffffff; }
.wbg	{ background-color: #ffffff; }


/* Sizes */
.bg	{ font-size: 12pt; }
.s	{ font-size: 8pt; }
.ss { font-size: 7pt; }
.h	{ font-size: 14pt; }
.n	{ font-size: 10pt; }
.v	{ font-family: Verdana; }

.hdr	{ font-size: 14pt; border-bottom: 1px solid #d00000; font-style: italic; margin-top: -5px;}

/* Decoration & Spacing */

.spp { padding: 2px; padding-left: 8px; }

.p	{ padding: 5px; }
.pp { padding: 10px; }
.np { padding: 1px; }
.pl { padding-left: 20px; }
.ml	{ margin-left: 5px; }
.mr	{ margin-right: 5px; }
.sp { line-height: 150%; }
.ssp { line-height: 200%; }
.b	{ font-weight: bold; }
.i	{ font-style: italic; }
.u	{ text-decoration: underline; }
.nu	{ text-decoration: none; }
.bdr	{ border: 1px solid #505050; }
.bdr-t	{ border-top: 1px solid #505050; }
.bdr-b	{ border-bottom: 1px solid #505050; }
.nbdr	{ border: none; background: none; }
.lshift	{ margin-left: 0px; margin-right: 4px; }
		
/* Specialized Cases */
.hidden		{ display: none; }

A.hvr		{ text-decoration: none; }
A.hvr:hover	{ text-decoration: underline; }


.ftr, .ftr A	{ font: 8pt Arial;
				  color: #909090;
				}
				
.ftr A:hover	{ color: #606060;
				  text-decoration: underline;
				}

