/* CSS Document */

.textmarge {
	padding-left: 10px;
	line-height: 20px;	
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 12px;
	color: #333333;
}

.text {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 12px;
	line-height: 20px;
	color: #333333;
}

.header {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 15px;
	font-weight: bold;
	line-height: 20px;
	color: #146f84;
}

a:link, a:visited {
	color: #146f84; 
	text-decoration: underline;
	font-weight: bold;
}

a:hover {
	color: #a8c1e2;	
	text-decoration: none;
	font-weight: bold;
}

.nav {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 15px;
	font-weight: bold;
	line-height: 20px;
	color: #333333;
}

.footer {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 10px;
	font-weight: bold;
	line-height: 20px;
	color: #333333;
}
