/* CSS Document */
	body, td, span, font {
		font-family: Verdana, Lucida Grande, Sans-Serif;
		font-size: 12px;
		color: black;
		line-height: 15px;
		}
		
	.gray {
	color: #666666;
	text-align: justify;
	}
	
	.title {
	color: black;
	line-height: 25px;
	}
	
	.youarehere {
	color: #006699;
	font-weight: bold;
	font-size: 14px;
	}
	
	.justif {
	text-align: justify;
	}
	
	img.textImg {
	vertical-align: middle;
	}
	

/* rollovers */

a, a:visited {
text-decoration: underline;
color: #006699;
}

a:hover {
text-decoration: underline;
color: purple;
}

a.nav, a.nav:visited {
font-size: 14px;
color: black;
font-weight: bold;
text-decoration: none;
}

a.nav:hover {
color: #006699;
text-decoration: none;
font-weight: bold;
}
