.heading, .heading_b, .title, .text, .error, outertable, .th, .tc1, .tc2, .tt, .tm1, .tm2
			{
			font-family: verdana, genova, helvetica, arial, sans-serif }
			
.heading, .heading_b, .title, .error
			{
			font-weight: bold }		
			
.heading
{
	FONT-SIZE: 14px; 
	COLOR: #FFFFFF;
	TEXT-TRANSFORM: uppercase;
	TEXT-ALIGN: left;
	LETTER-SPACING: 0.2cm; 
}

.title
{
	FONT-SIZE: 14px; 
	COLOR: #000000;
	TEXT-TRANSFORM: uppercase;
	TEXT-ALIGN: center;
	LETTER-SPACING: 0.6cm; 
}

.error
			{ 
			text-align: center;
			color: Red;
			font-size: 12px }
			
.text 	{ 
			margin-left: 10px; 
			margin-right: 10px; 
			margin-top: 10px; 
			margin-bottom: 10px;
			font-size: 11px; 
			line-height: 130%; }

.th { 	background: black;
			text-align: center;
			letter-spacing: 4px;
			text-transform: uppercase; 
			font-weight: bold;  
			color: white }
.tc1 { 	text-align: right }
.tc2 { 	text-align: right;
			background: #C3E3C3 }
.tt { 	text-align: right;
			text-decoration: underline }			
.tm1 {	font-weight: bold }
.tm2 {	font-weight: bold; 
			background: #C3E3C3 }						

.th, .tc1, .tc2, .tt, .tm1, .tm2
			{
			font-size: 10px
			}
	:link, :visited { text-decoration: underline; color: black;}
	:link:focus, :visited:focus { text-decoration: underline; color: black; }
	:link:hover, :visited:hover { text-decoration: underline; color: #8AC68A; }
	
	
.outertable
{
	border: 1px solid black;
	FONT-WEIGHT: normal; 
	FONT-SIZE: 11px; 
	border-spacing: 10pt;
	COLOR: #000000; 	
}

.innertable
{
	border: 1px solid black;
	border-spacing: 10pt;
	border-padding: 10pt;
	BACKGROUND-COLOR: #FFFFFF
}