/* id */

#backgroundImage {
	display: none;
}

#footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-style: normal;
	line-height: 11pt;
	color: #999999;
}

#logo {
	display: none;
	position:absolute;
	width:211px;
	height:342px;
	z-index:1;
	left: 0px;
	top: 0px;
}

#navigation {
	display: none;
}

/* tag definitions */

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16pt;
	font-style: italic;
	line-height: 20pt;
	font-weight: bold;
	color: #666666;
}

li {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10pt;
	font-style: italic;
	line-height: 14pt;
	color: #333333;
}

p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10pt;
	font-style: italic;
	line-height: 14pt;
	color: #333333;
}

ul {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10pt;
	font-style: italic;
	line-height: 14pt;
	color: #333333;
}

/* classes */

.bold {
	font-weight: bold;
}

.formNote {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	line-height: 14pt;
}

.special {
	font-weight: bold;
	color: #333300;
}

.widgetLabels {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10pt;
	font-style: italic;
	line-height: 14pt;
	color: #333333;
}

/* selectors */

a:link, a:visited {
	color: #333300;
	text-decoration: underline;
}
a:active, a:hover {
	color: #cc6666;
	text-decoration: underline;
}

a.footerLink:link, a.footerLink:visited  {
	color: #333333;
	text-decoration: none;
}

a.footerLink:active , a.footerLink:hover {
	color: #cc6666;
	text-decoration: underline;
}

a.subtle:link, a.subtle:visited {
	color: #999999;
	text-decoration: none;
}

a.subtle:active, a.subtle:hover {
	color: #cc6666;
	text-decoration: underline;
}