@charset "ISO-8859-1";

body, td, th, p  { 
	font-size: 18px; 
	font-family: Arial, Helvetica, sans-serif;
}

.justify {
	text-align: justify;
}

.caption {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.red {
	color: #990000;
}

.green {
	color: #367e67;
}

.yellow {
	color: #c9cc25;
}

.ulball {
	list-style-image: url(images/ball.png);	
}

.letterol {
	list-style-type: upper-alpha;
}

.phone { 
	font-weight: bold; 
	font-size: 30px 
}

a {
	text-decoration:none;
	color: #396;
}

a:visited { 
	color: #297b52; 
}

