/* CSS Document */

body, table, tr, td {
	font-family: Georgia, serif;
	font-size: 11px;
	font-weight: normal;
	color:#000000;
	line-height: 1.4;
	
}

A:link, A:visited {
	font-family: Georgia, serif;
	font-size: 11px;
	font-weight: normal;
	color:#000000;
	text-decoration:none;
	line-height: 1.4;
}

A:hover {
	font-family: Georgia, serif;
	font-size: 11px;
	font-weight: normal;
	color:#ffa8bd;
	text-decoration:none;
	line-height: 1.4;
}

.bold:active {
	font-family: Georgia, serif;
	font-size: 11px;
	font-weight: bold;
	color:#000000;
	text-decoration:none;
	line-height: 1.6;
}	

.bold {
	font-family: Georgia, serif;
	font-size: 11px;
	font-weight: bold;
	color:#000000;
	line-height: 1.4;
	
}

.boldlink:link, .bold:visited, .bold:active {
	font-family: Georgia, serif;
	font-size: 11px;
	font-weight: bold;
	color:#000000;
	text-decoration:underline;
	line-height: 1.6;
}

.boldlink:hover {
	font-family: Georgia, serif;
	font-size: 11px;
	font-weight: bold;
	color:#ffa8bd;
	text-decoration:underline;
	line-height: 1.6;
}
	
.italic {
	font-family: Georgia, serif;
	font-size: 11px;
	font-weight: normal;
	font-style:italic;
	color:#000000;
	line-height: 1.4;
	
}

.intext:link, .intext:visited {
	font-family: Georgia, serif;
	font-size: 11px;
	font-weight: normal;
	color:#666666;
	text-decoration:underline;
	line-height: 1.4;
}

.intext:hover {
	font-family: Georgia, serif;
	font-size: 11px;
	font-weight: normal;
	color:#ffa8bd;
	text-decoration:underline;
	line-height: 1.4;
}