/* CSS Document */

body {font-family: Geneva, Arial, Helvetica, sans-serif; 
	}
	
	
.white { color: #ffffff; text-decoration: none; font-size: 11; }
.white:hover { color: #ffffff; text-decoration: underline; font-size: 11;}

.maintext {font-size: 12; color: #333333; line-height: 16px;}

.maintextred {font-size: 12; color: #A24127; line-height: 16px; font-weight: bold;}

.red {	color: #993333;font-size: 12;
		text-decoration: none;line-height: 16px;
}
.red:hover {	color: #993333; font-size: 12;text-decoration: underline;line-height: 16px;
}