/* CSS Document */
.links		{	
font-family: Verdana, Tahoma; font-size:8pt; color:black; text-decoration:none 
};
a.links	{	
font-weight:normal
}
a.links:hover		{	
color:blue; text-decoration:none
}

.text		{	
font-family: Verdana, Tahoma; font-size:8pt; color:black; text-decoration:none 
};
.text-c		{	
font-family: Verdana, Tahoma; font-size:8pt; color:#666666; text-decoration:none 
};

.heading		{	
font-family: Verdana, Tahoma; font-size:11pt; color:red; text-decoration:none 
};
