HTML, BODY, TABLE 
{
	font-family: Verdana, Arial, Courier;
	color: #000;
	font-size: 10pt;
}
BODY 
{
	background-color: #fff;
	margin: 0px;
}
a {
	font-size: 10pt;
	color: #000;
	text-decoration: none;
	font-weight: Bold;
}
a:hover {
	color: #cb40a2;
	font-weight: Bold;
	text-decoration: none;
}
TD.galleries {
	padding-left: 10px;
}
TD.galleries a {
	font-size: 10pt;
	color: #000;
	text-decoration: none;
	font-weight: Normal;
	line-height: 17px;
}
TD.galleries a:hover {
	color: #cb40a2;
	font-weight: Normal;
	text-decoration: none;
}

TD.welcome 
{
	text-align: center;
	color: #000;
	font-size: 9pt;
}
TD.welcome H1 {
	color: #000;
	font-weight: Bold;
	font-size: 15pt;
	margin: 0;
	padding: 0;
}
div.welcome {
	margin: 2px;
	background-color: #FFF;
	padding: 2px;
	color: #000;
	font-size: 10pt;
}
.content, .content2 {
	margin-bottom: 15px;
	font-size: 10pt;
	text-align: justify;
}
.content2 H1, .content H1 {
	font-size: 12pt;
	color: #000;
	padding: 0;
	margin: 0;
}
.content2 H1 a, .content H1 a {
	font-size: 12pt;
	color: #000;
	text-decoration: none;
	border: 0;
}
.content2 H1 a:hover, .content H1 a:hover {
	color: #0C0C0C;
	text-decoration: none;
}

.content2 .date, .content .date {
	font-size: 8pt;
	padding-top: 2px;
	padding-bottom: 2px;
}
.content IMG {
	float: left;
	border: 1px solid #000;
	width: 150px;
}
.content2 IMG {
	float: right;
	border: 1px solid #000;
	width: 150px;
}
TABLE.links a {
	font-weight: Normal;
	font-size: 8pt;
	text-decoration:none;
}
TABLE.links a:hover {
	font-weight: Normal;
	font-size: 8pt;
	text-decoration:underline;
}