body, html	{
	background-color: #333333;
	margin: 0;
	padding:0;
	background-image : url(images/background.gif);
	height: 100%;
	
}

#fullheight	{height: 100%;
}

A:link    { text-decoration: none; color: #FF6633; }
A:active  { text-decoration: none; color: #0099ff; }
A:visited { text-decoration: none; color: #0099ff; }
A:hover	  { text-decoration: underline; color: purple; }

.text 	{
	font-family: Veranda, Sans-serif;
	font-size: 9pt;
	color: #666666;
	font-weight: 400;
	line-height: 150%;
	text-align: left;
	vertical-align: top;						
	padding-right : 10px;
}	

.tabletext 	{
	font-family: Veranda, Sans-serif;
	font-size: 9pt;
	color: #666666;
	font-weight: 400;
	text-align: left;
	vertical-align: top;	
}

.center 	{
	font-family: Veranda, Sans-serif;
	font-size: 9pt;
	color: #666666;
	font-weight: 400;
	line-height: 200%;
	text-align: center;
	vertical-align: top;						
}		
			
.tdleft 	{ 	font-family: Veranda, Sans-serif; font-size: 9pt;
			color: #000000; font-weight: 400;
			line-height: 150%;
			text-align: left; vertical-align: top; 
}

.white 	{
	font-family: Veranda, Sans-serif;
	font-size: 9pt;
	color: #ffffff;
	font-weight: 600;
	line-height: 150%;
	text-align: left;
	vertical-align: top;
	background-color: #999999;
}
			
.tdcenter 	{ 	font-family: Veranda, Sans-serif; font-size: 9pt;
			color: #000000; font-weight: 400;
			line-height: 150%;
			text-align: center; vertical-align: top;
			background-image:url(interface/large-background.gif); 
}														  
			
.heading 	{ 	font-family: Veranda, Sans-serif; font-size: 10pt;
			color: #FF9933; font-weight: 800;
			line-height: 150%;
			text-align: right; 
			padding-left : 0px;
			padding-right : 10px;
			font-style : italic;
}	

.bold 	{ 	font-family: Veranda, Sans-serif; font-size: 9pt;
			color: #0066ff; font-weight: 600;
			line-height: 150%;
			text-align: left; 
			padding-left : 0px;
			padding-right : 0px;
			font-style : italic;
}	

.bold2 	{ 	font-family: Veranda, Sans-serif; font-size: 9pt;
			color: #0099FF; font-weight: 600;
			line-height: 150%;
			text-align: left; 
			padding-left : 0px;
			padding-right : 0px;
			font-style : italic;
}
			
.table 		{	background-color : #ffffff;
			vertical-align: top;
}	
														
.buttons	{background-image:url(interface/background.jpg);
			height: 100%;
			vertical-align: top;
}			

