.body
{
	font-family: Verdana, Helvetical, Arial, Sans-serif;
}

.head
{
	font-weight: bold;
	font-size: 14px;
}

.subhead
{
	font-weight: bold;
	font-size: 13px;
}

.copy
{
	font-size: 12px;
}

.smcopy
{
	font-size: 11px;
}

.caption
{
    font-size: 10px;
}

.bold
{
	font-weight: bold;
}

.italic
{
	font-style: italic;
}

.underline
{
	text-decoration: underline;
}

.tablecaption
{
	font-weight: bold;
	text-align: center;
}

.code
{
	font-family: Monaco, Courier, Courier New Roman, Mono;
}

.highlight
{
	background: #FFFF00;
}

.nowrap
{
	white-space: nowrap;
}

.preformatted
{
	white-space: pre;
}

.left
{
	float: left;
}

.right
{
	float: right;
}

.red
{
	color: #990000;
}

.orange
{
	color: #FF3300;
}

.green
{
	color: #009933;
}

.blue
{
	color: #333399;;
}

.white
{
	color: #FFFFFF;
}

.gray
{
	color: #999999;
}

.purple
{
	color: #313391;
}

.indent0 
{ 
	margin-left: 0px; 
}

.indent1 
{ 
	margin-left: 20px; 
}

.indent2
{ 
	margin-left: 40px; 
}

.indent3 
{ 
	margin-left: 70px; 
}

.indent4 
{ 
	margin-left: 80px; 
}
.indent5 
{ 
	margin-left: 100px; 
}


select, option {
  font-family: Verdana, Helvetical, Arial, Sans-serif;
  padding: 0px;
  font-size: 12px;
  color: #000000;
  background-color: #f5f5f5;
  border: outset 1px #899097;
}


.sublink{ 
	color: #3333CC;
	text-decoration: underline;  
}

.sublink:visited{ 
	color: #38A4FE; 
}

.sublink:hover{ 
	color: #009933; 
}


a{ 
	color: #3333CC;
	text-decoration: underline;  
}

a:visited{ 
	color: #38A4FE; 
}

a:hover{ 
	color: #009933; 
}
