.HEADING  {
	font-size : 16px;
	font-family : arial, helvetica;
	Color : #000000;
	font-weight : bold;
}

.BODYCOPY  {
	font-size : 12px;
	font-family : arial, helvetica;
	Color : #000000;
	font-weight : normal;
}

.smallcopy {
	font-size : 10px;
	font-family : arial, helvetica;
	Color : #000000;
	font-weight : normal;
	
}

.SUBHEADING  {
	font-size : 12px;
	font-family : arial, helvetica;
	Color : #000000;
	font-weight : bold;
}

.FORMINPUT  {
	font-size : 12px;
	font-family : arial, helvetica;
	Color : #000000;
}

.RANDOM  {
	font-size : 12px;
	font-style : italic;
	font-family : arial, helvetica;
	font-weight : bold;
	Color : #000000;
}

.ITALIC {  
font-family: Arial, Helvetica, sans-serif; 
font-size: 12px; 
font-style: italic;
}

A:link  {
	font-size : 12px;
	font-family : arial, helvetica;
	text-decoration : none;
	color : #00CC66;
}

A:visited  {
	font-size : 12px;
	font-family : arial, helvetica;
	text-decoration : none;
	color : #00CC66;
}

A:active  {
	font-size : 12px;
	font-family : arial, helvetica;
	text-decoration : none;
	color : #00CC66;
}

A:hover  {
	font-size : 12px;
	font-family : arial, helvetica;
	text-decoration : underline;
	color : #00CC66;
}

A.white:link  {
	font-size : 6px;
	font-family : arial, helvetica;
	text-decoration : none;
	color : White;
}

A.white:visited  {
	font-size : 6px;
	font-family : arial, helvetica;
	text-decoration : none;
	color : White;
}

A.white:active  {
	font-size : 6px;
	font-family : arial, helvetica;
	text-decoration : none;
	color : White;
}

A.white:hover  {
	font-size : 6px;
	font-family : arial, helvetica;
	text-decoration : none;
	color : White;
}

BODY  {
	color : #000000;
	font-family : arial, helvetica;
	font-weight : normal;
	font-size : 12px;
	background-color : #FFFFFF;
}	

TABLE  {
	color : #000000;
	font-family : arial, helvetica;
	font-weight : normal;
	font-size : 12px;
}

P  {
	font-size : 12px;
	font-family : arial, helvetica;
	font-weight : normal;
	color : #000000;
}

select {
	background-color: #CCFF00;
	font-family : arial, helvetica;
	font-size : 12px;
}

input {
	background-color: #FFFFFF;
	font-family : arial, helvetica;
	font-size : 12px;
	
}

textarea {
	background-color: #CCFF00;
	font-family : arial, helvetica;
	font-size : 12px;
	}



