@charset "utf-8";
/* CSS Document */

body {
	background-color: #000000;
	background-attachment: fixed;
	background-image: url(images/website/bg-sm.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16pt;
	color: #000000;
	font-weight: normal;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14pt;
	color: #000000;
	font-style: italic;
	font-weight: normal;
}
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12pt;
	color: #990066;
	font-weight: normal;
}


p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
.textsm {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8.5pt;
	color: #666666;
}
.textLG {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12pt;
	color: #333333;
	font-weight: normal;
}
.textLG2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 14pt;
	color: #333333;
	font-weight: normal;
}

.link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #008ADD;
	text-decoration: underline;
}
.link:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #008ADD;
	text-decoration: none;
}
.linksm {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8.5pt;
	color: #008ADD;
	text-decoration: underline;
}
.linksm:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8.5pt;
	color: #008ADD;
	text-decoration: none;
}
.linkLG {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12pt;
	color: #008ADD;
	text-decoration: underline;
}
.linkLG:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12pt;
	color: #008ADD;
	text-decoration: none;
}

