/* CSS Document */
body,td,th {
	color: #333333;
	font-weight: normal;
	font-size: 12px;
	font-family: Georgia, Times New Roman, Times, serif;
	font-variant: normal;
	letter-spacing: 1px;
	word-spacing: 2px;
}

.style2 {
	color: #CCCCCC;
	font-size: 13px;
	font-family: Georgia, "Times New Roman", Times, serif;
	letter-spacing: 1px;
	word-spacing: 1px;
	line-height: normal;
	font-variant: normal;
	font-weight: lighter;
}
h1 {
	font-size: 14px;
	color: #666666;
}
h2 {
	font-size: 16px;
	color: #666666;
}
h3 {
	font-size: 18px;
	color: #666666;
}
h4 {
	font-size: 24px;
	color: #666666;
}
a:link {
	color: #999999;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #333333;
}
a:active {
	text-decoration: none;
}


