/* text with no class specified */
BODY.leo {
	background-image:url(images/leopard_dk.jpg);	
	margin:0px;
	padding: 0px;
	font: 13px Arial, Helvetica, sans-serif;
	line-height: 17px;
}

TABLE, TD {
	font: 13px Arial, Helvetica, sans-serif;
	line-height: 17px;
}


/* text classes */
.head {
	font-family: Arial;
	font-weight: bold;
	color: #330099;
	font-size: 28px;
	line-height: 40px;
}

.subhead {
	font-family: Arial;
	font-weight: bold;
	color: #F15E7A;
	font-size: 15px;
}

.item {
	color: #CC6633;
	font-size: 15px;
	font-weight: bold;
}

.small{font-size: 10px;}

/*menu style*/
.divMenu{
	visibility: hidden; 	
}

a.menu { 
	font-size: 11px;
	color: #ffffff;
	text-decoration: none;
	line-height: 14px;
}

a.menu:hover { 
	font-size: 11px;
	color: #ffffff;
	text-decoration: underline;
	line-height: 14px;
}

a.element {
	font-size: 11px;	
	font-weight: bold;
	color: #003399;
	text-decoration: none;
	text-transform: uppercase;
}

a.element:hover {
	font-size: 11px;	
	font-weight: bold;
	color: #3366CC;
	text-decoration: underline;
	text-transform: uppercase;
}

a.sub {
	font-size: 12px;	
	font-weight: bold;
	color: #333399;
	text-decoration: none;	
}

a.sub:hover {
	font-size: 12px;	
	font-weight: bold;
	color: #003399;
	text-decoration: underline;	
}

.sub_on {
	font-size: 12px;	
	font-weight: bold;
	color: #003399;
	text-decoration: underline;	
}

.td_content{
	padding: 15px;
}

.noBold { 
	font-weight: normal;
}

.pink {
	color: #F15E7A;
}

.blue {
	color: #003399;
}