html {
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	margin: 0px;
	scrollbar-face-color: #990000;
	scrollbar-highlight-color: #E8E8E8;
	scrollbar-shadow-color: #CCCCCC;
	scrollbar-3dlight-color: #999999;
	scrollbar-arrow-color: #E8E8E8;
	scrollbar-track-color: #999999;
	scrollbar-darkshadow-color: #999999;
	scrollbar-base-color: #999999;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #333333;
	background-color: #E8E8E8;
	background-attachment : fixed;
}

/* ---------- BACKGROUNDS ---------- */

.backgroundGray {
	background-color: #B8B8B8;
}

.backgroundLightGray {
	background-color: #F0F0F0;
}

.backgroundWhite {
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #333333;
}
.backgroundYellow {
	background-color: #FFFFE0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #333333;
}
.backgroundFormClientRegistration {
	background-color: #FBFBFB;
}

/* ---------- BORDERS ---------- */

.borderFormClientRegistration {
	background-color: #990000;
}

/* ---------- HEADINGS ---------- */

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #990000;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #669999;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	color: #669999;
}
h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #669999;
}

/* ---------- TEXT ---------- */

.textSmall {
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
}
.text {
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
.textLarge {
	color: #999999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-style: bold;
}
.textLargeRed {
	color: #990000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16pt;
	font-style: bold;
}

.textTitle {
	color: #999999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-style: bold;
}

.textQuote {
	color: #666666;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 10pt;
	font-style: italic;
}

.textThankYou {
	color: #990000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18pt;
}

.textRealRed {
	color: #990000;
	font-family: Arial, Helvetica, sans-serif;
}
.textGetGray {
	color: #999999;
	font-family: Arial, Helvetica, sans-serif;
}

.textCopyright {
	color: #999999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
}

.textFormClientRegistration {
	color: #990000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
.textFormClientRegistrationSmall {
	color: #990000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
}

/* ---------- LINKS ---------- */

a:link {
	color: #0000CC;
}
a:visited {
	color: #0000CC;
}
a:active {
	color: #0000CC;
}
a:hover {
	color: #0000FF;
	text-decoration: underline;
}

/* ---------- BUTTONS ---------- */

.buttonFormClientRegistration {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #990000;
}

/* ---------- IMPORT ---------- */

.mainCopy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #333333;
	background-color: #FFFFFF;
	font-weight: normal;
}
.mainCopy a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #990000;
	text-decoration: underline;
}
.mainCopy a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #990000;
	text-decoration: underline;
}
.mainCopy a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #CC0000;
	text-decoration: underline;
}
.mainCopy a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #CC0000;
	text-decoration: underline;
}

.hMenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	color: #CCCCCC;
}
.hMenu a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}
.hMenu a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}
.hMenu a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #CCCCCC;
	text-decoration: none;
}
.hMenu a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #CCCCCC;
	text-decoration: none;
}