BODY{
	background-color : #FFFFFF;
	margin : 0 0 0 0;
	margin-bottom : 0;
	margin-left : 0;
	margin-right : 0;
	margin-top : 0;
}
/* HEADINGS */
H1{
  font-family:"verdana";
  font-size:16px;
  color:#000000; 
}

H2{
  font-family:"verdana";
  font-size:14px;
  color:#000000; 
}

H3{
  font-family:"verdana";
  font-size:13px;
  color:#000000; 
}

H4{
  font-family:"verdana";
  font-size:11px;
  color:#000000; 
}

HR{
  color:#9933FF;
}
/* TABLES */
CAPTION{
	font-family:"verdana";
  	font-size:12px;
	font-weight:bold; 
}
TR{
	text-align: left;
	vertical-align: top;
}

TH{
  font-family:"verdana";
  font-size:12px;
  color:white;
  background:#9933FF;
}

TD{
  font-family:"verdana";
  font-size:12px;
  color:#000000; 
}

.border9933FF{
	border: thin solid #9933FF;
}
.nowrap{
  white-space: nowrap;
}

/* ALIGNMENT */
.center{
  text-align: center;
} 
.left{
  text-align: left;
} 
.right{
  text-align: right;
} 
.middle{
  vertical-align: middle;
} 
.bottom{
  vertical-align: bottom;
}

/* FORMS */
INPUT{
  font-family:"arial";
  font-size:11px;
  color:#000000; 
}
SELECT{
  font-family:"arial";
  font-size:10px;
  color:#000000; 
} 

/* LINKS */
A:link{
  font-family:"verdana";
  color:#9933FF; 
  font-weight:bold; 
  text-decoration:none;     
}
A:visited{
  font-family:"verdana";
  color:#9933FF; 
  font-weight:bold; 
  text-decoration:none;   
}
A:hover{
  font-family:"verdana";
  color:#000000; 
  font-weight:bold; 
  text-decoration:none;         
} 
A:active{
  font-family:"verdana";
  color:#000000; 
  font-weight:bold; 
  text-decoration:none;   
}

A.wht:link{
  color:#FFFFFF; 
  font-weight:bold; 
}
A.wht:visited{
  color:#FFFFFF; 
  font-weight:bold; 
}
A.wht:hover{
  color:#FFFFFF; 
  font-weight:bold; 
  text-decoration:underline;     
}
A.wht:active{
  color:#FFFFFF; 
  font-weight:bold; 
}

/*LISTS*/

UL{
	list-style-type: disc;
}

OL.ii { 
	list-style-type: upper-roman; 
}

OL.aa { 
	list-style-type: upper-alpha; 
}

OL.a { 
	list-style-type: lower-alpha; 
}

OL.i { 
	list-style-type: lower-roman; 
}

/* TEXT SIZES, STYLES & WEIGHTS */
P{
  font-family:"verdana";
  font-size:12px;
  color:#000000; 
}

.bold{
font-weight:bold; 
}
.em{
font-style:italic; 
}
.wht{
  color:#FFFFFF; 
}
.prp{
  color:#9933FF; 
}
.blk{
  color:#000000; 
}
.red{
  color:#FF0000; 
}
.green{
  color:#669900; 
}
.lg{
 	font-family:"verdana";
	font-size:16px;
}
.med{
 	font-family:"verdana";
	font-size:14px;
}
.sm{
 	font-family:"verdana";
	font-size:12px;
}

.nav{
  font-size:12px;
}
.small{
  font-family:"verdana";
  font-weight:normal; 
  font-size:10px;
}
.normal{
font-weight:normal; 
}


/*background colors*/
.bg9933FF {
background:#9933FF;
}
.bg99CC33{
background:#99CC33;
}
.bgFFF{
background:#FFF;
}

