/* CSS Document */

body {
	background:#ECE4CF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:12px; text-align:justify;
	color: black;
}
	
	
td {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#000000; 
	font-size:14px; 
	text-align:justify;
}


.pagetitle {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#000000; 
	font-size: 18px; 
	font-weight: bold;
	text-align:left;
}

.bold {
	font-family: Georgia, "Times New Roman", Times, serif;
 	color:#000000;
 	font-size:14px;
	text-align:justify;
	font-weight:bold
}

.italic {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: italic;
	color: #000000;
}

.linkspagecaptions {
	font-family: Georgia, "Times New Roman", Times, serif;
 	color:#000000;
 	font-size:16px;
	text-align:justify;
	font-weight:bold
}

a {
	font-weight: bold;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color:#0000FF;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}


	