/* HTML Defaults */
BODY	{ 	  margin: 0px;
		  background-color: #BCBCA8;
		  background-image: url(/images/tanbg.gif);
		  background-position: center;
		  background-repeat: repeat-x;
		  scrollbar-3dlight-color: #d0d0d0;
		  scrollbar-arrow-color: #808080;
		  scrollbar-base-color:  #c0c0c0;
		  scrollbar-darkshadow-color: #c0c0c0; 
		  scrollbar-face-color: #f0f0f0;
		  scrollbar-highlight-color: #c0c0c0;
		  scrollbar-shadow-color: #a0a0a0;
		  scrollbar-track-color: #c0c0c0;
		}
		
P,TD,LI	{ font: 10pt Arial; }
INPUT,TEXTAREA,SELECT	{ font: 8pt Verdana;
						  border: 1px solid #505050;
						  background-color: #f5f5f5;
						}

UL	{ margin-top: 5px; margin-left: 15px; padding-left: 0px; }

/* Colors */
.blk { color: #202020; }
.r	{ color: #C42634; }
.g	{ color: #505050; }
.lg	{ color: #a0a0a0; }
.dg	{ color: #404040; }
.gbg	{ background-color: #808080; }
.lgbg	{ background-color: #e5e5e5; }
.dgbg	{ background-color: #505050; }
.llgbg	{ background-color: #f5f5f5; }
.tbg	{ background-color: #e0e0d5; }
.ltbg	{ background-color: #eaeae5; }
.dtbg	{ background-color: #b0b0a0; }
.w	{ color: #ffffff; }
.wbg	{ background-color: #ffffff; }

.purple { color: #7C45B1; }
.teal { color: #008080; }

/* 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	{ color: #008080; font-size: 12pt; font-weight: bold; border-bottom: 1px solid #7C45B1; }

/* Decoration & Spacing */

.p	{ padding: 4px; }
.pp { padding: 35px 30px 15px 30px; }
.pl { padding-left: 4px; }
.ml	{ margin-left: 10px; }
.mr	{ margin-right: 10px; }
.mt	{ margin-top: 5px; }
.sp, .sp P { line-height: 125%; }
.ssp, .ssp P, .ssp LI	{ line-height: 150%; }
.nsp P, { line-height: 150%; padding-top: 10px; }
.b	{ font-weight: bold; }
.d	{ font-weight: bold; padding-bottom: 12px; }
.i	{ font-style: italic; }
.u	{ text-decoration: underline; }
.nu	{ text-decoration: none; }
.bdr	{ border: 2px solid #cccccc; }
.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; }

.nav TD { border-right: 1px solid #55307a;
	  text-align: center; }

.nav A	{ display: block;
		  font-size: 9pt;
		  padding: 10px;
		  letter-spacing: 1px;
		  color: #eaeaea;
		  text-transform: uppercase;
		  text-decoration: none;
		  background: rgba(125,69,177,1);
background: -moz-linear-gradient(top, rgba(125,69,177,1) 0%, rgba(97,55,140,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(125,69,177,1)), color-stop(100%, rgba(97,55,140,1)));
background: -webkit-linear-gradient(top, rgba(125,69,177,1) 0%, rgba(97,55,140,1) 100%);
background: -o-linear-gradient(top, rgba(125,69,177,1) 0%, rgba(97,55,140,1) 100%);
background: -ms-linear-gradient(top, rgba(125,69,177,1) 0%, rgba(97,55,140,1) 100%);
background: linear-gradient(to bottom, rgba(125,69,177,1) 0%, rgba(97,55,140,1) 100%);
		}
		
.nav A:hover	{ background-color: #55307a; }

.ftr, .ftr A	{ font-size: 8pt;
				  color: #808060;
				}
		  
.ftr A:hover	{ color: #606040;
				  text-decoration: underline;
				}
				
				


